All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools: specify datadir for qemu-xen build to fix firmware loading
@ 2012-03-16 18:56 Olaf Hering
  2012-03-19 10:16 ` Fantu
  2012-03-19 11:14 ` Stefano Stabellini
  0 siblings, 2 replies; 8+ messages in thread
From: Olaf Hering @ 2012-03-16 18:56 UTC (permalink / raw)
  To: xen-devel

# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1331924173 -3600
# Node ID bf1d5778ffd10858b402068b9473e410791ebd07
# Parent  72e6530b29463f0913af365f5d085d94ff75627c
tools: specify datadir for qemu-xen build to fix firmware loading

qemu-xen does currently not find the firmware files, such as
vgabios-cirrus.bin. The reason is that qemu-xen uses the default prefix
/usr/local. Use SHAREDIR/xen/qemu-xen as directory so that it can coexist with
qemu-traditional.

Signed-off-by: Olaf Hering <olaf@aepfle.de>

diff -r 72e6530b2946 -r bf1d5778ffd1 tools/Makefile
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -156,6 +156,7 @@ subdir-all-qemu-xen-dir subdir-install-q
 		--extra-ldflags="-L$(XEN_ROOT)/tools/libxc \
 		-L$(XEN_ROOT)/tools/xenstore" \
 		--bindir=$(LIBEXEC) \
+		--datadir=$(SHAREDIR)/xen/qemu-xen \
 		--disable-kvm \
 		--python=$(PYTHON) \
 		$(IOEMU_CONFIGURE_CROSS); \

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH] tools: specify datadir for qemu-xen build to fix firmware loading
@ 2012-03-19 13:41 Olaf Hering
  2012-03-19 15:18 ` Stefano Stabellini
  0 siblings, 1 reply; 8+ messages in thread
From: Olaf Hering @ 2012-03-19 13:41 UTC (permalink / raw)
  To: xen-devel

# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1332164506 -3600
# Node ID 94066d2f6045e80dc5d2dce762d8966695b3f2a2
# Parent  4e1d091d10d83130842170cd61f1194e5459f2aa
tools: specify datadir for qemu-xen build to fix firmware loading

qemu-xen does currently not find the firmware files, such as
vgabios-cirrus.bin. The reason is that qemu-xen uses the default prefix
/usr/local. Use SHAREDIR/qemu-xen as directory so that it can coexist
with qemu-traditional which is installed in SHAREDIR/xen/qemu.

v2:
 - change datadir from SHAREDIR/xen/qemu-xen to SHAREDIR/qemu-xen

Signed-off-by: Olaf Hering <olaf@aepfle.de>

diff -r 4e1d091d10d8 -r 94066d2f6045 tools/Makefile
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -154,6 +154,7 @@ subdir-all-qemu-xen-dir subdir-install-q
 		--extra-ldflags="-L$(XEN_ROOT)/tools/libxc \
 		-L$(XEN_ROOT)/tools/xenstore" \
 		--bindir=$(LIBEXEC) \
+		--datadir=$(SHAREDIR)/qemu-xen \
 		--disable-kvm \
 		--python=$(PYTHON) \
 		$(IOEMU_CONFIGURE_CROSS); \

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-04-03 14:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 18:56 [PATCH] tools: specify datadir for qemu-xen build to fix firmware loading Olaf Hering
2012-03-19 10:16 ` Fantu
2012-03-19 11:14 ` Stefano Stabellini
2012-03-19 11:14   ` Ian Campbell
2012-03-19 12:43   ` Olaf Hering
  -- strict thread matches above, loose matches on Subject: below --
2012-03-19 13:41 Olaf Hering
2012-03-19 15:18 ` Stefano Stabellini
2012-04-03 14:30   ` Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.