[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] Fix qemu execution in stubdom
Fix qemu execution in stubdom by disabling PCI passthrough for now, as the underlying libpci code is not there yet. Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx> diff -r cb3e47897b85 tools/ioemu/Makefile.target --- a/tools/ioemu/Makefile.target Mon Feb 25 11:24:06 2008 +0000 +++ b/tools/ioemu/Makefile.target Mon Feb 25 12:08:26 2008 +0000 @@ -357,7 +357,7 @@ endif endif ifdef CONFIG_STUBDOM -CONFIG_PASSTHROUGH=1 +#CONFIG_PASSTHROUGH=1 else ifeq (,$(wildcard /usr/include/pci)) $(warning *** pciutils-devl package not found - missing /usr/include/pci) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |