From: Keir Fraser Date: Wed, 27 Aug 2008 08:48:09 +0000 (+0100) Subject: ioemu-stubdom: drop --disable-gfx-check option, already added by qemu-xen tree X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=50fba5ed6fce924a95797dd0c290dba2a7593d1f;p=people%2Fliuw%2Fstubdom.git ioemu-stubdom: drop --disable-gfx-check option, already added by qemu-xen tree Signed-off-by: Samuel Thibault --- diff --git a/Makefile b/Makefile index f376948..817d6f5 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include $(XEN_ROOT)/Config.mk override CONFIG_QEMU=ioemu -IOEMU_OPTIONS=--disable-sdl --disable-opengl --disable-gfx-check --disable-vnc-tls --disable-brlapi --disable-kqemu +IOEMU_OPTIONS=--disable-sdl --disable-opengl --disable-vnc-tls --disable-brlapi --disable-kqemu ZLIB_URL?=http://www.zlib.net ZLIB_VERSION=1.2.3 LIBPCI_URL?=http://www.kernel.org/pub/software/utils/pciutils