Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4749cc460dd82aab32b1d7b5e610b8213b41540f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4749cc460dd82aab32b1d7b5e610b8213b41540f)
  • Date: Sun, 22 Mar 2009 04:19:33 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/qemu/DETAILS | 18 ++++++++++--------
utils/qemu/HISTORY | 3 +++
2 files changed, 13 insertions(+), 8 deletions(-)

New commits:
commit 4749cc460dd82aab32b1d7b5e610b8213b41540f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

qemu: => 0.10.1

diff --git a/utils/qemu/DETAILS b/utils/qemu/DETAILS
index 6ba4fb7..6d311e6 100755
--- a/utils/qemu/DETAILS
+++ b/utils/qemu/DETAILS
@@ -1,10 +1,12 @@
SPELL=qemu
- VERSION=0.10.0
+ VERSION=0.10.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=http://download.savannah.gnu.org/releases/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://savannah.inetbridge.net/$SPELL/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE_URL[1]=http://download.savannah.gnu.org/releases/$SPELL/$SOURCE
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
SOURCE_GPG=qemu.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
DISTCC_HOSTS=
@@ -19,10 +21,10 @@ QEMU achieves a good emulation speed by using dynamic
translation.

QEMU has two operating modes:

- * Full system emulation. In this mode, QEMU emulates a full system
- (for example a PC), including a processor and various peripherials.
- It can be used to launch different Operating Systems without
- rebooting the PC or to debug system code.
- * User mode emulation (Linux host only). In this mode, QEMU can
- launch Linux processes compiled for one CPU on another CPU.
+* Full system emulation. In this mode, QEMU emulates a full system (for
example
+ a PC), including a processor and various peripherials. It can be used to
+ launch different Operating Systems without rebooting the PC or to debug
+ system code.
+* User mode emulation (Linux host only). In this mode, QEMU can launch Linux
+ processes compiled for one CPU on another CPU.
EOF
diff --git a/utils/qemu/HISTORY b/utils/qemu/HISTORY
index 481821c..e5b6554 100644
--- a/utils/qemu/HISTORY
+++ b/utils/qemu/HISTORY
@@ -1,3 +1,6 @@
+2009-03-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.10.1; added 1 mirror; fixed desc
+
2009-03-10 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: changed configure flag for video output




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4749cc460dd82aab32b1d7b5e610b8213b41540f), Vlad Glagolev, 03/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page