1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

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)
This commit is contained in:
Juergen Lock 2009-04-07 21:02:09 +00:00
parent ecbd51750c
commit 8899c2d0a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231816
3 changed files with 6 additions and 5 deletions

View File

@ -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/

View File

@ -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

View File

@ -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