From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShKgY-0006bT-6r for qemu-devel@nongnu.org; Wed, 20 Jun 2012 09:11:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShKgS-0006lF-6v for qemu-devel@nongnu.org; Wed, 20 Jun 2012 09:11:01 -0400 Received: from e36.co.us.ibm.com ([32.97.110.154]:46442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShKgS-0006kM-0d for qemu-devel@nongnu.org; Wed, 20 Jun 2012 09:10:56 -0400 Received: from /spool/local by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 20 Jun 2012 07:10:52 -0600 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id AB86DC40050 for ; Wed, 20 Jun 2012 13:09:45 +0000 (WET) Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q5KD9TLI164402 for ; Wed, 20 Jun 2012 07:09:38 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q5KD9Sur021065 for ; Wed, 20 Jun 2012 07:09:28 -0600 Message-ID: <4FE1CB87.3080905@us.ibm.com> Date: Wed, 20 Jun 2012 08:09:27 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1339780205-3447-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1339780205-3447-1-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/8]: QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org 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(-) > > >