[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [qemu-upstream-unstable] xen: Enable cpu-hotplug on xenfv machine.
commit 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 Author: Anthony PERARD <anthony.perard@xxxxxxxxxx> AuthorDate: Wed Sep 25 16:43:12 2013 +0000 Commit: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> CommitDate: Mon Feb 17 15:47:23 2014 +0000 xen: Enable cpu-hotplug on xenfv machine. Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Conflicts: hw/i386/pc_piix.c --- hw/i386/pc_piix.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 3df2ff9..5a26135 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 -- generated by git-patchbot for /home/xen/git/qemu-upstream-unstable.git _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |