mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-14 21:52:18 -06:00
xen: Enable cpu-hotplug on xenfv machine.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
This commit is contained in:
parent
1cd25a8896
commit
594278d9f2
1 changed files with 1 additions and 0 deletions
|
@ -741,6 +741,7 @@ static QEMUMachine xenfv_machine = {
|
||||||
.init = pc_xen_hvm_init,
|
.init = pc_xen_hvm_init,
|
||||||
.max_cpus = HVM_MAX_VCPUS,
|
.max_cpus = HVM_MAX_VCPUS,
|
||||||
.default_machine_opts = "accel=xen",
|
.default_machine_opts = "accel=xen",
|
||||||
|
.hot_add_cpu = pc_hot_add_cpu,
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue