[ubuntu/artful-proposed] qemu 1:2.10+dfsg-0ubuntu1 (Accepted)

Christian Ehrhardt christian.ehrhardt at canonical.com
Tue Sep 5 08:15:16 UTC 2017


qemu (1:2.10+dfsg-0ubuntu1) artful; urgency=medium

  * Merge with Upstream 2.10.0 to pick up final fixes of the 2.10 release
    Remaining changes:
    - qemu-kvm to systemd unit
      - d/qemu-kvm-init: script for QEMU KVM preparation modules, ksm,
        hugepages and architecture specifics
      - d/qemu-kvm.service: systemd unit to call qemu-kvm-init
      - d/qemu-system-common.install: install systemd unit and helper script
      - d/qemu-system-common.maintscript: clean old sysv and upstart scripts
      - d/qemu-system-common.qemu-kvm.default: defaults for
        /etc/default/qemu-kvm
      - d/rules: install /etc/default/qemu-kvm
    - Enable nesting by default
      - set nested=1 module option on intel. (is default on amd)
      - re-load kvm_intel.ko if it was loaded without nested=1
      - d/p/ubuntu/expose-vmx_qemu64cpu.patch: expose nested kvm by default
        in qemu64 cpu type.
      - d/p/ubuntu/enable-svm-by-default.patch: Enable nested svm by default
        in qemu64 on amd
    - libvirt/qemu user/group support
      - qemu-system-common.postinst: remove acl placed by udev, and add udevadm
        trigger.
      - qemu-system-common.preinst: add kvm group if needed
    - Distribution specific machine type
      - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
        types to ease future live vm migration.
      - d/qemu-system-x86.NEWS Info on fixed machine type defintions
    - improved dependencies
      - Make qemu-system-common depend on qemu-block-extra
      - Make qemu-utils depend on qemu-block-extra
      - let qemu-utils recommend sharutils
    - s390x support
      - Create qemu-system-s390x package
      - Include s390-ccw.img firmware
      - Enable numa support for s390x
    - ppc64[le] support
      - d/qemu-system-ppc.links provide usr/bin/qemu-system-ppc64le symlink
      - Enable seccomp for ppc64el
      - bump libseccomp-dev dependency, 2.3 is the minimum for ppc64
    - arch aware kvm wrappers
    - update VCS-git to match the Artful branch
    - disable missing x32 architecture
    - d/rules: or32 is now named or1k (since 4a09d0bb)
    - d/qemu-system-common.docs: new paths since (ac06724a)
    - d/qemu-system-common.install: qmp-commands.txt removed, but replaced
      by qapi-schema.json which is already packaged (since 4d8bb958)
    - d/p/02_kfreebsd.patch: utimensat is no more optional upstream (Update
      to Debian patch to match qemu 2.10)
    - s390x package now builds correctly on all architectures (LP 1710695)
    - d/qemu-system-common.docs: adapt new path of live-block-operations.rst
      since 8508eee7
    - d/qemu-system-common.docs: adapt q35 config paths since 9ca019c1
    - make nios2/hppa not installed explicitly until further stablized
    - d/qemu-guest-agent.install: add the new guest agent reference man page
      qemu-ga-ref
    - d/qemu-system-common.install: add the now generated qapi/qmp reference
      along the qapi intro
    - d/not-installed: ignore further generated (since 56e8bdd4) files in
      dh_missing that are already provided in other formats qemu-doc,
      qemu-qmp-ref,qemu-ga-ref

Date: Tue, 05 Sep 2017 08:31:26 +0200
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/qemu/1:2.10+dfsg-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 05 Sep 2017 08:31:26 +0200
Source: qemu
Binary: qemu qemu-system qemu-block-extra 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 qemu-system-s390x
Architecture: source
Version: 1:2.10+dfsg-0ubuntu1
Distribution: artful
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Description:
 qemu       - fast processor emulator
 qemu-block-extra - extra block backend modules for qemu-system and qemu-utils
 qemu-guest-agent - Guest-side qemu-system agent
 qemu-kvm   - QEMU Full virtualization
 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 (miscellaneous)
 qemu-system-ppc - QEMU full system emulation binaries (ppc)
 qemu-system-s390x - QEMU full system emulation binaries (s390x)
 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
Changes:
 qemu (1:2.10+dfsg-0ubuntu1) artful; urgency=medium
 .
   * Merge with Upstream 2.10.0 to pick up final fixes of the 2.10 release
     Remaining changes:
     - qemu-kvm to systemd unit
       - d/qemu-kvm-init: script for QEMU KVM preparation modules, ksm,
         hugepages and architecture specifics
       - d/qemu-kvm.service: systemd unit to call qemu-kvm-init
       - d/qemu-system-common.install: install systemd unit and helper script
       - d/qemu-system-common.maintscript: clean old sysv and upstart scripts
       - d/qemu-system-common.qemu-kvm.default: defaults for
         /etc/default/qemu-kvm
       - d/rules: install /etc/default/qemu-kvm
     - Enable nesting by default
       - set nested=1 module option on intel. (is default on amd)
       - re-load kvm_intel.ko if it was loaded without nested=1
       - d/p/ubuntu/expose-vmx_qemu64cpu.patch: expose nested kvm by default
         in qemu64 cpu type.
       - d/p/ubuntu/enable-svm-by-default.patch: Enable nested svm by default
         in qemu64 on amd
     - libvirt/qemu user/group support
       - qemu-system-common.postinst: remove acl placed by udev, and add udevadm
         trigger.
       - qemu-system-common.preinst: add kvm group if needed
     - Distribution specific machine type
       - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
         types to ease future live vm migration.
       - d/qemu-system-x86.NEWS Info on fixed machine type defintions
     - improved dependencies
       - Make qemu-system-common depend on qemu-block-extra
       - Make qemu-utils depend on qemu-block-extra
       - let qemu-utils recommend sharutils
     - s390x support
       - Create qemu-system-s390x package
       - Include s390-ccw.img firmware
       - Enable numa support for s390x
     - ppc64[le] support
       - d/qemu-system-ppc.links provide usr/bin/qemu-system-ppc64le symlink
       - Enable seccomp for ppc64el
       - bump libseccomp-dev dependency, 2.3 is the minimum for ppc64
     - arch aware kvm wrappers
     - update VCS-git to match the Artful branch
     - disable missing x32 architecture
     - d/rules: or32 is now named or1k (since 4a09d0bb)
     - d/qemu-system-common.docs: new paths since (ac06724a)
     - d/qemu-system-common.install: qmp-commands.txt removed, but replaced
       by qapi-schema.json which is already packaged (since 4d8bb958)
     - d/p/02_kfreebsd.patch: utimensat is no more optional upstream (Update
       to Debian patch to match qemu 2.10)
     - s390x package now builds correctly on all architectures (LP 1710695)
     - d/qemu-system-common.docs: adapt new path of live-block-operations.rst
       since 8508eee7
     - d/qemu-system-common.docs: adapt q35 config paths since 9ca019c1
     - make nios2/hppa not installed explicitly until further stablized
     - d/qemu-guest-agent.install: add the new guest agent reference man page
       qemu-ga-ref
     - d/qemu-system-common.install: add the now generated qapi/qmp reference
       along the qapi intro
     - d/not-installed: ignore further generated (since 56e8bdd4) files in
       dh_missing that are already provided in other formats qemu-doc,
       qemu-qmp-ref,qemu-ga-ref
Checksums-Sha1:
 04106dc0e1c5a48442a5bc83ac94b75918b0bf81 6400 qemu_2.10+dfsg-0ubuntu1.dsc
 62a7a643aafa831eb39f26214d2665b0c3e224ba 8401724 qemu_2.10+dfsg.orig.tar.xz
 e1fc20286235f083e1953e04fa2704a654ca0b42 92764 qemu_2.10+dfsg-0ubuntu1.debian.tar.xz
Checksums-Sha256:
 8fe382bceea39d110f93cbf3f453868b22c3eea1a6437612093bc854da680f6b 6400 qemu_2.10+dfsg-0ubuntu1.dsc
 204059a59774745d2366f2700c148bccb2712803406b3c2607052194101c1193 8401724 qemu_2.10+dfsg.orig.tar.xz
 ac9e30ea41bab501dad10828cec847e86d26b30380cd443f9ddb6092696c0119 92764 qemu_2.10+dfsg-0ubuntu1.debian.tar.xz
Files:
 18983a6d97686ff4c57e1610ba9c0b2f 6400 otherosfs optional qemu_2.10+dfsg-0ubuntu1.dsc
 50ff3b08cc6b5ba1d5effd53ffb2dafa 8401724 otherosfs optional qemu_2.10+dfsg.orig.tar.xz
 9b9e82eafcea1ba320abf5b29dae00d4 92764 otherosfs optional qemu_2.10+dfsg-0ubuntu1.debian.tar.xz
Original-Maintainer: Debian QEMU Team <pkg-qemu-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJZrkdwAAoJELo+KTOCgLJCfdgP/37Lfr404QDNS6V3XkDlNLgk
yq6VbDS6gnYSKEGYphzW9SItrMlo6Nl0fw7q+/4ySC7Xm5+NGuk30ekZeTWQ28XK
Ue3EidRutBpewrx1/5ERzizdXQ4YOKoNMjAzn8hSldSUMMiMDat9taobtNCUPQPp
2WELC+KWoT2UXAIvgd5Zle+o3E2yJPSM8ExqrDZykL+MHRnFnFQDHu571kSY9jmJ
Ubb/TQ2n4OgdaH5smNSl+WXRA7T8C0XvoUZTy3odx1bvpEPszdZ82+xOPKj//zsD
oQw7MyiJBlry3AQyTulej/xVPlHo+MyXaEzhv7rC5Zj8LJ6DuwhpJenB5fhGF29i
MC/RARZzDyL1cfSSgRSxQPhc3/Zgn4bfyAuPhgEW2Ks/GJa9H8C0kTVyT5aM+N75
xT7zLHtlvDuwJeQoRn+oyM0+liPd/MJw+bgiz2ZbeR5E+8l7bpOTIz63DIyFG4en
2761rLRO85F5ZBJoI2j5gD3PRoxbfkramZ6pmgOeRqgs32tz4gjjq3zVtj1Hyspr
jJaNISic5i1F44iq7lpwZoQKBYrq73ggQstfN/7Nu7f3CSWWHqwELxUOSnt7+QEm
BcOUzpD2z52wuoLeuygULffTxGOh0ldegW2U3QtTCwDrg/W2yu63JIL19Ikep4+J
BVrQZm/vTCnGnhUSnbTx
=uKpn
-----END PGP SIGNATURE-----


More information about the Artful-changes mailing list