qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] guest-agent: fix build with OpenBSD


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] guest-agent: fix build with OpenBSD
Date: Fri, 22 Jul 2011 14:51:36 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

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<address@hidden>
---
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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]