]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commitdiff
-direct-pci option should not be inside CONFIG_OPENGL
authorIan Jackson <iwj@mariner.uk.xensource.com>
Thu, 12 Jun 2008 15:00:18 +0000 (16:00 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 12 Jun 2008 15:00:18 +0000 (16:00 +0100)
vl.c

diff --git a/vl.c b/vl.c
index efdc641b806029440b9960c9332f3bfa8ece1c84..b84d2f6735abe54ec56102cf8aa0ea59459a69a5 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -7234,8 +7234,8 @@ static void help(int exitcode)
 #endif
 #ifdef CONFIG_OPENGL
            "-disable-opengl disable OpenGL rendering, using SDL"
-          "-direct-pci s   specify pci passthrough, with configuration string s\n"
 #endif
+          "-direct-pci s   specify pci passthrough, with configuration string s\n"
 #ifdef TARGET_I386
            "-no-fd-bootchk  disable boot signature checking for floppy disks\n"
 #endif