[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [qemu patches] Update patches for changeset 10926:e47aad0605a3.
# HG changeset patch # User chris@xxxxxxxxxxxxxxxxxxxxxxxx # Node ID 70d43812ab025d9d27c7ef639d8f26ffdc10fa5b # Parent e47aad0605a3e3687b2467452f0cf45d8b0c0b07 [qemu patches] Update patches for changeset 10926:e47aad0605a3. Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx> --- tools/ioemu/patches/qemu-allow-disable-sdl | 27 +++++++++++++++++++++++++++ tools/ioemu/patches/series | 1 + 2 files changed, 28 insertions(+) diff -r e47aad0605a3 -r 70d43812ab02 tools/ioemu/patches/series --- a/tools/ioemu/patches/series Fri Aug 04 09:27:52 2006 +0100 +++ b/tools/ioemu/patches/series Fri Aug 04 09:28:34 2006 +0100 @@ -37,3 +37,4 @@ vnc-access-monitor-vt vnc-access-monitor-vt xenstore-block-device-config xenstore-write-vnc-port +qemu-allow-disable-sdl diff -r e47aad0605a3 -r 70d43812ab02 tools/ioemu/patches/qemu-allow-disable-sdl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/ioemu/patches/qemu-allow-disable-sdl Fri Aug 04 09:28:34 2006 +0100 @@ -0,0 +1,28 @@ +Index: ioemu/configure +=================================================================== +--- ioemu.orig/configure 2006-08-03 19:19:38.000000000 +0100 ++++ ioemu/configure 2006-08-03 23:38:19.000000000 +0100 +@@ -226,8 +226,6 @@ + ;; + --enable-cocoa) cocoa="yes" ; coreaudio="yes" ; sdl="no" + ;; +- --disable-gfx-check) check_gfx="no" +- ;; + --disable-gcc-check) check_gcc="no" + ;; + --disable-system) softmmu="no" +@@ -736,14 +734,6 @@ + target_user_only="yes" + fi + +-if test "$target_user_only" = "no" -a "$check_gfx" = "yes" \ +- -a "$sdl" = "no" -a "$cocoa" = "no" ; then +- echo "ERROR: QEMU requires SDL or Cocoa for graphical output" +- echo "To build QEMU without graphical output configure with --disable-gfx-check" +- echo "Note that this will disable all output from the virtual graphics card." +- exit 1; +-fi +- + #echo "Creating $config_mak, $config_h and $target_dir/Makefile" + + mkdir -p $target_dir _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |