[ubuntu/utopic-proposed] qemu 2.1+dfsg-3ubuntu1 (Accepted)
Serge Hallyn
serge.hallyn at ubuntu.com
Fri Aug 15 17:24:13 UTC 2014
qemu (2.1+dfsg-3ubuntu1) utopic; urgency=medium
* Merge new debian release
* Remaining changes:
- control-in: stick to libsdl1.2-dev.
- qemu-system-common.install: add debian/tmp/usr/lib to install the
qemu-bridge-helper
- qemu-system-common.postinst: remove acl placed by udev,
and add udevadm trigger.
- qemu-system-common.preinst: add kvm group if needed
- add qemu-kvm upstart job and defaults file (rules,
qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
- rules,qemu-system-x86.modprobe: support use under older udevs which
do not auto-load the kvm kernel module. Enable nesting by default
on intel.
- debian/qemu-system-alternatives.in: use a later version as ubuntu
removed the alternatives bit later.
- d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
in qemu64 cpu type.
- d/p/ubuntu/define-trusty-machine-type.patch: define a default trusty
machine type to ease future live vm migration.
- apport hook for qemu source package: d/source_qemu-kvm.py,
d/qemu-system-common.install
* Upstart job: use getent group to check for kvm group
* apport: 'qemu' doesn't exist any more, so check for any qemu* tasks
qemu (2.1+dfsg-3) unstable; urgency=medium
* set SHELL = /bin/sh -e, so that more complex shell constructs
in d/rules will fail if any command fail inside
* check for pipe2() being a stub too, like utimensat() etc
* build-depend on gnutls-dev, not libgnutls*-dev, so the
buuld system will pick default gnutls impl (so it works for
backports and future versions)
* build-depend on libjpeg-dev not libjpeg8-dev
* minimum version of seabios is 1.7.5 (Closes: #757958)
* ide-only-constrain-read_write-requests-to-drive-size.diff
(Closes: #757927)
* added use-arch-data-path.patch, to be able to search for binary
blobs in several (arch-specific) data directories instead of just one.
* removed all blob/firmware symlinks from qemu-system-x86, using
arch-specific datapath instead (/usr/share/seabios:/usr/lib/ipxe/qemu)
* removed retry-pxe-after-efi.patch and depend on ipxe-qemu which
introduced efi boot roms. qemu should not try to load "wrong"
ROM, or else migration will fail due to rom size mismatch.
* include /usr/lib/qemu-bridge-helper binary, but not make it setuid
due to security concerns outlined in #691138 (Closes: #691138)
* make vnc-jpeg not debian-specific
* install kvm-spice symlinks on ubuntu
Date: Fri, 15 Aug 2014 08:44:54 -0500
Changed-By: Serge Hallyn <serge.hallyn at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/qemu/2.1+dfsg-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 15 Aug 2014 08:44:54 -0500
Source: qemu
Binary: qemu qemu-system qemu-system-common qemu-system-misc qemu-system-arm qemu-system-mips qemu-system-ppc qemu-system-sparc qemu-system-x86 qemu-user qemu-user-static qemu-user-binfmt qemu-utils qemu-guest-agent qemu-kvm qemu-system-aarch64
Architecture: source
Version: 2.1+dfsg-3ubuntu1
Distribution: utopic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Serge Hallyn <serge.hallyn at ubuntu.com>
Description:
qemu - fast processor emulator
qemu-guest-agent - Guest-side qemu-system agent
qemu-kvm - QEMU Full virtualization on x86 hardware
qemu-system - QEMU full system emulation binaries
qemu-system-aarch64 - QEMU full system emulation binaries (aarch64)
qemu-system-arm - QEMU full system emulation binaries (arm)
qemu-system-common - QEMU full system emulation binaries (common files)
qemu-system-mips - QEMU full system emulation binaries (mips)
qemu-system-misc - QEMU full system emulation binaries (miscelaneous)
qemu-system-ppc - QEMU full system emulation binaries (ppc)
qemu-system-sparc - QEMU full system emulation binaries (sparc)
qemu-system-x86 - QEMU full system emulation binaries (x86)
qemu-user - QEMU user mode emulation binaries
qemu-user-binfmt - QEMU user mode binfmt registration for qemu-user
qemu-user-static - QEMU user mode emulation binaries (static version)
qemu-utils - QEMU utilities
Closes: 691138 757927 757958
Changes:
qemu (2.1+dfsg-3ubuntu1) utopic; urgency=medium
.
* Merge new debian release
* Remaining changes:
- control-in: stick to libsdl1.2-dev.
- qemu-system-common.install: add debian/tmp/usr/lib to install the
qemu-bridge-helper
- qemu-system-common.postinst: remove acl placed by udev,
and add udevadm trigger.
- qemu-system-common.preinst: add kvm group if needed
- add qemu-kvm upstart job and defaults file (rules,
qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
- rules,qemu-system-x86.modprobe: support use under older udevs which
do not auto-load the kvm kernel module. Enable nesting by default
on intel.
- debian/qemu-system-alternatives.in: use a later version as ubuntu
removed the alternatives bit later.
- d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
in qemu64 cpu type.
- d/p/ubuntu/define-trusty-machine-type.patch: define a default trusty
machine type to ease future live vm migration.
- apport hook for qemu source package: d/source_qemu-kvm.py,
d/qemu-system-common.install
* Upstart job: use getent group to check for kvm group
* apport: 'qemu' doesn't exist any more, so check for any qemu* tasks
.
qemu (2.1+dfsg-3) unstable; urgency=medium
.
* set SHELL = /bin/sh -e, so that more complex shell constructs
in d/rules will fail if any command fail inside
* check for pipe2() being a stub too, like utimensat() etc
* build-depend on gnutls-dev, not libgnutls*-dev, so the
buuld system will pick default gnutls impl (so it works for
backports and future versions)
* build-depend on libjpeg-dev not libjpeg8-dev
* minimum version of seabios is 1.7.5 (Closes: #757958)
* ide-only-constrain-read_write-requests-to-drive-size.diff
(Closes: #757927)
* added use-arch-data-path.patch, to be able to search for binary
blobs in several (arch-specific) data directories instead of just one.
* removed all blob/firmware symlinks from qemu-system-x86, using
arch-specific datapath instead (/usr/share/seabios:/usr/lib/ipxe/qemu)
* removed retry-pxe-after-efi.patch and depend on ipxe-qemu which
introduced efi boot roms. qemu should not try to load "wrong"
ROM, or else migration will fail due to rom size mismatch.
* include /usr/lib/qemu-bridge-helper binary, but not make it setuid
due to security concerns outlined in #691138 (Closes: #691138)
* make vnc-jpeg not debian-specific
* install kvm-spice symlinks on ubuntu
Checksums-Sha1:
b540d5cc2a08ebb3b24f2360add5a150539b1f8d 5423 qemu_2.1+dfsg-3ubuntu1.dsc
d0c0314af2b710cf3dbd91522963cc0eefa51390 5163316 qemu_2.1+dfsg.orig.tar.xz
877599a558d58b576effc10d9509f0ad8a708880 66780 qemu_2.1+dfsg-3ubuntu1.debian.tar.xz
Checksums-Sha256:
b005c2486c717b219d90ff1311be8291847f3271c09deed9931df1aa8501e6f7 5423 qemu_2.1+dfsg-3ubuntu1.dsc
34b610c2538c7617638b8f1bdedf8a96ca2ff8cd8ad97b920a70c4d8d481d97f 5163316 qemu_2.1+dfsg.orig.tar.xz
5967d3a4bf451d5fcb11aaec0639c776b7dc456ca8233368dca088885576107d 66780 qemu_2.1+dfsg-3ubuntu1.debian.tar.xz
Files:
549f2c7676d857bb51468ff26d7b80d5 5423 otherosfs optional qemu_2.1+dfsg-3ubuntu1.dsc
eae7dcf964948cb0f4ed58d0488ae0de 5163316 otherosfs optional qemu_2.1+dfsg.orig.tar.xz
330925362e72bf2692667a08877b259d 66780 otherosfs optional qemu_2.1+dfsg-3ubuntu1.debian.tar.xz
Original-Maintainer: Debian QEMU Team <pkg-qemu-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBAgAGBQJT7kCjAAoJEOn+6gaoXj+dLe8H/RGVNHgR3HcRQPL8HtmwZZ5O
1HnofLMUcc1Q/zmCweKZnr1uoe/9p2dMO7A3gPAgjpQQW3sXOVvBmPc/MdHnHgw1
0blCxzFhmAByVnRELNm1u6aOkSdt5fq42UJu3hqvkWdojZsOWzvpgf2U8p011CQ/
ICaaUrgYsSZ1dl9EK8pAG0N8231xUX4zF6P+Rm3J+Dro6UVznV/SF0APInyr/rg7
qvb5eZTUjC5m5Fr9qAkJVgQtProIZitFN0oiEavE/iZpheIVGMkgv24Bb2Dn906B
HjhlqogwVLyaxIqdA3S/KefkfPq+kbfBrXFJNypyzVe/6MVN6uJtWJF37kZhtwM=
=72Ot
-----END PGP SIGNATURE-----
More information about the Utopic-changes
mailing list