From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmpIe-0006hL-BJ for qemu-devel@nongnu.org; Fri, 29 Jul 2011 11:48:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmpId-0004o9-7R for qemu-devel@nongnu.org; Fri, 29 Jul 2011 11:48:32 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.142]:54127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmpId-0004ng-3i for qemu-devel@nongnu.org; Fri, 29 Jul 2011 11:48:31 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e2.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p6TFR6v5018108 for ; Fri, 29 Jul 2011 11:27:06 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p6TFlCgf436870 for ; Fri, 29 Jul 2011 11:47:40 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p6TFlAPF017071 for ; Fri, 29 Jul 2011 11:47:10 -0400 Message-ID: <4E32D5FC.1010206@us.ibm.com> Date: Fri, 29 Jul 2011 10:47:08 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1311773457-8842-1-git-send-email-agraf@suse.de> In-Reply-To: <1311773457-8842-1-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/9] xen patch queue 2011-07-26 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: QEMU-devel Developers On 07/27/2011 08:30 AM, Alexander Graf wrote: > Hi Anthony, > > This is my current patch queue for xen. Please pull. > > Alex > > > The following changes since commit c886edfb851c0c590d4e77f058f2ec8ed95ad1b5: > Blue Swirl (1): > Let users select their pythons > > are available in the git repository at: > > git://repo.or.cz/qemu/agraf.git xen-next Pulled. Thanks. Regards, Anthony Liguori > > Alexander Graf (2): > xen: remove CONFIG_XEN_MAPCACHE > xen: make xen_enabled even more clever > > Anthony PERARD (6): > xen: introduce xen_change_state_handler > xen: Fix xen_enabled(). > exec.c: Use ram_addr_t in cpu_physical_memory_rw(...). > cpu-common: Have a ram_addr_t of uint64 with Xen. > xen: Fix the memory registration to reflect of what is done by Xen. > vl.c: Check the asked ram_size later. > > Stefano Stabellini (1): > xen: implement unplug protocol in xen_platform > > configure | 8 ++++-- > cpu-common.h | 8 +++++++ > exec.c | 13 ++++++----- > hw/ide.h | 1 + > hw/ide/piix.c | 44 +++++++++++++++++++++++++++++++++++++++++++ > hw/pc_piix.c | 6 ++++- > hw/xen.h | 2 +- > hw/xen_platform.c | 43 +++++++++++++++++++++++++++++++++++++++++- > vl.c | 16 +++++++++----- > xen-all.c | 54 ++++++++++++++++++++++++++++++++++++++-------------- > 10 files changed, 162 insertions(+), 33 deletions(-) > >