pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/qemu Update to qemu 0.11.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/64f5efc2f646
branches: trunk
changeset: 568281:64f5efc2f646
user: asau <asau%pkgsrc.org@localhost>
date: Wed Dec 09 18:28:39 2009 +0000
description:
Update to qemu 0.11.1:
Changes in version 0.11.1:
- fix I2C slave addressing (Juha RiihimæÖki)
- Revert "vga: do not resize the screen on hw_invalidate" (Aurelien Jarno)
- slirp: fix use-after-free (Mark McLoughlin)
- Fix sparc.ld (Blue Swirl)
- ELF codedump build failures (Laurent Desnogues)
- kvm: Move KVM mp_state accessors to i386-specific code (Hollis Blanchard)
- fix configure script with armv4l cpu (Laurent Desnogues)
- net: disable draining tap queue in one go (Mark McLoughlin)
- pcnet: Restart poll timer on pcnet_start (Jan Kiszka)
- Sparc32: Fix lance (Blue Swirl)
- mac99: fix segmentation fault on startup (Aurelien Jarno)
- usb-linux.c: fix buffer overflow (Jim Paris)
- ARM host: fix generated blocks linking (Laurent Desnogues)
- qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver (Juergen Lock)
- exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64 (Aurelien Jarno)
diffstat:
emulators/qemu/Makefile | 4 ++--
emulators/qemu/distinfo | 9 ++++-----
emulators/qemu/patches/patch-dm | 13 -------------
3 files changed, 6 insertions(+), 20 deletions(-)
diffs (51 lines):
diff -r df03e96c3a1f -r 64f5efc2f646 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile Wed Dec 09 15:08:30 2009 +0000
+++ b/emulators/qemu/Makefile Wed Dec 09 18:28:39 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2009/10/11 16:04:13 asau Exp $
+# $NetBSD: Makefile,v 1.61 2009/12/09 18:28:39 asau Exp $
#
-DISTNAME= qemu-0.11.0
+DISTNAME= qemu-0.11.1
CATEGORIES= emulators
MASTER_SITES= http://download.savannah.gnu.org/releases/qemu/
diff -r df03e96c3a1f -r 64f5efc2f646 emulators/qemu/distinfo
--- a/emulators/qemu/distinfo Wed Dec 09 15:08:30 2009 +0000
+++ b/emulators/qemu/distinfo Wed Dec 09 18:28:39 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.50 2009/10/11 16:04:13 asau Exp $
+$NetBSD: distinfo,v 1.51 2009/12/09 18:28:39 asau Exp $
-SHA1 (qemu-0.11.0.tar.gz) = 95f59ce1293743d9f213d6908029aa2cadfc0d34
-RMD160 (qemu-0.11.0.tar.gz) = a9fc4c3fc814067bf042669b51d46c49e7879630
-Size (qemu-0.11.0.tar.gz) = 3925830 bytes
+SHA1 (qemu-0.11.1.tar.gz) = 7b983cd18f44c6e7627532b662f010389d3bcdff
+RMD160 (qemu-0.11.1.tar.gz) = 4da00fa6c01d7ff6af0ee781bc9260da577ea7d3
+Size (qemu-0.11.1.tar.gz) = 3830070 bytes
SHA1 (patch-ao) = e515093b6ea99f9cba665de022fd62f3be911569
SHA1 (patch-au) = 2892cae63796c76014288f4a700acbee5aadc529
SHA1 (patch-ba) = 7c5043a39405f52b512e479a46fc76108580b7bc
@@ -11,4 +11,3 @@
SHA1 (patch-dg) = caf1a9ff3e12af362245084f62f495290e498d5c
SHA1 (patch-dk) = 089f83d1c870c639f7fd32f1288f970236386949
SHA1 (patch-dl) = dc19993ead06f6de27d6ea0e1268661d007d4b13
-SHA1 (patch-dm) = 3786ee9dfa46648f773f06c683bccd574c5ee2cb
diff -r df03e96c3a1f -r 64f5efc2f646 emulators/qemu/patches/patch-dm
--- a/emulators/qemu/patches/patch-dm Wed Dec 09 15:08:30 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-dm,v 1.1 2009/08/31 10:18:49 hasso Exp $
-
---- exec-all.h.orig 2009-08-31 11:12:02 +0300
-+++ exec-all.h 2009-08-31 11:12:15 +0300
-@@ -35,7 +35,7 @@
- typedef struct TranslationBlock TranslationBlock;
-
- /* XXX: make safe guess about sizes */
--#define MAX_OP_PER_INSTR 64
-+#define MAX_OP_PER_INSTR 128
- /* A Call op needs up to 6 + 2N parameters (N = number of arguments). */
- #define MAX_OPC_PARAM 10
- #define OPC_BUF_SIZE 512
Home |
Main Index |
Thread Index |
Old Index