Re: [Qemu-devel] [PATCH v5 3/5] guest agent: add guest agent RPCs/commands

2011-06-18 Thread Luiz Capitulino
On Fri, 17 Jun 2011 23:38:16 -0300 Luiz Capitulino wrote: > On Fri, 17 Jun 2011 15:19:56 -0500 > Michael Roth wrote: > > > On 06/16/2011 01:52 PM, Luiz Capitulino wrote: > > > On Tue, 14 Jun 2011 15:06:23 -0500 > > > Michael Roth wrote: > > > > > >> This adds the initial set of QMP/QAPI comman

Re: [Qemu-devel] [PATCH v5 3/5] guest agent: add guest agent RPCs/commands

2011-06-17 Thread Luiz Capitulino
On Fri, 17 Jun 2011 15:19:56 -0500 Michael Roth wrote: > On 06/16/2011 01:52 PM, Luiz Capitulino wrote: > > On Tue, 14 Jun 2011 15:06:23 -0500 > > Michael Roth wrote: > > > >> This adds the initial set of QMP/QAPI commands provided by the guest > >> agent: > >> > >> guest-sync > >> guest-ping >

Re: [Qemu-devel] [PATCH v5 3/5] guest agent: add guest agent RPCs/commands

2011-06-17 Thread Michael Roth
On 06/16/2011 01:52 PM, Luiz Capitulino wrote: On Tue, 14 Jun 2011 15:06:23 -0500 Michael Roth wrote: This adds the initial set of QMP/QAPI commands provided by the guest agent: guest-sync guest-ping guest-info guest-shutdown guest-file-open guest-file-read guest-file-write guest-file-seek gu

Re: [Qemu-devel] [PATCH v5 3/5] guest agent: add guest agent RPCs/commands

2011-06-16 Thread Luiz Capitulino
On Tue, 14 Jun 2011 15:06:23 -0500 Michael Roth wrote: > This adds the initial set of QMP/QAPI commands provided by the guest > agent: > > guest-sync > guest-ping > guest-info > guest-shutdown > guest-file-open > guest-file-read > guest-file-write > guest-file-seek > guest-file-close > guest-fsf

[Qemu-devel] [PATCH v5 3/5] guest agent: add guest agent RPCs/commands

2011-06-14 Thread Michael Roth
This adds the initial set of QMP/QAPI commands provided by the guest agent: guest-sync guest-ping guest-info guest-shutdown guest-file-open guest-file-read guest-file-write guest-file-seek guest-file-close guest-fsfreeze-freeze guest-fsfreeze-thaw guest-fsfreeze-status The input/output specificat