From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sfa1p-0007pX-US for qemu-devel@nongnu.org; Fri, 15 Jun 2012 13:09:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sfa1o-0002PO-02 for qemu-devel@nongnu.org; Fri, 15 Jun 2012 13:09:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sfa1n-0002P8-OE for qemu-devel@nongnu.org; Fri, 15 Jun 2012 13:09:43 -0400 From: Luiz Capitulino Date: Fri, 15 Jun 2012 14:09:57 -0300 Message-Id: <1339780205-3447-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 0/8]: QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org 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 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(-)