qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v4 2/2] xen: Enable cpu-hotplug on xenfv machine.


From: Anthony PERARD
Subject: [Qemu-devel] [PATCH v4 2/2] xen: Enable cpu-hotplug on xenfv machine.
Date: Tue, 10 Sep 2013 18:26:29 +0100

Signed-off-by: Anthony PERARD <address@hidden>
---
 hw/i386/pc_piix.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
index 275e395..5d43663 100644
--- a/hw/i386/pc_piix.c
+++ b/hw/i386/pc_piix.c
@@ -730,6 +730,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,
 };
 #endif
 
-- 
Anthony PERARD




reply via email to

[Prev in Thread] Current Thread [Next in Thread]