summaryrefslogtreecommitdiff
path: root/emulators/qemu
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2009-12-09 18:28:39 +0000
committerasau <asau@pkgsrc.org>2009-12-09 18:28:39 +0000
commitb18a2f25260dff96ed9d7c061dd27adc5b20a473 (patch)
treed93bb9ce68468c3a96f1aff5985ab76e989efe65 /emulators/qemu
parent793063c11c9080b91fde1a6ea9079129c5b0ee50 (diff)
downloadpkgsrc-b18a2f25260dff96ed9d7c061dd27adc5b20a473.tar.gz
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 (limited to 'emulators/qemu')
-rw-r--r--emulators/qemu/Makefile4
-rw-r--r--emulators/qemu/distinfo9
-rw-r--r--emulators/qemu/patches/patch-dm13
3 files changed, 6 insertions, 20 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 00b76d0b52c..6f5828fb203 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -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 --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo
index cfcf2b75994..35a72ed2d74 100644
--- a/emulators/qemu/distinfo
+++ b/emulators/qemu/distinfo
@@ -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-de) = ad6e0fd59f7edc4a2feecac53164ea8b00e309a1
SHA1 (patch-dg) = caf1a9ff3e12af362245084f62f495290e498d5c
SHA1 (patch-dk) = 089f83d1c870c639f7fd32f1288f970236386949
SHA1 (patch-dl) = dc19993ead06f6de27d6ea0e1268661d007d4b13
-SHA1 (patch-dm) = 3786ee9dfa46648f773f06c683bccd574c5ee2cb
diff --git a/emulators/qemu/patches/patch-dm b/emulators/qemu/patches/patch-dm
deleted file mode 100644
index 0539fdb0368..00000000000
--- a/emulators/qemu/patches/patch-dm
+++ /dev/null
@@ -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