From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZN08-0003Kp-SL for qemu-devel@nongnu.org; Wed, 22 Jun 2011 08:57:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZN07-0008Rf-9G for qemu-devel@nongnu.org; Wed, 22 Jun 2011 08:57:48 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:64883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZN06-0008RZ-VN for qemu-devel@nongnu.org; Wed, 22 Jun 2011 08:57:47 -0400 Received: by gyg10 with SMTP id 10so390057gyg.4 for ; Wed, 22 Jun 2011 05:57:46 -0700 (PDT) Message-ID: <4E01E6C8.4000309@codemonkey.ws> Date: Wed, 22 Jun 2011 07:57:44 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1308452228-11055-1-git-send-email-agraf@suse.de> In-Reply-To: <1308452228-11055-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] Xen Patch Queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: "xen-devel@lists.xensource.com Devel" , "qemu-devel@nongnu.org Developers" On 06/18/2011 09:57 PM, Alexander Graf wrote: > Hi Anthony, > > This is my current patch queue for Xen patches. > > Please pull. Pulled. Thanks. Regards, Anthony Liguori > > Alex > > The following changes since commit eb47d7c5d96060040931c42773ee07e61e547af9: > Peter Maydell (1): > hw/9118.c: Implement active-low interrupt support > > are available in the git repository at: > > git://repo.or.cz/qemu/agraf.git xen-next > > Anthony PERARD (2): > xen: Add xc_domain_add_to_physmap to xen_interface. > xen: Introduce VGA sync dirty bitmap support > > Stefano Stabellini (8): > xen: fix qemu_map_cache with size != MCACHE_BUCKET_SIZE > xen: remove qemu_map_cache_unlock > xen: remove xen_map_block and xen_unmap_block > exec.c: refactor cpu_physical_memory_map > xen: mapcache performance improvements > cirrus_vga: reset lfb_addr after a pci config write if the BAR is unmapped > xen: only track the linear framebuffer > xen: fix interrupt routing > > Steven Smith (1): > xen: Add the Xen platform pci device > > Makefile.target | 2 + > configure | 29 ++++- > cpu-common.h | 1 + > exec.c | 88 +++++++------- > hw/cirrus_vga.c | 5 +- > hw/hw.h | 3 + > hw/pc.h | 1 - > hw/pc_piix.c | 10 +- > hw/pci_ids.h | 2 + > hw/piix_pci.c | 66 +++++----- > hw/xen_common.h | 14 ++ > hw/xen_platform.c | 340 +++++++++++++++++++++++++++++++++++++++++++++++++++ > trace-events | 4 + > xen-all.c | 281 ++++++++++++++++++++++++++++++++++++++++++ > xen-mapcache-stub.c | 8 -- > xen-mapcache.c | 141 ++++++++++------------ > xen-mapcache.h | 16 --- > 17 files changed, 826 insertions(+), 185 deletions(-) > create mode 100644 hw/xen_platform.c > >