[Lunar-commits] <moonbase> bochs: version bumped to 2.4.5.

Florin Braescu florin at lunar-linux.org
Wed May 12 15:25:29 CEST 2010


commit 011372fb3d737181eda439b7ea36412c86055825
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed May 12 16:25:29 2010 +0300

    bochs: version bumped to 2.4.5.
    
    The configuration and CPU subsystems were reworked, allowing you to
    enable or disable CPU options at runtime through .bochsrc. Bugs were
    fixed for CPU emulation correctness and stability. X2APIC extensions
    were implemented. Intel VMXx2 extensions were implemented. New
    features include Extended VMX capability MSRs, APIC Virtualization,
    X2APIC Virtualization, Extended Page Tables (EPT), VPID, Unrestricted
    Guests, and new VMX controls. The PCLMULQDQ AES instruction was
    implemented. The Bochs internal debugger functionality was extended.
    USB HP DeskJet 920C printer device emulation was added.
---
 devel/bochs/BUILD     |    8 --------
 devel/bochs/CONFIGURE |    2 --
 devel/bochs/DETAILS   |    6 +++---
 3 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/devel/bochs/BUILD b/devel/bochs/BUILD
index 4561b71..d797573 100644
--- a/devel/bochs/BUILD
+++ b/devel/bochs/BUILD
@@ -29,14 +29,6 @@ if [[ $SB16 == "y" ]]; then
   OPTS="$OPTS --enable-sb16=linux"
 fi
 
-if [[ $SSE == "y" ]]; then
-  OPTS="$OPTS --enable-sse"
-fi
-
-if [[ $MMX == "y" ]]; then
-  OPTS="$OPTS --enable-mmx"
-fi
-
 if [[ $PLUGINS == "y" ]]; then
   OPTS="$OPTS --enable-plugins"
 fi
diff --git a/devel/bochs/CONFIGURE b/devel/bochs/CONFIGURE
index f6147a4..49df3aa 100644
--- a/devel/bochs/CONFIGURE
+++ b/devel/bochs/CONFIGURE
@@ -4,8 +4,6 @@ mquery REPEAT "Enable repeat speedups?" y
 mquery ICACHE "Enable icache (speed)?" y
 mquery ASM "Enable host specific asms?" y
 mquery SB16 "Emulate SB16?" n
-mquery SSE "Enable SSE?" y
-mquery MMX "Enable MMX?" y
 mquery PLUGINS "Enable plugins?" n
 mquery GLOBAL "Enable global pages?" n
 mquery SLOWDOWN "Enable timer slowdown?" n
diff --git a/devel/bochs/DETAILS b/devel/bochs/DETAILS
index 843ebe6..9cd13b1 100644
--- a/devel/bochs/DETAILS
+++ b/devel/bochs/DETAILS
@@ -1,11 +1,11 @@
           MODULE=bochs
-         VERSION=2.4
+         VERSION=2.4.5
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/bochs
-      SOURCE_VFY=sha1:77a50e492f441d71271713c0dbde258bd07c1633
+      SOURCE_VFY=sha1:e334d31efd79c80454018c9cdafaa0eb75cb018a
         WEB_SITE=http://bochs.sourceforge.net
          ENTERED=20011015
-         UPDATED=20090504
+         UPDATED=20100512
            SHORT="i386 hardware emulator"
 
 cat << EOF


More information about the Lunar-commits mailing list