mbox

[PULL,0/9] xen patch queue 2011-07-26

Message ID 1311773457-8842-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 27, 2011, 1:30 p.m. UTC
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

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(-)

Comments

Anthony Liguori July 29, 2011, 3:47 p.m. UTC | #1
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(-)
>
>