From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGW15-0000Hg-2R for qemu-devel@nongnu.org; Mon, 02 Sep 2013 11:26:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGW0y-0000U7-VF for qemu-devel@nongnu.org; Mon, 02 Sep 2013 11:26:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGW0y-0000Tt-Om for qemu-devel@nongnu.org; Mon, 02 Sep 2013 11:26:04 -0400 Date: Mon, 2 Sep 2013 18:27:59 +0300 From: "Michael S. Tsirkin" Message-ID: <20130902152759.GA4382@redhat.com> References: <1378135002-10052-1-git-send-email-anthony.perard@citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1378135002-10052-1-git-send-email-anthony.perard@citrix.com> Subject: Re: [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 Cc: Peter Maydell , Stefano Stabellini , qemu-devel@nongnu.org, Anthony Liguori , Paolo Bonzini , Andreas =?iso-8859-1?Q?F=E4rber?= On Mon, Sep 02, 2013 at 04:16:40PM +0100, Anthony PERARD wrote: > 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, For the series, Acked-by: Michael S. Tsirkin > 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