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

Christian Ehrhardt christian.ehrhardt at canonical.com
Wed Aug 30 08:04:14 UTC 2017


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

  * Merge with Upstream 2.10-rc4; This fixes a migration issue (LP: #1711602);
    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)
  * Added changes:
    - 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
    - d/p/ubuntu/define-ubuntu-machine-types.patch: update to match new
      changes in 2.10-rc4

Date: Fri, 25 Aug 2017 07:49:30 +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~rc4+dfsg-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 25 Aug 2017 07:49:30 +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~rc4+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
Launchpad-Bugs-Fixed: 1711602
Changes:
 qemu (1:2.10~rc4+dfsg-0ubuntu1) artful; urgency=medium
 .
   * Merge with Upstream 2.10-rc4; This fixes a migration issue (LP: #1711602);
     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)
   * Added changes:
     - 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
     - d/p/ubuntu/define-ubuntu-machine-types.patch: update to match new
       changes in 2.10-rc4
Checksums-Sha1:
 d27284eb48362d264018b768b2fa5675124586dd 6428 qemu_2.10~rc4+dfsg-0ubuntu1.dsc
 61a780a6ba44bfaccc313d0c639a89d01300e743 8463404 qemu_2.10~rc4+dfsg.orig.tar.xz
 c8afc630011b8e888ab04627fa56b22d0f55ee6d 92704 qemu_2.10~rc4+dfsg-0ubuntu1.debian.tar.xz
Checksums-Sha256:
 6d62eaf3f40b097c24aecea3dd56de7c1725773b87945069ab327337f4a1839e 6428 qemu_2.10~rc4+dfsg-0ubuntu1.dsc
 ae62ddadd150cde6b1f92d969974f1232a75d5af88490ceba698b73fb8f4d244 8463404 qemu_2.10~rc4+dfsg.orig.tar.xz
 50d9afa8d71db47ef3bdcb8f0a198b37ed34a33976464c3889d4e4d6ce3a0546 92704 qemu_2.10~rc4+dfsg-0ubuntu1.debian.tar.xz
Files:
 e302d6e8ed946c2520b3c5d624982b61 6428 otherosfs optional qemu_2.10~rc4+dfsg-0ubuntu1.dsc
 01709b2a4f9523d9cb230e3b576b2f80 8463404 otherosfs optional qemu_2.10~rc4+dfsg.orig.tar.xz
 7dca75abc5870a5e280450e419db7f84 92704 otherosfs optional qemu_2.10~rc4+dfsg-0ubuntu1.debian.tar.xz
Original-Maintainer: Debian QEMU Team <pkg-qemu-devel at lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJZn9V5AAoJELo+KTOCgLJCdLcP/0Xym+B/ANmTe9kPLsikf7ZL
XRnk/0a8knyH/LDSlrVZaNfRihmGW3KWqzB3nKReQAdLLW1slJMnNepg2BLlhKZ0
sa8mS3yO+LcuW2r8peUP4B1XGNndbVoU6YE+wgPc5OXzWJGY14mxmvotWZQxAGcH
vIhxsAdnyRNIkDp80lXL9+snjcjlO11wHPKD5yZBXN0SOVNzHBH8Dv3IXDyrcQxu
Ugsqg0aSIvtR/7nGJQZF9VLsilMY75l2txRK1IdzyyspV7x4ownmxaCUxmubDYSO
lTDbpJAIG4mI8yeU3/Qner/o2w+KcmhgiRDQArTCb67M2EabTaFLdMUmcuAjBTe9
LUEP7/LablS2Uo+4mEQooz5NCJbe23axkOtulMeyiAefVKVHDebjYcHxlEYdr6Uv
azWKFvW6Ppv2Tad6+Rr4KV1LM/MN+NyAw1JF/VNGuBvgx/ggflVMhvhLaf0abkG0
Afd4CjxYKiks6WqnS+FpYIUBmkmB3OzN70fZF5pSnww/BSWbzDvh3IOy5VIKkRSz
U901w0WB/e7f9QEiQiOb78HxMcTP5rgQ8z/smMamg+ybE9BPndDqYE+p6xbcwtwZ
9GnW9Ot+J2S59atjpK6cvGUh0gq4siaNewDXvt3+ghWSpyPulDxRKIsmpCsHLzWn
mb1D6wm4ciufmsgug2wJ
=JNw2
-----END PGP SIGNATURE-----


More information about the Artful-changes mailing list