summaryrefslogtreecommitdiff
path: root/emulators/qemu/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2007-05-21 20:24:44 +0000
committerxtraeme <xtraeme>2007-05-21 20:24:44 +0000
commit0e33f0a3343e345f9b2d32e435e89ef2b6a67723 (patch)
treee9d1f5bc0d80770113659f489adff96b76a8faae /emulators/qemu/Makefile
parent7e0bbf5ea8417da45da5536f075727c1afeadb6e (diff)
downloadpkgsrc-0e33f0a3343e345f9b2d32e435e89ef2b6a67723.tar.gz
Update to 0.9.0. Thanks to Michael Van Elst for sending me the missing
patch to let this build on systems without POSIX AIO. version 0.9.0: - Support for relative paths in backing files for disk images - Async file I/O API - New qcow2 disk image format - Support of multiple VM snapshots - Linux: specific host CDROM and floppy support - SMM support - Moved PCI init, MP table init and ACPI table init to Bochs BIOS - Support for MIPS32 Release 2 instruction set (Thiemo Seufer) - MIPS Malta system emulation (Aurelien Jarno, Stefan Weil) - Darwin userspace emulation (Pierre d'Herbemont) - m68k user support (Paul Brook) - several x86 and x86_64 emulation fixes - Mouse relative offset VNC extension (Anthony Liguori) - PXE boot support (Anthony Liguori) - '-daemonize' option (Anthony Liguori)
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r--emulators/qemu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index c364b13fa3b..d2a218ca703 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2007/02/22 19:26:27 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2007/05/21 20:24:44 xtraeme Exp $
#
-DISTNAME= qemu-0.8.2
-PKGREVISION= 2
+DISTNAME= qemu-0.9.0
+#PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://fabrice.bellard.free.fr/qemu/