All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix qemu execution in stubdom
@ 2008-02-25 12:10 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-02-25 12:10 UTC (permalink / raw)
  To: xen-devel

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@eu.citrix.com>

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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-25 12:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-25 12:10 [PATCH] Fix qemu execution in stubdom Samuel Thibault

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.