[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tools: specify datadir for qemu-xen build to fix firmware loading
Olaf Hering-2 wrote > > # HG changeset patch > # User Olaf Hering <olaf@> > # 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@> > > 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); \ > > _______________________________________________ > Xen-devel mailing list > Xen-devel@.xen > http://lists.xen.org/xen-devel > Patch tried, seems ok, unfortunately does not solve the problem with vga qxl. -- View this message in context: http://xen.1045712.n5.nabble.com/PATCH-tools-specify-datadir-for-qemu-xen-build-to-fix-firmware-loading-tp5572168p5576619.html Sent from the Xen - Dev mailing list archive at Nabble.com. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |