All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Luiz Capitulino <lcapitulino@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PULL 0/8]: QMP queue
Date: Wed, 20 Jun 2012 08:09:27 -0500	[thread overview]
Message-ID: <4FE1CB87.3080905@us.ibm.com> (raw)
In-Reply-To: <1339780205-3447-1-git-send-email-lcapitulino@redhat.com>

On 06/15/2012 12:09 PM, Luiz Capitulino wrote:
> Anthony,
>
> This pull contains mostly fixes and the new BALLOON_CHANGE event with
> rate limiting support.
>
> The changes (since 63bb682a18acc5d2f3219ea96c4d81c1a3b50748) are available
> in the following repository:
>
>      git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Bruce Rogers (1):
>        build: install qmp-commands.txt
>
> Daniel P. Berrange (2):
>        Add event notification for guest balloon changes
>        Add rate limiting of RTC_CHANGE, BALLOON_CHANGE&  WATCHDOG events
>
> Paolo Bonzini (3):
>        kvm: add missing include files
>        qmp: include monitor.h when needed
>        qmp: do not include monitor.h from qapi-types-core.h
>
> Stefan Weil (2):
>        monitor: Fix memory leak with readline completion
>        Fix some more license versions (GPL2+ instead of GPL2)
>
>   Makefile                          |   1 +
>   QMP/qmp-events.txt                |  18 +++++
>   balloon.c                         |  14 ++++
>   balloon.h                         |   2 +
>   hmp.c                             |   1 +
>   hw/virtio-balloon.c               |   5 ++
>   kvm-all.c                         |   2 +
>   memory_mapping-stub.c             |   4 +-
>   memory_mapping.c                  |   4 +-
>   memory_mapping.h                  |   4 +-
>   monitor.c                         | 159 ++++++++++++++++++++++++++++++++++++--
>   monitor.h                         |   1 +
>   net/tap.c                         |   1 +
>   qapi/qapi-types-core.h            |   4 +-
>   readline.c                        |   3 +
>   target-i386/arch_dump.c           |   4 +-
>   target-i386/arch_memory_mapping.c |   4 +-
>   trace-events                      |   5 ++
>   18 files changed, 217 insertions(+), 19 deletions(-)
>
>
>

      parent reply	other threads:[~2012-06-20 13:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-15 17:09 [Qemu-devel] [PULL 0/8]: QMP queue Luiz Capitulino
2012-06-15 17:09 ` [Qemu-devel] [PATCH 1/8] kvm: add missing include files Luiz Capitulino
2012-06-15 17:09 ` [Qemu-devel] [PATCH 2/8] qmp: include monitor.h when needed Luiz Capitulino
2012-06-15 17:10 ` [Qemu-devel] [PATCH 3/8] qmp: do not include monitor.h from qapi-types-core.h Luiz Capitulino
2012-06-15 17:10 ` [Qemu-devel] [PATCH 4/8] monitor: Fix memory leak with readline completion Luiz Capitulino
2012-06-15 17:10 ` [Qemu-devel] [PATCH 5/8] Fix some more license versions (GPL2+ instead of GPL2) Luiz Capitulino
2012-06-15 17:10 ` [Qemu-devel] [PATCH 6/8] Add event notification for guest balloon changes Luiz Capitulino
2012-06-15 17:10 ` [Qemu-devel] [PATCH 7/8] Add rate limiting of RTC_CHANGE, BALLOON_CHANGE & WATCHDOG events Luiz Capitulino
2012-06-15 17:10 ` [Qemu-devel] [PATCH 8/8] build: install qmp-commands.txt Luiz Capitulino
2012-06-20 13:09 ` Anthony Liguori [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FE1CB87.3080905@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=lcapitulino@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.