Re: [Qemu-devel] [PATCH v6 2/4] guest agent: qemu-ga daemon

2011-07-08 Thread Michael Roth
On 07/08/2011 09:36 AM, Luiz Capitulino wrote: On Tue, 5 Jul 2011 08:21:38 -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 v6 2/4] guest agent: qemu-ga daemon

2011-07-08 Thread Luiz Capitulino
On Tue, 5 Jul 2011 08:21:38 -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 v6 2/4] guest agent: qemu-ga daemon

2011-07-05 Thread Michael Roth
Doh! Missed a final build test and this little bugger slipped in. Please apply the following patch to fix it, qapi-backport-set3-v6 has been updated accordingly. Thanks to Matsuda Daiki for the catch/patch! --- qemu-ga.c.orig 2011-07-06 09:03:00.656139317 +0900 +++ qemu-ga.c 2011-07-06 0

[Qemu-devel] [PATCH v6 2/4] guest agent: qemu-ga daemon

2011-07-05 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 -c v