Re: [Qemu-devel] [PATCH] qga: fsfreeze is only supported on Linux

2011-07-22 Thread Blue Swirl
On Fri, Jul 22, 2011 at 10:18 PM, Anthony Liguori wrote: > On 07/22/2011 01:56 PM, Blue Swirl wrote: >> >> Fix build breakage on non-Linux hosts. >> >> Signed-off-by: Blue Swirl > > The patch I sent was similar but QAPI commands don't use in-band error > reporting so it set the out-of-band error.

Re: [Qemu-devel] [PATCH] qga: fsfreeze is only supported on Linux

2011-07-22 Thread Anthony Liguori
On 07/22/2011 01:56 PM, Blue Swirl wrote: Fix build breakage on non-Linux hosts. Signed-off-by: Blue Swirl The patch I sent was similar but QAPI commands don't use in-band error reporting so it set the out-of-band error. I'll push my version if you can confirm it addresses the build issue.

Re: [Qemu-devel] [PATCH] qga: fsfreeze is only supported on Linux

2011-07-22 Thread Luiz Capitulino
On Fri, 22 Jul 2011 21:56:39 +0300 Blue Swirl wrote: > Fix build breakage on non-Linux hosts. > > Signed-off-by: Blue Swirl Looks good to me. This will return a command not found error, maybe unsupported is better, but can be done later. > --- > qga/guest-agent-commands.c | 25 +++

[Qemu-devel] [PATCH] qga: fsfreeze is only supported on Linux

2011-07-22 Thread Blue Swirl
Fix build breakage on non-Linux hosts. Signed-off-by: Blue Swirl --- qga/guest-agent-commands.c | 25 - 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/qga/guest-agent-commands.c b/qga/guest-agent-commands.c index 8c0d67e..918aaa2 100644 --- a/qga/guest-