Re: [Qemu-devel] [PATCH v7 4/4] guest agent: add guest agent RPCs/commands

2011-07-15 Thread Luiz Capitulino
On Fri, 15 Jul 2011 12:21:55 -0500 Michael Roth wrote: > On 07/15/2011 11:23 AM, Luiz Capitulino wrote: > > On Thu, 14 Jul 2011 15:00:34 -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 v7 4/4] guest agent: add guest agent RPCs/commands

2011-07-15 Thread Michael Roth
On 07/15/2011 11:23 AM, Luiz Capitulino wrote: On Thu, 14 Jul 2011 15:00:34 -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 v7 4/4] guest agent: add guest agent RPCs/commands

2011-07-15 Thread Luiz Capitulino
On Thu, 14 Jul 2011 15:00:34 -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-flush > guest-fil

[Qemu-devel] [PATCH v7 4/4] guest agent: add guest agent RPCs/commands

2011-07-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-flush guest-file-close guest-fsfreeze-freeze guest-fsfreeze-thaw guest-fsfreeze-status The input/