mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Fix vcpu hotplug.
This commit is contained in:
parent
f43b86738c
commit
411420d27d
@ -1355,7 +1355,7 @@ class vmmDomain(gobject.GObject):
|
|||||||
self._change_cdrom(result, dev_id_info)
|
self._change_cdrom(result, dev_id_info)
|
||||||
|
|
||||||
def hotplug_vcpu(self, vcpus):
|
def hotplug_vcpu(self, vcpus):
|
||||||
self.vm.setVcpus()
|
self.vm.setVcpus(int(vcpus))
|
||||||
|
|
||||||
def hotplug_vcpus(self, vcpus):
|
def hotplug_vcpus(self, vcpus):
|
||||||
vcpus = int(vcpus)
|
vcpus = int(vcpus)
|
||||||
|
Loading…
Reference in New Issue
Block a user