WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [qemu patches] Update patches for changes

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [qemu patches] Update patches for changeset 10926:e47aad0605a3.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 04 Aug 2006 09:40:16 +0000
Delivery-date: Fri, 04 Aug 2006 02:42:57 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [qemu patches] Update patches for changeset 10926:e47aad0605a3., Xen patchbot-unstable <=