summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorryoon <ryoon>2015-03-13 09:09:12 +0000
committerryoon <ryoon>2015-03-13 09:09:12 +0000
commitd4bbb195a1f8d271bbe67b12129aa1d248200b14 (patch)
tree63a6e36458cfd43707b3dba2787b7f29d908df9f /emulators
parent19a1023a79971dd7b0734f6f0158ede02725f859 (diff)
downloadpkgsrc-d4bbb195a1f8d271bbe67b12129aa1d248200b14.tar.gz
Update to 2.2.1
Changelog: 2001e19: Update version for v2.2.1 release (Michael Roth) c70221d: vpc: Fix size in fixed image creation (Kevin Wolf) 07db685: coroutine: Fix use after free with qemu_coroutine_yield() (Kevin Wolf) c4ca8af: acpi: update generated hex files (Michael Roth) 16765a5: acpi-test: update expected DSDT (Michael Roth) dab0efc: pc: acpi: fix WindowsXP BSOD when memory hotplug is enabled (Igor Mammedov) 6c699aa: xen-hvm: increase maxmem before calling xc_domain_populate_physmap (Stefano Stabellini) a958b9b: linux-user: Check for cpu_init() errors (Eduardo Habkost) 4ec1b9b: qdev: Avoid type assertion in qdev_build_hotpluggable_device_list() (Jun Li) 3e04f97: kvm/apic: fix 2.2->2.1 migration (Paolo Bonzini) 00fd890: target-mips: fix broken snapshotting (Leon Alrae) 3d1cd59: update ipxe from 69313ed to 35c5379 (Gerd Hoffmann) a97f9a7: exec: change default exception_index value for migration to -1 (Paolo Bonzini) 987aba5: qtest: Fix deadloop by running main loop AIO context's timers (Fam Zheng) 7d389a2: block/iscsi: fix uninitialized variable (Peter Wu) 2a020d2: fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() fail (Zhang Haoyu) 6833856: libcacard: stop linking against every single 3rd party library (Daniel P. Berrange) a9eb2b6: qemu-thread: fix qemu_event without futexes (Paolo Bonzini) 4d49de6: vfio-pci: Fix missing unparent of dynamically allocated MemoryRegion (Alex Williamson) 3750d25: target-arm/translate-a64: Fix wrong mmu_idx usage for LDT/STT (Peter Maydell) 4ac8b01: hw/input/hid.c Fix capslock hid code (Dinar Valeev) e60fb7a: sb16: fix interrupt acknowledgement (Paolo Bonzini) 451b9e2: virtio: fix feature bit checks (Cornelia Huck) 0d09315: vt82c686: avoid out-of-bounds read (Paolo Bonzini) 8d1fdb1: target-i386: fix movntsd on big-endian hosts (Paolo Bonzini) b0a231a: scsi: fix cancellation when I/O was completed but DMA was not. (Paolo Bonzini) 09e2753: linux-user: Fix broken m68k signal handling on 64 bit hosts (Peter Maydell) 49725cd: pckbd: set bits 2-3-6-7 of the output port by default (Paolo Bonzini) fdb2ed4: serial: refine serial_thr_ipending_needed (Paolo Bonzini) e54bcad: serial: reset thri_pending on IER writes with THRI=0 (Paolo Bonzini) e1ce0c3: vl.c: fix regression when reading machine type from config file (Marcel Apfelbaum) cb3360d: PPC: Fix crash on spapr_tce_table_finalize() (David Gibson) f738ade: atomic: fix position of volatile qualifier (Paolo Bonzini) 83dbd88: migration/block: fix pending() return value (Vladimir Sementsov-Ogievskiy) 718ab31: target-xtensa: test cross-page opcode (Max Filippov) 27ad3df: target-xtensa: fix translation for opcodes crossing page boundary (Max Filippov) 6569578: audio: Don't free hw resources until after hw backend is stopped (Peter Maydell) 51d703f: linuxboot: fix loading old kernels (Paolo Bonzini) ebd2bd2: block: Don't probe for unknown backing file format (Kevin Wolf) 9f8da03: qcow2.py: Add required padding for header extensions (Kevin Wolf) 63a3acd: qcow2: Fix header extension size check (Kevin Wolf) 9fc6075: block migration: fix return value (Gary R Hook) 6950b92: block/raw-posix: Fix ret in raw_open_common() (Max Reitz) 9b3f3d6: qcow2: Respect bdrv_truncate() error (Max Reitz) 6f45cda: qcow2: Flushing the caches in qcow2_close may fail (Max Reitz) 1e85e69: qcow2: Prevent numerical overflow (Max Reitz) ff15187: iotests: Add test for unsupported image creation (Max Reitz) 0a0a984: iotests: Only kill NBD server if it runs (Max Reitz) b15bfd0: qemu-img: Check create_opts before image amendment (Max Reitz) 10be14e: qemu-img: Check create_opts before image creation (Max Reitz) 6065d54: block: Check create_opts before image creation (Max Reitz) 0fc9a06: block/nfs: Add create_opts (Max Reitz) 1961d1c: block/vvfat: qcow driver may not be found (Max Reitz) e81703b: block: Omit bdrv_find_format for essential drivers (Max Reitz) 7e213f8: block: Make essential BlockDriver objects public (Max Reitz)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile5
-rw-r--r--emulators/qemu/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 1137f30efa1..fa4c8fcf92e 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.134 2015/01/08 23:00:42 wiedi Exp $
+# $NetBSD: Makefile,v 1.135 2015/03/13 09:09:12 ryoon Exp $
-DISTNAME= qemu-2.2.0
-PKGREVISION= 1
+DISTNAME= qemu-2.2.1
CATEGORIES= emulators
MASTER_SITES= http://wiki.qemu.org/download/
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo
index b5a3b071a9b..c2d58639a45 100644
--- a/emulators/qemu/distinfo
+++ b/emulators/qemu/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.101 2015/03/06 13:22:03 tnn Exp $
+$NetBSD: distinfo,v 1.102 2015/03/13 09:09:12 ryoon Exp $
-SHA1 (qemu-2.2.0.tar.bz2) = 9a16623775a92fd25334f4eced4e6a56ab536233
-RMD160 (qemu-2.2.0.tar.bz2) = 9a156bdefd8fad72154eee1b10ed53a0e4c1c9a2
-Size (qemu-2.2.0.tar.bz2) = 24316697 bytes
+SHA1 (qemu-2.2.1.tar.bz2) = 4d1cefc9861fb90979497e8c0bffd223103aa240
+RMD160 (qemu-2.2.1.tar.bz2) = 53430a4cc637f6579cce2e29cb72f3af292c793b
+Size (qemu-2.2.1.tar.bz2) = 24483500 bytes
SHA1 (patch-configure) = 2d0d2549056c9f53a932b236ed4d69a5ee58a856
SHA1 (patch-ef) = 6e57de87f91067e8a9a1388c91133a31b3582b3a
SHA1 (patch-et) = 036e1a254ce40df635dfb6107d2707879467e127