Skip to content

Commit

Permalink
xen: Enable cpu-hotplug on xenfv machine.
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
  • Loading branch information
anthonyper-ctx authored and Stefano Stabellini committed Sep 25, 2013
1 parent 1cd25a8 commit 594278d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/i386/pc_piix.c
Expand Up @@ -741,6 +741,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

Expand Down

0 comments on commit 594278d

Please sign in to comment.