Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Alexander Graf
On 23.07.2011, at 23:12, Anthony Liguori wrote: > On 07/23/2011 02:22 PM, Alexander Graf wrote: >> >>> We default off'd the I/O thread even after years we still don't have it >>> enabled. >>> >>> With respect to 0.15, this bit of code is totally isolated from everything >>> else. Worst case

Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Anthony Liguori
On 07/23/2011 02:22 PM, Alexander Graf wrote: We default off'd the I/O thread even after years we still don't have it enabled. With respect to 0.15, this bit of code is totally isolated from everything else. Worst case scenario, we just disable it on platforms where it doesn't work. It pre

Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Alexander Graf
On 23.07.2011, at 21:23, Jes Sorensen wrote: > On 07/23/11 18:10, Anthony Liguori wrote: >> qga/guest-agent-commands.c: In function ‘qmp_guest_fsfreeze_freeze’: qga/guest-agent-commands.c:443: error: ‘FIFREEZE’ undeclared (first use in this function) qga/guest-agent-commands.

Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Jes Sorensen
On 07/23/11 18:10, Anthony Liguori wrote: > >>> qga/guest-agent-commands.c: In function ‘qmp_guest_fsfreeze_freeze’: >>> qga/guest-agent-commands.c:443: error: ‘FIFREEZE’ undeclared (first >>> use in this function) >>> qga/guest-agent-commands.c:443: error: (Each undeclared identifier is >>> repor

Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Alexander Graf
On 23.07.2011, at 21:14, Anthony Liguori wrote: > On 07/23/2011 01:34 PM, Alexander Graf wrote: >> >> On 23.07.2011, at 18:43, Michael Roth wrote: >> >>> On 07/23/2011 11:10 AM, Anthony Liguori wrote: On 07/23/2011 11:06 AM, Michael Roth wrote: > On 07/23/2011 05:07 AM, Alexander Graf

Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Alexander Graf
On 23.07.2011, at 21:12, Anthony Liguori wrote: > On 07/23/2011 01:35 PM, Alexander Graf wrote: >> >> On 23.07.2011, at 18:49, Anthony Liguori wrote: >> >>> On 07/23/2011 11:43 AM, Michael Roth wrote: On 07/23/2011 11:10 AM, Anthony Liguori wrote: > On 07/23/2011 11:06 AM, Michael Roth

Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Anthony Liguori
On 07/23/2011 01:34 PM, Alexander Graf wrote: On 23.07.2011, at 18:43, Michael Roth wrote: On 07/23/2011 11:10 AM, Anthony Liguori wrote: On 07/23/2011 11:06 AM, Michael Roth wrote: On 07/23/2011 05:07 AM, Alexander Graf wrote: On 20.07.2011, at 22:19, Michael Roth wrote: This is the act

Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Anthony Liguori
On 07/23/2011 01:35 PM, Alexander Graf wrote: On 23.07.2011, at 18:49, Anthony Liguori wrote: On 07/23/2011 11:43 AM, Michael Roth wrote: On 07/23/2011 11:10 AM, Anthony Liguori wrote: On 07/23/2011 11:06 AM, Michael Roth wrote: On 07/23/2011 05:07 AM, Alexander Graf wrote: On 20.07.2011,

Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Alexander Graf
On 23.07.2011, at 18:49, Anthony Liguori wrote: > On 07/23/2011 11:43 AM, Michael Roth wrote: >> On 07/23/2011 11:10 AM, Anthony Liguori wrote: >>> On 07/23/2011 11:06 AM, Michael Roth wrote: On 07/23/2011 05:07 AM, Alexander Graf wrote: > > On 20.07.2011, at 22:19, Michael Roth wro

Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Alexander Graf
On 23.07.2011, at 18:43, Michael Roth wrote: > On 07/23/2011 11:10 AM, Anthony Liguori wrote: >> On 07/23/2011 11:06 AM, Michael Roth wrote: >>> On 07/23/2011 05:07 AM, Alexander Graf wrote: On 20.07.2011, at 22:19, Michael Roth wrote: > This is the actual guest daemon, it li

Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Anthony Liguori
On 07/23/2011 11:43 AM, Michael Roth wrote: On 07/23/2011 11:10 AM, Anthony Liguori wrote: On 07/23/2011 11:06 AM, Michael Roth wrote: On 07/23/2011 05:07 AM, Alexander Graf wrote: On 20.07.2011, at 22:19, Michael Roth wrote: This is the actual guest daemon, it listens for requests over a v

Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Michael Roth
On 07/23/2011 11:10 AM, Anthony Liguori wrote: On 07/23/2011 11:06 AM, Michael Roth wrote: On 07/23/2011 05:07 AM, Alexander Graf wrote: On 20.07.2011, at 22:19, Michael Roth wrote: This is the actual guest daemon, it listens for requests over a virtio-serial/isa-serial/unix socket channel a

Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Anthony Liguori
On 07/23/2011 11:06 AM, Michael Roth wrote: On 07/23/2011 05:07 AM, Alexander Graf wrote: On 20.07.2011, at 22:19, 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

Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Anthony Liguori
On 07/23/2011 11:06 AM, Michael Roth wrote: On 07/23/2011 05:07 AM, Alexander Graf wrote: On 20.07.2011, at 22:19, 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

Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Michael Roth
On 07/23/2011 05:07 AM, Alexander Graf wrote: On 20.07.2011, at 22:19, 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

Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Alexander Graf
On 23.07.2011, at 12:07, Alexander Graf wrote: > > On 20.07.2011, at 22:19, 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 th

Re: [Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-23 Thread Alexander Graf
On 20.07.2011, at 22:19, 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 shorthand i

[Qemu-devel] [PATCH] guest agent: qemu-ga daemon

2011-07-20 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