diff options
author | Juergen Lock <nox@FreeBSD.org> | 2009-04-07 21:02:09 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2009-04-07 21:02:09 +0000 |
commit | 8899c2d0a97fc4f595d2e2195602b3d67ffcc84f (patch) | |
tree | 865bc94d81776c1c94f6cf72031e4093bded7213 /emulators/qemu | |
parent | ecbd51750cfeefbb898b667c0ccc9d56a1515425 (diff) | |
download | ports-8899c2d0a97fc4f595d2e2195602b3d67ffcc84f.tar.gz ports-8899c2d0a97fc4f595d2e2195602b3d67ffcc84f.zip |
Update to 0.10.2 - from the official changelog:
- fix savevm/loadvm (Anthony Liguori)
- live migration: fix dirty tracking windows (Glauber Costa)
- live migration: improve error propogation (Glauber Costa)
- qcow2: fix image creation for > ~2TB images (Chris Wright)
- hotplug: fix error handling for if= parameter (Eduardo Habkost)
- qcow2: fix data corruption (Nolan Leake)
- virtio: fix guest oops with 2.6.25 kernels (Rusty Russell)
- SH4: add support for -kernel (Takashi Yoshii, Aurelien Jarno)
- hotplug: fix closing of char devices (Jan Kiszka)
- hotplug: remove incorrect check for device name (Eduardo Habkost)
- enable -k on win32 (Herve Poussineau)
- configure: use LANG=C for grep (Andreas Faerber)
- fix VGA regression (malc)
Notes
Notes:
svn path=/head/; revision=231816
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 3 | ||||
-rw-r--r-- | emulators/qemu/distinfo | 6 | ||||
-rw-r--r-- | emulators/qemu/pkg-message | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 85b09032ccef..cd3879c9caf5 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -6,8 +6,7 @@ # PORTNAME= qemu -PORTVERSION= 0.10.1 -PORTREVISION= 1 +PORTVERSION= 0.10.2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ http://bellard.org/qemu/ diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index 5c23c7165448..d5e0fcd2eb44 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,3 +1,3 @@ -MD5 (qemu/qemu-0.10.1.tar.gz) = 99b6da099343f6a32e02211aa5925154 -SHA256 (qemu/qemu-0.10.1.tar.gz) = c21170fc4ec80154263686813f7e5a14e6ecebf8320931cd3002119742757cb6 -SIZE (qemu/qemu-0.10.1.tar.gz) = 3658024 +MD5 (qemu/qemu-0.10.2.tar.gz) = 85a323cdf620687f39c5328f450a547d +SHA256 (qemu/qemu-0.10.2.tar.gz) = fb93a49b2999a4572337fc9012c1b64be1095477446edda1a885b20387ec9a69 +SIZE (qemu/qemu-0.10.2.tar.gz) = 3658623 diff --git a/emulators/qemu/pkg-message b/emulators/qemu/pkg-message index a24a0bda0e6f..ac90a8758934 100644 --- a/emulators/qemu/pkg-message +++ b/emulators/qemu/pkg-message @@ -124,6 +124,8 @@ been experimental and you should use raw images if you want reliability; raw is also usually faster.) You should be able to migrate existing images to raw using qemu-img(1)'s convert function; raw doesn't support advanced features like snapshots tho. +[an important qcow2 bugfix has been committed in the meantime so this +_might_ be less of an issue now.] - (also not FreeBSD-specific:) It is recommended to pass raw images using the new -drive syntax, specifying format=raw explicitly in order to avoid malicious guests being able to exploit the format autodetection thats |