Displaying 2 results from an estimated 2 matches for "exesuf".
Did you mean:
execif
2012 Feb 18
0
Re: [Qemu-devel] [PATCH] build: add needed missing libraries libm and librt
...mu-img.1 qemu-nbd.8 QMP/qmp-commands.txt
>> @@ -170,7 +170,7 @@ test-coroutine: test-coroutine.o qemu-timer-common.o async.o $(coroutine-obj-y)
>> $(qapi-obj-y): $(GENERATED_HEADERS)
>> qapi-dir := $(BUILD_DIR)/qapi-generated
>> test-visitor.o test-qmp-commands.o qemu-ga$(EXESUF): QEMU_CFLAGS += -I $(qapi-dir)
>> -qemu-ga$(EXESUF): LIBS = $(LIBS_QGA)
>> +qemu-ga$(EXESUF): LIBS = $(LIBS_QGA) -lm
NACK. Either needs to do LIBS += or must go in $(LIBS_QGA) or new
conditionalized variable.
>>
>> $(qapi-dir)/test-qapi-types.c $(qapi-dir)/test-qapi-type...
2009 Jul 15
0
Bug#536175: Bug#536175: Bug#536176: xen-utils-3.4: trying xen-3.4 once breaks xen-3.2 (?)
...DOWN_SCRIPT "/etc/xen/scripts/qemu-ifdown"
+
+ #ifdef CONFIG_STUBDOM
+ #define bdrv_host_device bdrv_raw
--- /dev/null
+++ xen-3/debian/patches/tools-ioemu-prefix.diff
@@ -0,0 +1,26 @@
+--- tools/ioemu-qemu-xen/xen-hooks.mak
++++ tools/ioemu-qemu-xen/xen-hooks.mak
+@@ -74,8 +74,9 @@
+
+ EXESUF=-xen
+
+-datadir := $(subst qemu,xen/qemu,$(datadir))
+-docdir := $(subst qemu,xen/qemu,$(docdir))
+-mandir := $(subst share/man,share/xen/man,$(mandir))
++bindir := /usr/lib/xen-3.4/bin
++datadir := $(subst qemu,xen-3.4/qemu,$(datadir))
++docdir := $(subst qemu,xen-3.4/qemu,$(docdir))
++mandir...