From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjChd-0002u0-2D for qemu-devel@nongnu.org; Tue, 19 Jul 2011 11:59:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjChX-0003QZ-Ai for qemu-devel@nongnu.org; Tue, 19 Jul 2011 11:59:20 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:57880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjChX-0003QI-1M for qemu-devel@nongnu.org; Tue, 19 Jul 2011 11:59:15 -0400 Received: by gyf2 with SMTP id 2so2060342gyf.4 for ; Tue, 19 Jul 2011 08:59:13 -0700 (PDT) Message-ID: <4E25A9CE.80803@codemonkey.ws> Date: Tue, 19 Jul 2011 10:59:10 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1309884673-18965-1-git-send-email-agraf@suse.de> In-Reply-To: <1309884673-18965-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 00/12] Xen patch queue 2011-07-05 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 07/05/2011 11:51 AM, Alexander Graf wrote: > Hi Anthony, > > This is my current patch queue for Xen stuff that accumulated over > the past few weeks. > > Please pull. Pulled. Thanks. Regards, Anthony Liguori > > Alex > > The following changes since commit 9312805d33e8b106bae356d13a8071fb37d75554: > Vasily Khoruzhick (1): > pxa2xx_lcd: add proper rotation support > > are available in the git repository at: > > git://repo.or.cz/qemu/agraf.git xen-next > > Alexander Graf (2): > checkpatch: don't error out on },{ lines > xen_console: fall back to qemu serial device > > Jan Kiszka (3): > xen: Clean up build system > xen: Clean up map cache API naming > xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XEN > > Stefano Stabellini (7): > xen: enable console and disk backend in HVM mode > xen_console: fix memory leak > xen: add vkbd support for PV on HVM guests > xen_disk: cope with missing xenstore "params" node > qemu_ram_ptr_length: take ram_addr_t as arguments > xen_disk: treat "aio" as "raw" > xen_console: support the new extended xenstore protocol > > Makefile.objs | 4 +- > Makefile.target | 14 +-------- > configure | 2 +- > cpu-common.h | 2 +- > exec.c | 55 +++++++++++++++++++++--------------- > hw/xen.h | 10 +------ > hw/xen_common.h | 12 ++++++++ > hw/xen_console.c | 25 ++++++++++++----- > hw/xen_disk.c | 37 ++++++++++++++++++++----- > hw/xenfb.c | 19 ++++++++----- > scripts/checkpatch.pl | 4 ++- > trace-events | 6 ++-- > xen-all.c | 73 +++++++++++++++++++++++++++++++++++++++++++++++- > xen-mapcache-stub.c | 36 ------------------------ > xen-mapcache.c | 41 +++++++++++++++------------ > xen-mapcache.h | 14 ++++----- > 16 files changed, 217 insertions(+), 137 deletions(-) > delete mode 100644 xen-mapcache-stub.c > > >