From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJRjV-0003kX-PE for qemu-devel@nongnu.org; Tue, 10 Sep 2013 13:28:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJRjP-0005oU-LU for qemu-devel@nongnu.org; Tue, 10 Sep 2013 13:28:09 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:23957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJRjP-0005oO-DO for qemu-devel@nongnu.org; Tue, 10 Sep 2013 13:28:03 -0400 From: Anthony PERARD Date: Tue, 10 Sep 2013 18:26:27 +0100 Message-ID: <1378833989-6313-1-git-send-email-anthony.perard@citrix.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v4 0/2] Enable CPU hotplug when running under Xen List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU-devel Cc: Anthony PERARD , Stefano Stabellini 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