First patch fix a bug that would be otherwise trigger when we'll hotplug a CPU.
Second patch does enable CPU hotplug on the xenfv qemu machine so a default installation of Xen 4.3+ can use the cpu-hotplug capability of QEMU. Anthony PERARD (2): xen: Fix vcpu initialization. xen: Enable cpu-hotplug on xenfv machine. hw/i386/pc_piix.c | 1 + xen-all.c | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) -- Anthony PERARD