mirror of https://github.com/xemu-project/xemu.git
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
|
@ -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…
Reference in New Issue