Re: [Qemu-devel] [PATCH] qemu-ga: stub out guest-suspend* for non-linux

2012-03-23 Thread Luiz Capitulino
On Fri, 23 Mar 2012 14:11:53 -0500 Michael Roth wrote: > On Fri, Mar 23, 2012 at 03:20:22PM -0300, Luiz Capitulino wrote: > > On Tue, 20 Mar 2012 19:54:09 -0500 > > Michael Roth wrote: > > > > > This currently breaks the build for BSDs. > > > > > > Signed-off-by: Michael Roth > > > --- > > >

Re: [Qemu-devel] [PATCH] qemu-ga: stub out guest-suspend* for non-linux

2012-03-23 Thread Michael Roth
On Fri, Mar 23, 2012 at 03:20:22PM -0300, Luiz Capitulino wrote: > On Tue, 20 Mar 2012 19:54:09 -0500 > Michael Roth wrote: > > > This currently breaks the build for BSDs. > > > > Signed-off-by: Michael Roth > > --- > > qga/commands-posix.c | 22 ++ > > 1 files changed, 2

Re: [Qemu-devel] [PATCH] qemu-ga: stub out guest-suspend* for non-linux

2012-03-23 Thread Luiz Capitulino
On Tue, 20 Mar 2012 19:54:09 -0500 Michael Roth wrote: > This currently breaks the build for BSDs. > > Signed-off-by: Michael Roth > --- > qga/commands-posix.c | 22 ++ > 1 files changed, 22 insertions(+), 0 deletions(-) > > diff --git a/qga/commands-posix.c b/qga/comman

[Qemu-devel] [PATCH] qemu-ga: stub out guest-suspend* for non-linux

2012-03-20 Thread Michael Roth
This currently breaks the build for BSDs. Signed-off-by: Michael Roth --- qga/commands-posix.c | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/qga/commands-posix.c b/qga/commands-posix.c index 89dde92..16737d7 100644 --- a/qga/commands-posix.c +++ b