mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-26 10:03:54 +03:00
domain: Don't define an empty CPU model
This commit is contained in:
parent
09f2851cd5
commit
a592165568
@ -316,7 +316,7 @@ class vmmDomainBase(vmmLibvirtObject):
|
||||
# Since we don't expose this in the UI, have host value trump
|
||||
# caps value
|
||||
guest.cpu.vendor = vendor
|
||||
guest.cpu.model = model
|
||||
guest.cpu.model = model or None
|
||||
return self._redefine_guest(change)
|
||||
|
||||
def define_both_mem(self, memory, maxmem):
|
||||
|
Loading…
x
Reference in New Issue
Block a user