From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHv6c-0002nD-2o for qemu-devel@nongnu.org; Fri, 06 Sep 2013 08:25:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHv6T-0005Cq-QH for qemu-devel@nongnu.org; Fri, 06 Sep 2013 08:25:42 -0400 Received: from mail-wg0-f54.google.com ([74.125.82.54]:48368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHv6T-0005Ce-Ka for qemu-devel@nongnu.org; Fri, 06 Sep 2013 08:25:33 -0400 Received: by mail-wg0-f54.google.com with SMTP id e11so1759982wgh.33 for ; Fri, 06 Sep 2013 05:25:32 -0700 (PDT) Message-ID: <5229C9C4.6090509@heliman.it> Date: Fri, 06 Sep 2013 14:25:40 +0200 From: Fabio Fantoni MIME-Version: 1.0 References: 1378135002-10052-1-git-send-email-anthony.perard@citrix.com Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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: anthony.perard@citrix.com, Stefano Stabellini , "qemu-devel@nongnu.org" , xen-devel , Anthony Liguori > 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 This fix for critical bugs with hvm domUs start posted 4 days ago from Anthony Perard seem to be good and complete. Can be added to qemu git and also backported to 1.6 stable branch?