Re: [Qemu-devel] [PATCH v8 3/4] guest agent: qemu-ga daemon

2011-07-21 Thread Michael Roth
On 07/20/2011 02:31 PM, Luiz Capitulino wrote: On Wed, 20 Jul 2011 14:25:06 -0500 Michael Roth wrote: On 07/20/2011 12:56 PM, Luiz Capitulino wrote: On Tue, 19 Jul 2011 15:41:54 -0500 Michael Roth wrote: This is the actual guest daemon, it listens for requests over a virtio-serial/isa-ser

Re: [Qemu-devel] [PATCH v8 3/4] guest agent: qemu-ga daemon

2011-07-20 Thread Luiz Capitulino
On Tue, 19 Jul 2011 15:41:54 -0500 Michael Roth wrote: > This is the actual guest daemon, it listens for requests over a > virtio-serial/isa-serial/unix socket channel and routes them through > to dispatch routines, and writes the results back to the channel in > a manner similar to QMP. > > A s

Re: [Qemu-devel] [PATCH v8 3/4] guest agent: qemu-ga daemon

2011-07-20 Thread Luiz Capitulino
On Wed, 20 Jul 2011 14:25:06 -0500 Michael Roth wrote: > On 07/20/2011 12:56 PM, Luiz Capitulino wrote: > > On Tue, 19 Jul 2011 15:41:54 -0500 > > Michael Roth wrote: > > > >> This is the actual guest daemon, it listens for requests over a > >> virtio-serial/isa-serial/unix socket channel and ro

Re: [Qemu-devel] [PATCH v8 3/4] guest agent: qemu-ga daemon

2011-07-20 Thread Michael Roth
On 07/20/2011 12:56 PM, Luiz Capitulino wrote: On Tue, 19 Jul 2011 15:41:54 -0500 Michael Roth wrote: This is the actual guest daemon, it listens for requests over a virtio-serial/isa-serial/unix socket channel and routes them through to dispatch routines, and writes the results back to the ch

Re: [Qemu-devel] [PATCH v8 3/4] guest agent: qemu-ga daemon

2011-07-20 Thread Luiz Capitulino
On Wed, 20 Jul 2011 15:05:39 -0500 Michael Roth wrote: > On 07/20/2011 03:01 PM, Michael Roth wrote: > > On 07/20/2011 02:31 PM, Luiz Capitulino wrote: > >> On Wed, 20 Jul 2011 14:25:06 -0500 > >> Michael Roth wrote: > >> > >>> On 07/20/2011 12:56 PM, Luiz Capitulino wrote: > On Tue, 19 Jul

Re: [Qemu-devel] [PATCH v8 3/4] guest agent: qemu-ga daemon

2011-07-20 Thread Michael Roth
On 07/20/2011 03:01 PM, Michael Roth wrote: On 07/20/2011 02:31 PM, Luiz Capitulino wrote: On Wed, 20 Jul 2011 14:25:06 -0500 Michael Roth wrote: On 07/20/2011 12:56 PM, Luiz Capitulino wrote: On Tue, 19 Jul 2011 15:41:54 -0500 Michael Roth wrote: This is the actual guest daemon, it listens

[Qemu-devel] [PATCH v8 3/4] guest agent: qemu-ga daemon

2011-07-19 Thread Michael Roth
This is the actual guest daemon, it listens for requests over a virtio-serial/isa-serial/unix socket channel and routes them through to dispatch routines, and writes the results back to the channel in a manner similar to QMP. A shorthand invocation: qemu-ga -d Is equivalent to: qemu-ga -m v