From: Ian Jackson Date: Thu, 12 Jun 2008 15:00:18 +0000 (+0100) Subject: -direct-pci option should not be inside CONFIG_OPENGL X-Git-Tag: xen-3.3.0-rc1~80 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4e8dd9c1fc468700f3848f01d0c1e1d8e075dc8e;p=qemu-xen-4.5-testing.git -direct-pci option should not be inside CONFIG_OPENGL --- diff --git a/vl.c b/vl.c index efdc641b8..b84d2f673 100644 --- 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