mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
fix: disable pvpanic dev
This commit is contained in:
@@ -1003,7 +1003,9 @@ func (s *SKVMGuestInstance) initQgaDesc() {
|
||||
}
|
||||
|
||||
func (s *SKVMGuestInstance) initPvpanicDesc() {
|
||||
s.Desc.Pvpanic = s.archMan.GeneratePvpanicDesc()
|
||||
if !s.disablePvpanicDev() {
|
||||
s.Desc.Pvpanic = s.archMan.GeneratePvpanicDesc()
|
||||
}
|
||||
}
|
||||
|
||||
func (s *SKVMGuestInstance) initIsaSerialDesc() {
|
||||
|
||||
Reference in New Issue
Block a user