qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/12] Xen patch queue 2011-07-05


From: Alexander Graf
Subject: [Qemu-devel] [PULL 00/12] Xen patch queue 2011-07-05
Date: Tue, 5 Jul 2011 18:51:01 +0200

Hi Anthony,

This is my current patch queue for Xen stuff that accumulated over
the past few weeks.

Please pull.

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]