On Fri, 14 Sep 2012 21:44:19 +0900 Ryota Ozaki <ozaki.ry...@gmail.com> 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 >