From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJxPD-0001Xw-DM for qemu-devel@nongnu.org; Thu, 04 Oct 2012 22:12:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJxPC-0000Qa-8C for qemu-devel@nongnu.org; Thu, 04 Oct 2012 22:12:47 -0400 Received: from e23smtp04.au.ibm.com ([202.81.31.146]:55418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJxPB-0000QW-Mb for qemu-devel@nongnu.org; Thu, 04 Oct 2012 22:12:46 -0400 Received: from /spool/local by e23smtp04.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 5 Oct 2012 12:09:25 +1000 Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q9522t2Y14287074 for ; Fri, 5 Oct 2012 12:02:56 +1000 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q952CduB021841 for ; Fri, 5 Oct 2012 12:12:39 +1000 From: Anthony Liguori In-Reply-To: <1348752509-1142-1-git-send-email-lcapitulino@redhat.com> References: <1348752509-1142-1-git-send-email-lcapitulino@redhat.com> Date: Thu, 04 Oct 2012 21:12:33 -0500 Message-ID: <87txu9fyzy.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 00/15]: QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org Luiz Capitulino writes: > The changes (since ac05f3492421caeb05809ffa02c6198ede179e43) are available > in the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git queue/qmp > Pulled. Thanks. Regards, Anthony Liguori > Luiz Capitulino (7): > qapi: convert add_client > qmp: dump-guest-memory: improve schema doc (again) > qmp: dump-guest-memory: don't spin if non-blocking fd would block > hmp: dump-guest-memory: hardcode protocol argument to "file:" > input: qmp_send_key(): simplify > qmp: qmp_send_key(): accept key codes in hex > input: index_from_key(): drop unused code > > Paolo Bonzini (5): > qapi: do not protect enum values from namespace pollution > qapi: add "unix" to the set of reserved words > pci-assign: use monitor_handle_fd_param > monitor: add Error * argument to monitor_get_fd > block: live snapshot documentation tweaks > > Ryota Ozaki (3): > Make negotiation optional in QEMUMonitorProtocol > Support settimeout in QEMUMonitorProtocol > Add qemu-ga-client script > > QMP/qemu-ga-client | 299 ++++++++++++++++++++++++++++++++++++++++++++++++++ > QMP/qmp.py | 12 +- > dump.c | 18 +-- > hmp-commands.hx | 8 +- > hmp.c | 51 ++++++--- > hw/kvm/pci-assign.c | 12 +- > input.c | 75 ++++++------- > migration-fd.c | 2 +- > monitor.c | 48 +------- > monitor.h | 2 +- > qapi-schema.json | 81 +++++++++++--- > qmp-commands.hx | 5 +- > qmp.c | 43 ++++++++ > scripts/qapi-types.py | 4 +- > scripts/qapi-visit.py | 2 +- > scripts/qapi.py | 10 +- > 16 files changed, 517 insertions(+), 155 deletions(-) > create mode 100755 QMP/qemu-ga-client > > -- > 1.7.12.315.g682ce8b