From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGVsm-0003eP-Lr for qemu-devel@nongnu.org; Mon, 02 Sep 2013 11:17:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGVsg-0005fQ-OC for qemu-devel@nongnu.org; Mon, 02 Sep 2013 11:17:36 -0400 Received: from smtp.citrix.com ([66.165.176.89]:63185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGVsg-0005fC-Je for qemu-devel@nongnu.org; Mon, 02 Sep 2013 11:17:30 -0400 From: Anthony PERARD Date: Mon, 2 Sep 2013 16:16:40 +0100 Message-ID: <1378135002-10052-1-git-send-email-anthony.perard@citrix.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v2 0/2] Fix ram_memory initialization under Xen List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , "Michael S. Tsirkin" , Stefano Stabellini , Anthony Liguori , Anthony PERARD , Paolo Bonzini , =?UTF-8?q?Andreas=20F=C3=A4rber?= Hi all, The first patch fix the initialization of ram_memory in pc_init1() in pc_piix.c. The second call the initialization code of Xen while running with the Q35 chipset even if Q35 still those not work with Xen. There need some work in the HVM Loader and in libxl at least. Thanks, Anthony PERARD (2): pc: Initializing ram_memory under Xen. pc_q35: Initialize Xen. hw/i386/pc_piix.c | 2 +- hw/i386/pc_q35.c | 5 +++++ include/hw/xen/xen.h | 4 +--- xen-all.c | 7 ++++--- 4 files changed, 11 insertions(+), 7 deletions(-) -- Anthony PERARD