mbox

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

Message ID 1309884673-18965-1-git-send-email-agraf@suse.de
State New
Headers show

Pull-request

git://repo.or.cz/qemu/agraf.git xen-next

Message

Alexander Graf July 5, 2011, 4:51 p.m. UTC
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

Comments

Anthony Liguori July 19, 2011, 3:59 p.m. UTC | #1
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
>
>
>