diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-04 23:06:33 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-04 23:06:33 +0000 |
commit | 173378dcff3a556447aad8b2fa19df2410507f81 (patch) | |
tree | 4d44409da73f6665f030bd320b1bd4ba30d46f42 /emulators/qemu | |
parent | 4ffc68ab9ab4880ea5fcf97c93783137ecd16b7e (diff) | |
download | pkgsrc-173378dcff3a556447aad8b2fa19df2410507f81.tar.gz |
Update to 0.7.2
Changes:
- x86_64 fixes (Win2000 and Linux 2.6 boot in 32 bit)
- merge self modifying code handling in dirty ram page mecanism.
- MIPS fixes (Ralf Baechle)
- better user net performances
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index a79d2b63e2c..28da880811b 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2005/07/29 17:34:16 xtraeme Exp $ +# $NetBSD: Makefile,v 1.17 2005/09/04 23:06:33 xtraeme Exp $ # -DISTNAME= qemu-0.7.1 +DISTNAME= qemu-0.7.2 CATEGORIES= emulators MASTER_SITES= http://fabrice.bellard.free.fr/qemu/ diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index 73bd56742b7..d7ac2412760 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2005/07/29 16:38:15 xtraeme Exp $ +$NetBSD: distinfo,v 1.11 2005/09/04 23:06:33 xtraeme Exp $ -SHA1 (qemu-0.7.1.tar.gz) = 88388d41ed232df4b9d76688814c64cb58b08c9d -RMD160 (qemu-0.7.1.tar.gz) = a1e8a9e934f6a7e585aed5ba99cbf3208f24bc6a -Size (qemu-0.7.1.tar.gz) = 1338521 bytes +SHA1 (qemu-0.7.2.tar.gz) = 4daeccb57448eacc444152f30b5d84dfcca89dfe +RMD160 (qemu-0.7.2.tar.gz) = 1d2dcc8f43ff4b4b9aa045c64e38c9a10140b13e +Size (qemu-0.7.2.tar.gz) = 1341993 bytes SHA1 (patch-aa) = 455575215bad8864da285e1979da9ff7d8476a24 SHA1 (patch-ac) = a54824b658f4bbdbbdf74ad1a12bf25bce8f1164 SHA1 (patch-af) = 221d6d85aa898cb27462806faab58ee2a9871a1c |