From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEQkp-0005CY-C4 for qemu-devel@nongnu.org; Wed, 19 Sep 2012 16:20:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEQkj-0005fH-Io for qemu-devel@nongnu.org; Wed, 19 Sep 2012 16:20:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEQkj-0005cl-8g for qemu-devel@nongnu.org; Wed, 19 Sep 2012 16:20:09 -0400 Date: Wed, 19 Sep 2012 17:20:53 -0300 From: Luiz Capitulino Message-ID: <20120919172053.533d1c8f@doriath.home> In-Reply-To: <1347626662-3701-1-git-send-email-ozaki.ryota@gmail.com> References: <1347626662-3701-1-git-send-email-ozaki.ryota@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] Intruduce qemu-ga-client List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ryota Ozaki Cc: qemu-devel@nongnu.org On Fri, 14 Sep 2012 21:44:19 +0900 Ryota Ozaki wrote: > This patch series adds qemu-ga-client that is a command line > script to use guest agent functions easily. Applied to qmp branch, thanks. > > 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 ++- > 2 files changed, 308 insertions(+), 3 deletions(-) > create mode 100755 QMP/qemu-ga-client >