From: Anthony PERARD Date: Wed, 25 Sep 2013 16:43:12 +0000 (+0000) Subject: xen: Enable cpu-hotplug on xenfv machine. X-Git-Tag: qemu-xen-4.4.1-rc1^0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=65fc9b78ba3d868a26952db0d8e51cecf01d47b4;p=qemu-xen.git xen: Enable cpu-hotplug on xenfv machine. Signed-off-by: Anthony PERARD Signed-off-by: Stefano Stabellini Conflicts: hw/i386/pc_piix.c --- diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 3df2ff9139..5a261350e5 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -754,6 +754,7 @@ static QEMUMachine xenfv_machine = { .init = pc_xen_hvm_init, .max_cpus = HVM_MAX_VCPUS, .default_machine_opts = "accel=xen", + .hot_add_cpu = pc_hot_add_cpu, DEFAULT_MACHINE_OPTIONS, }; #endif