Re: [Qemu-devel] [PATCH 0/3] Intruduce qemu-ga-client

2012-09-20 Thread Ryota Ozaki
Hi Michael On Thu, Sep 20, 2012 at 1:40 PM, Michael Tokarev wrote: > On 20.09.2012 00:20, Luiz Capitulino wrote: >> 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. > > Can

Re: [Qemu-devel] [PATCH 0/3] Intruduce qemu-ga-client

2012-09-19 Thread Michael Tokarev
On 20.09.2012 00:20, Luiz Capitulino wrote: > 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. Can't this be implemented in the agent itself, without a need for a wrapper? Not

Re: [Qemu-devel] [PATCH 0/3] Intruduce qemu-ga-client

2012-09-19 Thread Luiz Capitulino
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

[Qemu-devel] [PATCH 0/3] Intruduce qemu-ga-client

2012-09-14 Thread Ryota Ozaki
This patch series adds qemu-ga-client that is a command line script to use guest agent functions easily. Ryota Ozaki (3): Make negotiation optional in QEMUMonitorProtocol Support settimeout in QEMUMonitorProtocol Add qemu-ga-client script QMP/qemu-ga-client | 299 ++