[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 e381ccab5afe6b5e808aa550d8bd22b1d0757fde Author: Anthony PERARD <anthony.perard@xxxxxxxxxx> AuthorDate: Wed Sep 25 16:43:12 2013 +0000 Commit: Anthony PERARD <anthony.perard@xxxxxxxxxx> CommitDate: Wed Oct 2 17:17:55 2013 +0100 xen: Enable cpu-hotplug on xenfv machine. Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> (cherry picked from commit 594278d9f251222675f1c24f5fbb1b05560b8711) --- 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 |