From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: [PATCH] Fix qemu execution in stubdom Date: Mon, 25 Feb 2008 13:10:47 +0100 Message-ID: <20080225121047.GE4380@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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 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)