[SM-Commit] GIT changes to master grimoire by Eric Sandall (aff4f11fdf112e0a08ca96001cbf71e0a4ca7201)

Eric Sandall scm at mail.sourcemage.org
Fri Feb 16 17:00:17 EST 2007


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 utils/qemu/DEPENDS               |    5 ++++-
 utils/qemu/DETAILS               |    6 +++---
 utils/qemu/HISTORY               |   10 ++++++++++
 utils/qemu/archs                 |   22 ++++++++--------------
 utils/qemu/qemu-0.9.0.tar.gz.sig |binary
 5 files changed, 25 insertions(+), 18 deletions(-)

New commits:
commit aff4f11fdf112e0a08ca96001cbf71e0a4ca7201
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    Updated to 0.9.0 (though softmmu targets do not seem to work)

diff --git a/utils/qemu/DEPENDS b/utils/qemu/DEPENDS
index 4a20c6d..b3f1621 100755
--- a/utils/qemu/DEPENDS
+++ b/utils/qemu/DEPENDS
@@ -6,4 +6,7 @@ optional_depends  alsa-lib
                   '--disable-alsa'                                        \
                   'for Advanced Linux Sound Architecture driver support'  &&
 
-optional_depends  kqemu  ''  ''  'for kernel acceleration support'
+optional_depends  kqemu                              \
+                  '--enable-kqemu'                   \
+                  '--disable-kqemu'                  \
+                  'for kernel acceleration support'
diff --git a/utils/qemu/DETAILS b/utils/qemu/DETAILS
index 8a5b5a5..5cafe2b 100755
--- a/utils/qemu/DETAILS
+++ b/utils/qemu/DETAILS
@@ -1,15 +1,15 @@
            SPELL=qemu
-         VERSION=0.8.2
+         VERSION=0.9.0
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://fabrice.bellard.free.fr/qemu/$SOURCE
-     SOURCE_HASH=sha512:e3e3bffb9858014fd4342680779475a5b012711b2bd9c1d94cdf7579860282a4b5e60a1eaaedb981d27a315055fb00f7239ccf275a7ddc3a1bd512087a37d575
+       SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+#     SOURCE_HASH=sha512:e3e3bffb9858014fd4342680779475a5b012711b2bd9c1d94cdf7579860282a4b5e60a1eaaedb981d27a315055fb00f7239ccf275a7ddc3a1bd512087a37d575
     DISTCC_HOSTS=
      GCC_VERSION=3.4
       LICENSE[0]=GPL/LGPL
         WEB_SITE=http://fabrice.bellard.free.fr/qemu
         KEYWORDS="emulator utils"
-      PATCHLEVEL=1
          ENTERED=20051102
            SHORT="QEMU is a generic and open source processor emulator"
 cat << EOF
diff --git a/utils/qemu/HISTORY b/utils/qemu/HISTORY
index 267c640..e9ef16e 100644
--- a/utils/qemu/HISTORY
+++ b/utils/qemu/HISTORY
@@ -1,6 +1,16 @@
 2007-02-16 Eric Sandall <eric at sandall.us>
 	* DEPENDS: kqemu is no longer restricted to z-rejected
 
+2007-02-15 Eric Sandall <eric at sandall.us>
+	* DETAILS: Updated to 0.9.0
+	* DEPENDS: Pass disable/enable flags for kqemu
+	* BUILD: Use default_build, pass --target-list to OPTS
+	* archs: Alphabetize list
+	  All *-user targets are now called *-linux-user
+	  Added m68k-linux-user target
+	  {i386,arm,mips,mipsel,ppc,sparc,x86_64}-softmmu fail to compile,
+	  so removing from the list.
+
 2006-10-14 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* archs: added new targets #13159 and unified formatting
 	* DETAILS: ++PATCHLEVEL
diff --git a/utils/qemu/archs b/utils/qemu/archs
index bc54d8c..8847c72 100644
--- a/utils/qemu/archs
+++ b/utils/qemu/archs
@@ -1,14 +1,8 @@
-i386-user	i386	on
-arm-user	arm	on
-armeb-user	armeb	on
-sparc-user	sparc	on
-ppc-user	ppc	on
-mips-user	mips	on
-mipsel-user	mipsel	on
-i386-softmmu	i386-sofmmu	on
-ppc-softmmu	ppc-softmmu	on
-sparc-softmmu	sparc-softmmu	on
-x86_64-softmmu	x86_64-softmmu	on
-mips-softmmu	mips-softmmu	on
-mipsel-softmmu	mipsel-softmmu	on
-arm-softmmu	arm-softmmu	on
+i386-linux-user		i386		on
+arm-linux-user		arm		on
+armeb-linux-user	armeb		on
+m68k-linux-user		m68k		on
+mips-linux-user		mips		on
+mipsel-linux-user	mipsel		on
+ppc-linux-user		ppc		on
+sparc-linux-user	sparc		on
diff --git a/utils/qemu/qemu-0.9.0.tar.gz.sig b/utils/qemu/qemu-0.9.0.tar.gz.sig
new file mode 100644
index 0000000..6ae10e9
Binary files /dev/null and b/utils/qemu/qemu-0.9.0.tar.gz.sig differ



More information about the SM-Commit mailing list