From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkLl8-0000Fz-HM for qemu-devel@nongnu.org; Fri, 22 Jul 2011 15:51:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkLl7-0001go-JX for qemu-devel@nongnu.org; Fri, 22 Jul 2011 15:51:42 -0400 Received: from mail-pz0-f43.google.com ([209.85.210.43]:52286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkLl7-0001gi-De for qemu-devel@nongnu.org; Fri, 22 Jul 2011 15:51:41 -0400 Received: by pzk1 with SMTP id 1so4359542pzk.30 for ; Fri, 22 Jul 2011 12:51:40 -0700 (PDT) Message-ID: <4E29D4C8.8040106@codemonkey.ws> Date: Fri, 22 Jul 2011 14:51:36 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1311362154-4409-1-git-send-email-aliguori@us.ibm.com> <4E29D2AA.4010507@us.ibm.com> In-Reply-To: <4E29D2AA.4010507@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] guest-agent: fix build with OpenBSD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Blue Swirl , Mike Roth , qemu-devel@nongnu.org, Luiz Capitulino On 07/22/2011 02:42 PM, Anthony Liguori wrote: > On 07/22/2011 02:15 PM, Anthony Liguori wrote: >> FS-Freeze only works with Linux. >> >> Signed-off-by: Anthony Liguori >> --- >> Makefile | 2 + >> hw/pc.c | 3 +- >> qemu-char.c | 36 +++++++++++++++++++++++++ >> qemu-config.c | 6 ++++ >> qga/guest-agent-commands.c | 63 >> ++++++++++++++++++++++++++++++++++++------- >> 5 files changed, 97 insertions(+), 13 deletions(-) >> >> diff --git a/Makefile b/Makefile >> index f3a03ad..2e3231e 100644 >> --- a/Makefile >> +++ b/Makefile >> @@ -188,6 +188,8 @@ $(qapi-dir)/qga-qmp-marshal.c: >> $(SRC_PATH)/qapi-schema-guest.json $(SRC_PATH)/sc >> test-visitor.o: $(addprefix $(qapi-dir)/, test-qapi-types.c >> test-qapi-types.h test-qapi-visit.c test-qapi-visit.h) $(qapi-obj-y) >> test-visitor: test-visitor.o qfloat.o qint.o qdict.o qstring.o qlist.o >> qbool.o $(qapi-obj-y) error.o osdep.o qemu-malloc.o $(oslib-obj-y) >> qjson.o json-streamer.o json-lexer.o json-parser.o qerror.o >> qemu-error.o qemu-tool.o $(qapi-dir)/test-qapi-visit.o >> $(qapi-dir)/test-qapi-types.o >> >> +test-linux: test-linux.o >> + > > This obviously doesn't belong here. Er, this patch was fubar, let me send a new one. Regards, Anthony Liguori > > Regards, > > Anthony Liguori >