mbox

[PULL] qemu-ga patch queue

Message ID 1331583406-12873-1-git-send-email-mdroth@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://github.com/mdroth/qemu.git qga-pull-3-12-2012

Message

Michael Roth March 12, 2012, 8:16 p.m. UTC
The following changes since commit a348f108842fb928563865c9918642900cd0d477:

  Add missing const attributes for MemoryRegionOps (2012-03-11 11:40:15 +0000)

are available in the git repository at:
  git://github.com/mdroth/qemu.git qga-pull-3-12-2012

Gal Hammer (1):
      qemu-ga: add win32 guest-suspend-disk command.

Luiz Capitulino (3):
      qemu-ga: add guest-suspend-disk
      qemu-ga: add guest-suspend-ram
      qemu-ga: add guest-suspend-hybrid

Michael Roth (2):
      qemu-ga: add win32 guest-suspend-ram command
      qemu-ga: add guest-sync-delimited

Michal Privoznik (1):
      qemu-ga: add guest-network-get-interfaces command

 configure              |    2 +-
 qapi-schema-guest.json |  182 ++++++++++++++++++++++-
 qemu-ga.c              |   46 +++++-
 qga/commands-posix.c   |  390 +++++++++++++++++++++++++++++++++++++++++++++++-
 qga/commands-win32.c   |  167 +++++++++++++++++++--
 qga/commands.c         |    6 +
 qga/guest-agent-core.h |    2 +
 7 files changed, 774 insertions(+), 21 deletions(-)

Comments

Anthony Liguori March 13, 2012, 2:22 a.m. UTC | #1
On 03/12/2012 03:16 PM, Michael Roth wrote:
> The following changes since commit a348f108842fb928563865c9918642900cd0d477:
>
>    Add missing const attributes for MemoryRegionOps (2012-03-11 11:40:15 +0000)
>
> are available in the git repository at:
>    git://github.com/mdroth/qemu.git qga-pull-3-12-2012

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Gal Hammer (1):
>        qemu-ga: add win32 guest-suspend-disk command.
>
> Luiz Capitulino (3):
>        qemu-ga: add guest-suspend-disk
>        qemu-ga: add guest-suspend-ram
>        qemu-ga: add guest-suspend-hybrid
>
> Michael Roth (2):
>        qemu-ga: add win32 guest-suspend-ram command
>        qemu-ga: add guest-sync-delimited
>
> Michal Privoznik (1):
>        qemu-ga: add guest-network-get-interfaces command
>
>   configure              |    2 +-
>   qapi-schema-guest.json |  182 ++++++++++++++++++++++-
>   qemu-ga.c              |   46 +++++-
>   qga/commands-posix.c   |  390 +++++++++++++++++++++++++++++++++++++++++++++++-
>   qga/commands-win32.c   |  167 +++++++++++++++++++--
>   qga/commands.c         |    6 +
>   qga/guest-agent-core.h |    2 +
>   7 files changed, 774 insertions(+), 21 deletions(-)
>
>
>