Merge ~paelzer/ubuntu/+source/qemu:merge-focal/4.2-for-focal into ubuntu/+source/qemu:debian/sid

Proposed by Christian Ehrhardt 
Status: Merged
Merge reported by: Christian Ehrhardt 
Merged at revision: 1c069c8a2d8dc1ef83769db5d676aac92358bb19
Proposed branch: ~paelzer/ubuntu/+source/qemu:merge-focal/4.2-for-focal
Merge into: ubuntu/+source/qemu:debian/sid
Diff against target: 5913 lines (+5016/-118)
30 files modified
debian/binfmt-update-in (+4/-6)
debian/changelog (+3485/-0)
debian/control (+94/-25)
debian/control-in (+93/-21)
debian/kvm.arm32 (+2/-0)
debian/kvm.arm64 (+2/-0)
debian/kvm.powerpc (+13/-0)
debian/kvm.s390x (+2/-0)
debian/kvm.x86 (+1/-1)
debian/not-installed (+4/-0)
debian/patches/lp-1859527-virtio-blk-fix-out-of-bounds-access-to-bitmap-in-not.patch (+43/-0)
debian/patches/series (+10/-0)
debian/patches/ubuntu/define-ubuntu-machine-types.patch (+633/-0)
debian/patches/ubuntu/enable-svm-by-default.patch (+34/-0)
debian/patches/ubuntu/expose-vmx_qemu64cpu.patch (+17/-0)
debian/patches/ubuntu/lp-1857033-i386-Add-MSR-feature-bit-for-MDS-NO.patch (+37/-0)
debian/patches/ubuntu/lp-1857033-i386-Add-macro-for-stibp.patch (+40/-0)
debian/patches/ubuntu/lp-1857033-i386-Add-new-CPU-model-Cooperlake.patch (+99/-0)
debian/patches/ubuntu/pre-bionic-256k-ipxe-efi-roms.patch (+62/-0)
debian/qemu-kvm-init (+89/-0)
debian/qemu-system-common.install (+1/-0)
debian/qemu-system-common.maintscript (+4/-0)
debian/qemu-system-common.qemu-kvm.default (+8/-0)
debian/qemu-system-common.qemu-kvm.service (+16/-0)
debian/qemu-system-data.install (+1/-1)
debian/qemu-system-x86.NEWS (+80/-0)
debian/qemu-system-x86.README.Debian (+47/-0)
debian/qemu-utils.install (+2/-0)
debian/rules (+93/-16)
dev/null (+0/-48)
Reviewer Review Type Date Requested Status
Rafael David Tinoco (community) Approve
Canonical Server packageset reviewers Pending
Canonical Server Pending
Review via email: mp+377706@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Intro for the MP why this is somewhat special
  - this is the first time we fully go git-ubuntu on Qemu
    - old branches were based on Debian repos
    - the roms directory was usually not well tracked in git
      - usually ignored, content depended on the tarball
    - Git Ubuntu uses clear imports as uploaded, therefore it has the roms
    - Those show up as conflicts between old/new branches and led to some "clenaup"
      commits synchronizing them
      e.g. 99be3979 "New upstream release v4.0" for 4.0-0ubuntu1 was following the Debian
      approach
      But I now needed to add "CLEANUP - New upstream release v4.0" to match git-ubuntu
      imports instead of salsa git
      Those commits can be dropped eventually and will not need to be listed in the
      changelog to be dropped as from
      a git-ubuntu and Ubuntu-Archive POV they never existed.
  - Furthermore there will be no update-maintainer commit as it is generated from d/
    control-in to d/control.
    Instead of "update-maintainer" you'll see "d/control: regenerate debian/control out
    of control-in" which does the same (and more) being handled as we'd usualy do with
    "update-maintainer".
  - due to bug 1858767, I created everything manually but it still should feel "as usual"
    Tags:
      merge-focal/deconstruct
      merge-focal/logical*
      merge-focal/new/debian
      merge-focal/old/debian
      merge-focal/old/ubuntu
    Branch:
      merge-focal/4.2-for-focal
  - It contains multiple versions of logical in case the reviewer ever wonders how we got
    form that huge list down.
    git range diff between those is really neat if you need to track changes there.

I directly upstreamed and discussed most new things to Debian:
=> https://salsa.debian.org/qemu-team/qemu/merge_requests/12
=> https://salsa.debian.org/qemu-team/qemu/merge_requests/10

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

This merge review is mine! Will do it soon.

6019e1a... by Christian Ehrhardt 

Changelog: mention bug 1812822

Signed-off-by: Christian Ehrhardt <email address hidden>

Revision history for this message
Dan Streetman (ddstreet) wrote :

I cloned the repo and if i'm looking at it right, I believe this patch isn't included:
https://github.com/qemu/qemu/commit/725fe5d10dbd4259b1853b7d253cef83a3c0d22a

That fixes bug 1859527, and would be great to include here so the fix can be sru'ed back to b/e.

016960f... by Christian Ehrhardt 

d/p/lp-1859527-*: avoid breakage on high virtqueue counts (LP: #1859527)

Signed-off-by: Christian Ehrhardt <email address hidden>

23a9ab3... by Christian Ehrhardt 

changelog: avoid breakage on high virtqueue counts (LP: #1859527)

Signed-off-by: Christian Ehrhardt <email address hidden>

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

@Dan - thanks for the hint -I added it right to the 4.2 branch. Thanks for the work on this bug btw!

FYI: I will closer to the release of 20.04 do usually backport quite a bunch of fixes (like a 4.2.1 if it doesn't exist at the time) and would have expected to have picked that up anyway.

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

Alright, doing the review now...

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

Christian I have made observations on lines starting either with:

--
??
!!

Its mostly asking for more info about some things.

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :
Download full text (7.1 KiB)

(https://pastebin.ubuntu.com/p/b5hgJggtSp/)

##
## NOTES USING CHANGELOG FILE
##

qemu (1:4.2-1ubuntu1) focal; urgency=medium

  * Merge with Debian testing, Among many other things this fixes LP Bugs:

ok LP: #1847806 - add mff* instructions to not break on ppc64 with newer glibc
ok LP: #1812822 - avoid crashes on detaching vhost_net interfaces

    Remaining changes:

ok - qemu-kvm to systemd unit
ok - d/qemu-kvm-init: script for QEMU KVM preparation modules, ksm, huge...
ok - d/qemu-system-common.qemu-kvm.service: systemd unit to call qemu-kvm-...
ok - d/qemu-system-common.install: install helper script
ok - d/qemu-system-common.maintscript: clean old sysv and upstart scripts
ok - d/qemu-system-common.qemu-kvm.default: defaults for /etc/default/qemu-kvm
ok - d/rules: call dh_installinit and dh_installsystemd for qemu-kvm
ok - Distribution specific machine type (LP: 1304107 1621042)
ok - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine types
ok - d/qemu-system-x86.NEWS Info on fixed machine type definitions for ...
ok - add an info about -hpb machine type in debian/qemu-system-x86.NEWS
ok - provide pseries-bionic-2.11-sxxm type as convenience with all melt...
ok - improved dependencies
ok - Make qemu-system-common depend on qemu-block-extra
ok - Make qemu-utils depend on qemu-block-extra
ok - let qemu-utils recommend sharutils
ok - s390x support
ok - Create qemu-system-s390x package
ok - Enable numa support for s390x
ok - d/rules: build s390-ccw.img with upstream Makefile
ok - d/rules: build s390-netboot.img with upstream Makefile
-- - arch aware kvm wrappers
?? (are you blocking one to run QEMU/KVM on Power8 because sec issues only ?)
?? (is that something worth doing by default ?)
ok - d/control: update VCS links
ok - tolerate ipxe size change on migrations to >=18.04 (LP: 1713490)
ok - d/p/ubuntu/pre-bionic-256k-ipxe-efi-roms.patch: old machine types ...
ok - d/control-in: depend on ipxe-qemu-256k-compat-efi-roms to be able to ...
ok - d/control-in: Disable capstone disassembler library support (universe)
ok - d/control: disable bluetooth being deprecated
ok - d/not-installed: ignore new interop docs and extra icons for now
ok - d/not-installed: do not install elf2dmp until namespaced
?? (out of curiosity only, what do you mean by elf2dmp being namespaced ?)
ok - d/qemu-utils.install: install new tools qemu-edid and qemu-keymap
ok - d/control-in: promote qemu-efi/ovmf in Ubuntu (LP 1570617)
-- - d/binfmt-update-in: fix binfmt being called in some containers ...
?? (is this upstreamable ?)

  - Dropped changes (in Debian)

ok - qemu-guest-agent: freeze-hook fixes (LP: 1484990)
ok - d/qemu-guest-agent.install: provide /etc/qemu/fsfreeze-hook
ok - d/qemu-guest-agent.dirs: provide /etc/qemu/fsfreeze-hook.d
-- - d/control-in: enable RDMA support in qemu (LP: 1692476)
-- - enable RDMA config option
-- - add libibumad-dev build-dep
?? (why ? was support dropped from upstream ? is it just us ?)
ok - d/p/ubuntu/lp-1790901-partial-SLOF-for-s390x-netboot.patch: bring back...
ok - remove /dev/kvm permission handling (...

Read more...

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :
Download full text (4.1 KiB)

(https://pastebin.ubuntu.com/p/vZzK5z6mHG/)

##
## NOTES USING GIT-UBUNTU LOGICAL TAG
##

ok changelog: avoid breakage on high virtqueue counts (LP: #1859527)
ok d/p/lp-1859527-*: avoid breakage on high virtqueue counts (LP: #1859527)
ok 2b479e9c98 Changelog: mention bug 1812822
-- 868b5b3969 - d/rules: move down dh_install of qemu-kvm
   (missed CHANGELOG)
ok a63346226b (tag: paelzer/merge-focal/logical-v9, tag: merge-focal/logical-v9)
ok f9b430895c - d/control-in: promote qemu-efi in Ubuntu (LP: #1570617)
ok 2248d99e84 - d/control-in: update VCS links
ok f6c44bd3e2 DROP: - d/control-in: enable docs (now explcit) and provide new
ok f51c05bec1 DROP: - d/control-in: remove sdlabi which was removed upstream
ok f7752c82ce - d/control-in: disable bluetooth being deprecated
ok ff18ce7638 DROP: fix migration issue from qemu <4.0 when using virtio-balloon
ok b9c4255178 DROP: fix a potential hang in qemu or qemu-img (LP: #1848556)
ok 40b5778df8 DROP: d/p/lp-1842774-s390x-cpumodel-Add-the-z15-name-to-the-descr
ok 0d85d8398c d/binfmt-update-in: fix binfmt being called in some containers
ok bb6527781a DROP: - d/p/ubuntu/lp-1841066-*: fix detection of arch_capability
ok 0e6a96df05 DROP: d/p/ubuntu/lp-1836154-*: further fixups for HW CPU model
ok 53e3585a54 DROP: d/p/ubuntu/lp-1836159-fix-with-latest-kernel.patch: fix bu
ok 03c2c4a077 DROP: d/p/ubuntu/lp-1836066-s390-cpumodel-fix-description-for-the
ok 7de571b95d DROP: d/p/ubuntu/linux-user-fix-__NR_semtimedop-undeclared-error
ok bf527e21c3 DROP: d/qemu-system-data.install: use new paths for formerly used
ok c28afff934 d/qemu-utils.install: install new tools qemu-edid and qemu-keymap
ok 74d3bba980 do not install elf2dmp until namespaced
ok 2696d05622 d/not-installed: ignore new interop docs and extra icons for now
ok 85ae234465 DROP: - d/p/ubuntu/lp-1830238-*: s390x hardware cpu model (LP: #
ok 124aec41df DROP: - d/p/ubuntu/lp-1830243-*: s390x Secure Linux Boot Tolera
ok 34e64a7a36 DROP: refresh DEBIAN PATCH use-fixed-data-path.patch for context
ok a3e888b0d5 DROP: drop patches no more applicable in qemu 4.0
ok f926a3ccf6 DROP: CLEANUP - New upstream release v4.0
ok fb695d97cf DROP: New upstream release v4.0
ok dc0ca54437 DROP: d/p/ubuntu/lp-1830704-s390x-cpumodel-ignore-csske-for-expan
ok a1713cfd39 DROP: security fixes for MDS in 1:3.1+dfsg-2ubuntu4
-- 1b80fb61d6 DROP: i2c-ddc-fix-oob-read-CVE-2019-3812.patch (#922635)
!! (missed CHANGELOG)
ok 5b0efb9693 DROP: qemu-guest-agent: fix path of fsfreeze-hook (LP: #1820291)
ok b499c763ba DROP: disable pvrdma for now, it is a bit too buggy Besides seve
ok 8d72816752 DROP: slirp-check-data-length-while-emulating-ident-function-CVE-
-- 026721e6b4 DROP: scsi-generic-avoid-possible-oob-access-to-r-buf-CVE-2019-6
!! (missed CHANGELOG)
ok 421b6ecede DROP: properly return archicture defined exception on bad subcod
!! (typo: archicture)
ok ee3a6375ef - d/p/ubuntu/Revert-target-i386-kvm-add-VMX-migration-blocker.pa
?? (why not DROP: ?)
ok 0f5438e3a5 DROP: - d/p/debianize-qemu-guest-service.patch: fix path of qemu
ok 36baee9d37 DROP: remove /dev/kvm permission handling (moved to systemd 239-
ok 7e3697c9dc DROP: debian/patches/ubuntu/lp-1790901-partial-SLOF-for-s390x-...

Read more...

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) :
review: Needs Information
Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

Small clarification on something I forgot to write:

-- - arch aware kvm wrappers
?? (are you blocking one to run QEMU/KVM on Power8 because sec issues only ?)
?? (is that something worth doing by default ?)

I meant on Power8 SMT of course...

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :
Download full text (3.2 KiB)

QUESTIONS

-- - arch aware kvm wrappers
?? (are you blocking one to run QEMU/KVM on Power8 because sec issues only ?)
?? (is that something worth doing by default ?)

=> We are only blocking P8 is SMP is enabled.
That is not a security reason, but an architectural limitations.
If you have SMP enabled the threads will clobber each other and the guest dies going into paused state

---

ok - d/not-installed: do not install elf2dmp until namespaced
?? (out of curiosity only, what do you mean by elf2dmp being namespaced ?

=> I forgot the details, but it was conflicting with something else so I was referring to that conflict no more happening. Like a name change or a prefix.

---

-- - d/binfmt-update-in: fix binfmt being called in some containers ...
?? (is this upstreamable ?)

=> This is in discussion if it needs to be a fix in qemu OR one in binfmt that generally works
   https://salsa.debian.org/qemu-team/qemu/merge_requests/8
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868217
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866756
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789011

---

-- - add libibumad-dev build-dep
?? (why ? was support dropped from upstream ? is it just us ?)

=> It was only in Ubuntu for a while, Debian has accepted it
   Please do realize this is under the category ""in Debian"

---

ok - fix typos in changelog and d/qemu-system-x86.NEWS
?? (maybe remove typo changes as they are not important for changelog ?)

=> I'd be ok, but on other times I was challenged on the same.
As it doesn't hurt to add them I think we are fine. We won't mention them again as kept next time thou.

---

ok ee3a6375ef - d/p/ubuntu/Revert-target-i386-kvm-add-VMX-migration-blocker.pa
?? (why not DROP: ?)

=> This is only in the old logical tag and in fact dropped already

---

-- 47a3137058 * Enable nesting by default - d/qemu-system-x86.modprobe: set
?? (why not DROP: ?)

=> This is only present in the logical-tag and in fact dropped already
But this one is tricky - the VMX/SVM flags I'll have to bring back (one of the test findings, required for backwards migration).

IMPERATIVES

ok - d/p/ubuntu/lp-1812384-s390x-Return-specification-exception-for-unimpl...
!! (typo: archicture, prob from upstream)

Done

---

ok - disable pvrdma
ok [ CVEs all fixed now ]
!! (does this mean we now have the pvrdma feature ? should we highlight that ?)

We have it, but pv* will be highlighted in the context of pmdk/ndctl.
pvrdma itself was recently too shaky (thats why we have taken it out) to be mentioned alone.

---

ok - d/qemu-system-x86.README.Debian: add info abou nesting changes
!! (abou <- typo)

Done

---

-- 1b80fb61d6 DROP: i2c-ddc-fix-oob-read-CVE-2019-3812.patch (#922635)
!! (missed CHANGELOG)
-- 026721e6b4 DROP: scsi-generic-avoid-possible-oob-access-to-r-buf-CVE-2019-6
!! (missed CHANGELOG)
ok 421b6ecede DROP: properly return archicture defined exception on bad subcod
!! (typo: archicture)
-- 9e302af13a DROP: - d/p/ubuntu/lp-1759509-* fix waking up VMs from dompmsusp
!! (missed CHANGELOG)

=> Those all were already dropped in 4.0 when we went ahead of Debian for Eoan.
The drop changelog is there at the 4.0 version, the...

Read more...

539e230... by Christian Ehrhardt 

changelog: fix typos

Signed-off-by: Christian Ehrhardt <email address hidden>

87c00d9... by Christian Ehrhardt 

changelog: update for nested virt

Signed-off-by: Christian Ehrhardt <email address hidden>

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Also pushed the partial return of nesting delta now (and your requested changes before)

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

Thanks for all clarifications. I'm +1 on them and the new nesting delta as well. Feel free to push and upload at your best convenience (after your tests logic or anything you still need).

review: Approve
e0eb44c... by Christian Ehrhardt 

changelog: add affected bug

Signed-off-by: Christian Ehrhardt <email address hidden>

a83e553... by Christian Ehrhardt 

changelog: add affected bug

Signed-off-by: Christian Ehrhardt <email address hidden>

38077ab... by Christian Ehrhardt 

d/control*: enable libpmem support (LP: #1790856)

Signed-off-by: Christian Ehrhardt <email address hidden>

834116b... by Christian Ehrhardt 

changelog: enable libpmem support for nvdimms (LP: #1790856)

Signed-off-by: Christian Ehrhardt <email address hidden>

Revision history for this message
Dan Streetman (ddstreet) wrote :

Comment on the nested kvm wording in debian/qemu-system-x86.README.Debian, should this statement also include a comment that while nested kvm is stable/supported now (in 20.04), live-migration of a guest containing a nested-kvm guest is not yet supported/reliable (assuming that is an accurate statement)?

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

@Dan - yeah as we talked on IRC yesterday.
I revamped the readme entry to all that I know as of today - a bit more has changed since I wrote this since the beginning of this merge therefore thanks*2 for making me look at it again.

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Tests good, remaining few issues known and accepted.

prep (x86_64) : Pass 20 F/S/N 0/0/0 - RC 0 (15 min 52696 lin)
migrate (x86_64) : Pass 288 F/S/N 0/0/0 - RC 0 (59 min 216539 lin)
cross (x86_64) : Pass 34 F/S/N 0/1/1 - RC 0 (53 min 52837 lin)
misc (x86_64) : Pass 103 F/S/N 0/0/0 - RC 0 (42 min 72535 lin)

prep (s390x) : Pass 20 F/S/N 0/0/0 - RC 0 (10 min 34438 lin)
migrate (s390x) : Pass 262 F/S/N 3/5/0 - RC 3 (72 min 167128 lin)
cross (s390x) : Pass 22 F/S/N 1/1/2 - RC 1 (40 min 46179 lin)
misc (s390x) : Pass 67 F/S/N 0/0/0 - RC 0 (23 min 32025 lin)

prep (ppc64le) : Pass 15 F/S/N 0/0/0 - RC 0 (31 min 37757 lin)
migrate (ppc64le): Pass 288 F/S/N 0/0/0 - RC 0 (139 min 175376 lin)
cross (ppc64le) : Pass 24 F/S/N 0/0/0 - RC 0 (40 min 34270 lin)
misc (ppc64le) : Pass 48 F/S/N 0/1/0 - RC 0 (27 min 31368 lin)

To ssh://git.launchpad.net/~usd-import-team/ubuntu/+source/qemu
 * [new tag] upload/1%4.2-1ubuntu1 -> upload/1%4.2-1ubuntu1

Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading qemu_4.2-1ubuntu1.dsc: done.
  Uploading qemu_4.2.orig.tar.xz: done.
  Uploading qemu_4.2-1ubuntu1.debian.tar.xz: done.
  Uploading qemu_4.2-1ubuntu1_source.buildinfo: done.
  Uploading qemu_4.2-1ubuntu1_source.changes: done.
Successfully uploaded packages.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/binfmt-update-in b/debian/binfmt-update-in
2index be0ace4..ab3eeac 100644
3--- a/debian/binfmt-update-in
4+++ b/debian/binfmt-update-in
5@@ -1,9 +1,8 @@
6-# check if we're running inside an (lxc) container
7-# (we may copy or move this to the postinst script too, to skip installing it)
8-grep -zqs ^container= /proc/1/environ && exit 0
9-
10 # == binfmt registration/deregistration ==
11-if command -v update-binfmts > /dev/null ; then
12+# Early exit if binfmt-support not installed or if run in a container.
13+if ! command -v update-binfmts > /dev/null || systemd-detect-virt --quiet --container; then
14+ exit 0
15+fi
16
17 fmts="aarch64 alpha arm armeb cris hppa i386 m68k microblaze mips mipsel mipsn32 mipsn32el mips64 mips64el ppc ppc64 ppc64abi32 ppc64le riscv32 riscv64 s390x sh4 sh4eb sparc sparc32plus sparc64 x86_64 xtensa xtensaeb"
18
19@@ -116,5 +115,4 @@ case "$DPKG_MAINTSCRIPT_NAME:$1" in
20
21 esac
22
23-fi
24 # == binfmt registration/deregistration ==
25diff --git a/debian/changelog b/debian/changelog
26index f399cef..62cbf2a 100644
27--- a/debian/changelog
28+++ b/debian/changelog
29@@ -1,3 +1,158 @@
30+qemu (1:4.2-1ubuntu1) focal; urgency=medium
31+
32+ * Merge with Debian testing, Among many other things this fixes LP Bugs:
33+ LP: #1847806 - add mff* instructions to not break on ppc64 with newer glibc
34+ LP: #1812822 - avoid crashes on detaching vhost_net interfaces
35+ LP: #1852744 - Crypto Passthrough Interrupt Support
36+ LP: #1853316 - CCW IPL Support
37+ Remaining changes:
38+ - qemu-kvm to systemd unit
39+ - d/qemu-kvm-init: script for QEMU KVM preparation modules, ksm,
40+ hugepages and architecture specifics
41+ - d/qemu-system-common.qemu-kvm.service: systemd unit to call
42+ qemu-kvm-init
43+ - d/qemu-system-common.install: install helper script
44+ - d/qemu-system-common.maintscript: clean old sysv and upstart scripts
45+ - d/qemu-system-common.qemu-kvm.default: defaults for
46+ /etc/default/qemu-kvm
47+ - d/rules: call dh_installinit and dh_installsystemd for qemu-kvm
48+ - Distribution specific machine type (LP: 1304107 1621042)
49+ - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
50+ types
51+ - d/qemu-system-x86.NEWS Info on fixed machine type definitions
52+ for host-phys-bits=true (LP: 1776189)
53+ - add an info about -hpb machine type in debian/qemu-system-x86.NEWS
54+ - provide pseries-bionic-2.11-sxxm type as convenience with all
55+ meltdown/spectre workarounds enabled by default. (LP: 1761372).
56+ - Enable nesting by default
57+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: expose nested kvm by default
58+ in qemu64 cpu type.
59+ - d/p/ubuntu/enable-svm-by-default.patch: Enable nested svm by default
60+ in qemu64 on amd
61+ [ No more strictly needed, but required for backward compatibility ]
62+ - improved dependencies
63+ - Make qemu-system-common depend on qemu-block-extra
64+ - Make qemu-utils depend on qemu-block-extra
65+ - let qemu-utils recommend sharutils
66+ - s390x support
67+ - Create qemu-system-s390x package
68+ - Enable numa support for s390x
69+ - d/rules: build s390-ccw.img with upstream Makefile
70+ - d/rules: build s390-netboot.img with upstream Makefile
71+ - arch aware kvm wrappers
72+ - d/control: update VCS links
73+ - tolerate ipxe size change on migrations to >=18.04 (LP: 1713490)
74+ - d/p/ubuntu/pre-bionic-256k-ipxe-efi-roms.patch: old machine types
75+ reference 256k path
76+ - d/control-in: depend on ipxe-qemu-256k-compat-efi-roms to be able to
77+ handle incoming migrations from former releases.
78+ - d/control-in: Disable capstone disassembler library support (universe)
79+ - d/control: disable bluetooth being deprecated
80+ - d/not-installed: ignore new interop docs and extra icons for now
81+ - d/not-installed: do not install elf2dmp until namespaced
82+ - d/qemu-utils.install: install new tools qemu-edid and qemu-keymap
83+ - d/control-in: promote qemu-efi/ovmf in Ubuntu (LP 1570617)
84+ - d/binfmt-update-in: fix binfmt being called in some containers
85+ (LP 1840956)
86+ - Dropped changes (in Debian)
87+ - qemu-guest-agent: freeze-hook fixes (LP: 1484990)
88+ - d/qemu-guest-agent.install: provide /etc/qemu/fsfreeze-hook
89+ - d/qemu-guest-agent.dirs: provide /etc/qemu/fsfreeze-hook.d
90+ - d/control-in: enable RDMA support in qemu (LP: 1692476)
91+ - enable RDMA config option
92+ - add libibumad-dev build-dep
93+ - d/p/ubuntu/lp-1790901-partial-SLOF-for-s390x-netboot.patch: bring back
94+ some SLOF bits stripped in DFSG to be able to build s390x-netboot roms
95+ As that hack to build s390-ccw.img rom can't build s390x-netboot.img
96+ replace it with a build-indep using the upstream makefiles.
97+ This is less prone to miss future changes/fixes that are done to the
98+ makefiles
99+ - remove /dev/kvm permission handling (moved to systemd 239-6) (#892945)
100+ - d/p/debianize-qemu-guest-service.patch: fix path of qemu-ga
101+ - d/rules: fix qemu-kvm service for debhelper compat >=12
102+ - Refreshed patches for v4.0 context changes
103+ - d/control*: remove sdlabi which was removed upstream
104+ - d/control*: enable docs (now explicit) and provide new build-dep
105+ python3-sphinx
106+ - d/qemu-system-data.install: use new paths for formerly used icons
107+ - Merge with Upstream release of qemu 4.0
108+ - d/p/ubuntu/lp-1790901-partial-SLOF-for-s390x-netboot.patch
109+ - Dropped changes (Upstream)
110+ - d/p/ubuntu/lp-1830243-*: s390x Secure Linux Boot Toleration (LP 1830243)
111+ - d/p/ubuntu/lp-1830238-*: s390x hardware cpu model (LP 1830238)
112+ - d/p/ubuntu/linux-user-fix-__NR_semtimedop-undeclared-error.patch:
113+ fix i386 build error
114+ - d/p/ubuntu/lp-1836066-s390-cpumodel-fix-description-for-the-new-vector-fac:
115+ fix naming of the new vector facitlity (LP 1836066)
116+ - d/p/ubuntu/lp-1836159-fix-with-latest-kernel.patch: fix build issues
117+ for missing SIOCGSTAMP definition; final fix is still in discussion
118+ upstream (LP: 1836159)
119+ - d/p/ubuntu/lp-1836154-*: further fixups for HW CPU model for newer
120+ s390x machines (LP 1836154)
121+ - d/p/ubuntu/lp-1841066-*: fix detection of arch_capability flags
122+ (LP 1841066)
123+ - d/p/lp-1842774-s390x-cpumodel-Add-the-z15-name-to-the-description-o.patch:
124+ update the z15 model name (LP 1842774)
125+ - d/p/ubuntu/lp-1848556-curl-Handle-success-in-multi_check_completion.patch:
126+ fix a potential hang when qemu or qemu-img where accessing http backed
127+ disks via libcurl (LP 1848556)
128+ - d/p/u/lp-1848497-virtio-balloon-fix-QEMU-4.0-config-size-migration-*:
129+ fix migration issue from qemu <4.0 when using virtio-balloon (LP 1848497)
130+ - d/p/ubuntu/lp-1830704-s390x-cpumodel-ignore-csske-for-expansion.patch
131+ toleration for future machines (LP 1830704)
132+ - SECURITY UPDATE: Add support for exposing md-clear functionality
133+ to guests
134+ - d/p/ubuntu/enable-md-clear.patch
135+ - d/p/ubuntu/enable-md-no.patch
136+ - CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091
137+ - SECURITY UPDATE: heap overflow when loading device tree blob
138+ - d/p/ubuntu/CVE-2018-20815.patch: specify how large the buffer to
139+ copy the device tree blob into is.
140+ - CVE-2018-20815
141+ - SECURITY UPDATE: device driver denial of service via NULL pointer
142+ dereference
143+ - d/p/ubuntu/CVE-2019-5008.patch: Define skeleton 'power_mem_read'
144+ routine
145+ - CVE-2019-5008
146+ - SECURITY UPDATE: information leak in SLiRP
147+ - d/p/ubuntu/CVE-2019-9824.patch: check sscanf result when
148+ emulating ident.
149+ - CVE-2019-9824
150+ - d/p/ubuntu/lp-1812384-s390x-Return-specification-exception-for-
151+ unimplement.patch: properly return architecture defined exception
152+ on bad subcodes of diag 308 (LP 1812384)
153+ * Dropped changes (no more needed)
154+ - d/qemu-guest-agent.pre{rm|inst}/.postrm: special handling for
155+ mv_conffile since the new path is a directory in the old package
156+ version which can not be handled by mv_conffile.
157+ [ only needed between disco and eoan ]
158+ - disable pvrdma
159+ [ CVEs all fixed now ]
160+ - d/p/ubuntu/Revert-target-i386-kvm-add-VMX-migration-blocker.patch:
161+ avoid misdetection of simplified nesting blocking all migrations
162+ [ qemu now detects and handles nesting - needs kernel >=4.20 ]
163+ - Enable nesting by default
164+ - d/qemu-system-x86.modprobe: set nested=1 module option on intel.
165+ (is default on amd)
166+ - d/qemu-system-x86.postinst: re-load kvm_intel.ko if it was loaded
167+ without nested=1
168+ [ nesting is default in kernel modules and default selected cpu types ]
169+ * Added changes
170+ - d/control: regenerate debian/control out of control-in
171+ - updated ubuntu machine types to match qemu 4.2 in Ubuntu 20.04 Focal
172+ - added ubuntu focal types for qemu 4.2
173+ - ubuntu-q35 alias added to auto-select the most recent q35 ubuntu type
174+ - d/p/ubuntu/lp-1857033-*: add support for Cooper Lake cpu model
175+ (LP: #1857033)
176+ - d/qemu-system-x86.README.Debian: add info about updated nesting changes
177+ - d/control*, d/rules: disable xen by default, but provide universe
178+ package qemu-system-x86-xen as alternative
179+ - fix typos in changelog and d/qemu-system-x86.NEWS
180+ - d/p/lp-1859527-*: avoid breakage on high virtqueue counts (LP: #1859527)
181+ - d/control*: enable libpmem support for nvdimms (LP: #1790856)
182+
183+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 08 Jan 2020 15:27:42 +0100
184+
185 qemu (1:4.2-1) unstable; urgency=medium
186
187 * new upstream release (4.2.0)
188@@ -74,6 +229,205 @@ qemu (1:4.1-1) unstable; urgency=medium
189
190 -- Michael Tokarev <mjt@tls.msk.ru> Tue, 27 Aug 2019 12:43:43 +0300
191
192+qemu (1:4.0+dfsg-0ubuntu10) focal; urgency=medium
193+
194+ * d/p/ubuntu/lp-1848556-curl-Handle-success-in-multi_check_completion.patch:
195+ fix a potential hang when qemu or qemu-img where accessing http backed
196+ disks via libcurl (LP: #1848556)
197+ * d/p/u/lp-1848497-virtio-balloon-fix-QEMU-4.0-config-size-migration-in.patch:
198+ fix migration issue from qemu <4.0 when using virtio-balloon (LP: #1848497)
199+
200+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 21 Oct 2019 14:51:45 +0200
201+
202+qemu (1:4.0+dfsg-0ubuntu9) eoan; urgency=medium
203+
204+ * d/p/lp-1842774-s390x-cpumodel-Add-the-z15-name-to-the-description-o.patch:
205+ update the z15 model name (LP: #1842774)
206+
207+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 24 Sep 2019 11:42:58 +0200
208+
209+qemu (1:4.0+dfsg-0ubuntu8) eoan; urgency=medium
210+
211+ * d/binfmt-update-in: fix binfmt being called in some containers
212+ (LP: #1840956)
213+
214+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 09 Sep 2019 11:03:13 +0200
215+
216+qemu (1:4.0+dfsg-0ubuntu7) eoan; urgency=medium
217+
218+ * No-change upload with strops.h and sys/strops.h removed in glibc.
219+
220+ -- Matthias Klose <doko@ubuntu.com> Thu, 05 Sep 2019 11:07:25 +0000
221+
222+qemu (1:4.0+dfsg-0ubuntu6) eoan; urgency=medium
223+
224+ * d/p/ubuntu/lp-1841066-*: fix detection of arch_capability flags
225+ (LP: #1841066)
226+
227+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 26 Aug 2019 12:08:04 +0200
228+
229+qemu (1:4.0+dfsg-0ubuntu5) eoan; urgency=medium
230+
231+ * d/p/ubuntu/lp-1836154-*: further fixups for HW CPU model for newer
232+ s390x machines (LP: #1836154)
233+
234+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 17 Jul 2019 13:20:42 +0200
235+
236+qemu (1:4.0+dfsg-0ubuntu4) eoan; urgency=medium
237+
238+ * d/control-in: promote qemu-efi/ovmf in Ubuntu (LP: #1570617)
239+ - pick Debian change for (#889885)
240+ move ovmf to recommends on debian and update aarch ovmf refs
241+ - stop Ubuntu to drop ovmf/qemu-efi to a suggest
242+
243+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 12 Jul 2019 12:48:24 +0200
244+
245+qemu (1:4.0+dfsg-0ubuntu3) eoan; urgency=medium
246+
247+ * d/p/ubuntu/lp-1836159-fix-with-latest-kernel.patch: fix build issues
248+ for missing SIOCGSTAMP definition; final fix is still in discussion
249+ upstream (LP: 1836159)
250+
251+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 11 Jul 2019 10:10:00 +0200
252+
253+qemu (1:4.0+dfsg-0ubuntu2) eoan; urgency=medium
254+
255+ * d/p/ubuntu/lp-1836066-s390-cpumodel-fix-description-for-the-new-vector-fac:
256+ fix naming of the new vector facitlity (LP: #1836066)
257+ * d/control-in: update VCS links in control template as well
258+
259+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 11 Jul 2019 08:18:44 +0200
260+
261+qemu (1:4.0+dfsg-0ubuntu1) eoan; urgency=medium
262+
263+ * Merge with Upstream release of qemu 4.0.
264+ Among many other things this fixes LP Bugs:
265+ LP: #1782206 - SnowRidge Accelerator Interfacing Architecture (AIA)
266+ LP: #1828038 - Update s390x CPU Model for more HW support
267+ LP: #1832622 - count cache flush Spectre v2 mitigation for ppc64el
268+ Remaining Changes:
269+ - qemu-kvm to systemd unit
270+ - d/qemu-kvm-init: script for QEMU KVM preparation modules, ksm,
271+ hugepages and architecture specifics
272+ - d/qemu-system-common.qemu-kvm.service: systemd unit to call
273+ qemu-kvm-init
274+ - d/qemu-system-common.install: install helper script
275+ - d/qemu-system-common.maintscript: clean old sysv and upstart scripts
276+ - d/qemu-system-common.qemu-kvm.default: defaults for
277+ /etc/default/qemu-kvm
278+ - d/rules: call dh_installinit and dh_installsystemd for qemu-kvm
279+ - Enable nesting by default
280+ - d/qemu-system-x86.modprobe: set nested=1 module option on intel.
281+ (is default on amd)
282+ - d/qemu-system-x86.postinst: re-load kvm_intel.ko if it was loaded
283+ without nested=1
284+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: expose nested kvm by default
285+ in qemu64 cpu type.
286+ - d/p/ubuntu/enable-svm-by-default.patch: Enable nested svm by default
287+ in qemu64 on amd
288+ - d/qemu-system-x86.README.Debian: document intention of nested being
289+ default is comfort, not full support
290+ - Distribution specific machine type (LP: 1304107 1621042)
291+ - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
292+ types
293+ - d/qemu-system-x86.NEWS Info on fixed machine type definitions
294+ for host-phys-bits=true (LP: 1776189)
295+ - add an info about -hpb machine type in debian/qemu-system-x86.NEWS
296+ - provide pseries-bionic-2.11-sxxm type as convenience with all
297+ meltdown/spectre workarounds enabled by default. (LP: 1761372).
298+ - improved dependencies
299+ - Make qemu-system-common depend on qemu-block-extra
300+ - Make qemu-utils depend on qemu-block-extra
301+ - let qemu-utils recommend sharutils
302+ - s390x support
303+ - Create qemu-system-s390x package
304+ - Enable numa support for s390x
305+ - arch aware kvm wrappers
306+ - d/control: update VCS links
307+ - qemu-guest-agent: freeze-hook fixes (LP: 1484990)
308+ - d/qemu-guest-agent.install: provide /etc/qemu/fsfreeze-hook
309+ - d/qemu-guest-agent.dirs: provide /etc/qemu/fsfreeze-hook.d
310+ - d/control-in: enable RDMA support in qemu (LP: 1692476)
311+ - enable RDMA config option
312+ - add libibumad-dev build-dep
313+ - tolerate ipxe size change on migrations to >=18.04 (LP: 1713490)
314+ - d/p/ubuntu/pre-bionic-256k-ipxe-efi-roms.patch: old machine types
315+ reference 256k path
316+ - d/control-in: depend on ipxe-qemu-256k-compat-efi-roms to be able to
317+ handle incoming migrations from former releases.
318+ - d/control-in: Disable capstone disassembler library support (universe)
319+ - Move s390x roms to a new qemu-system-data-s390x
320+ - d/qemu-system-data.install: install s390x roms as architecture:all in
321+ qemu-system-data
322+ - d/rules: build s390-ccw.img with upstream Makefile
323+ - d/rules: build s390-netboot.img with upstream Makefile
324+ - d/p/ubuntu/lp-1790901-partial-SLOF-for-s390x-netboot.patch: bring back
325+ some SLOF bits stripped in DFSG to be able to build s390x-netboot roms
326+ As that hack to build s390-ccw.img rom can't build s390x-netboot.img
327+ replace it with a build-indep using the upstream makefiles.
328+ This is less prone to miss future changes/fixes that are done to the
329+ makefiles
330+ - d/control-in: add breaks/replaces for moving s390x roms from
331+ qemu-system-s390x to qemu-system-data
332+ - remove /dev/kvm permission handling (moved to systemd 239-6) (#892945)
333+ [From not yet uploaded Debian branch]
334+ - d/p/debianize-qemu-guest-service.patch: fix path of qemu-ga
335+ - d/rules: fix qemu-kvm service for debhelper compat >=12
336+ - disable pvrdma - besides several security holes there are many other
337+ bugs there as well
338+ * Dropped patches that are upstream in v4.0
339+ - d/p/do-not-link-everything-with-xen.patch
340+ - d/p/usb-mtp-use-O_NOFOLLOW-and-O_CLOEXEC-CVE-2018-16872.patch
341+ - d/p/hw_usb-fix-mistaken-de-initialization-of-CCID-state.patch
342+ - d/p/scsi-generic-avoid-possible-oob-access-to-r-buf-CVE-2019-6501.patch
343+ - d/p/slirp-check-data-length-while-emulating-ident-function-CVE-2019-6778
344+ - d/p/i2c-ddc-fix-oob-read-CVE-2019-3812.patch
345+ - d/p/ubuntu/lp-1759509-qmp-query-current-machine-with-wakeup-suspend-suppor
346+ (LP: 1759509)
347+ - d/p/ubuntu/lp-1759509-qga-update-guest-suspend-ram-and-guest-suspend-hybri
348+ - d/p/ubuntu/lp-1759509-qmp-hmp-Make-system_wakeup-check-wake-up-support-and
349+ - d/p/ubuntu/lp-1812384-s390x-Return-specification-exception-for-unimplement
350+ - d/p/ubuntu/CVE-2018-20815.patch
351+ - d/p/ubuntu/CVE-2019-5008.patch
352+ - d/p/ubuntu/CVE-2019-9824.patch
353+ - d/p/ubuntu/Revert-target-i386-kvm-add-VMX-migration-blocker.patch:
354+ avoid misdetection of simplified nesting blocking all migrations
355+ * Dropped further patches
356+ d/p/bt-use-size_t-type-for-length-parameters-instead-of-int-CVE-2018-19665
357+ [upstream deprecated the whole subsystem instead of applying the fix]
358+ * Added Changes
359+ - updated ubuntu machine types for v4.0
360+ - added eoan types
361+ - fixed s390x issue of upstream types having a "v" prefix
362+ - add back dropped machine types to avoid more issues like LP: 1802944
363+ - fix kvm split irqchip default in ubuntu q35 machine type
364+ - drop no more needed spapr_machine_2_11_sxxm_instance_options and
365+ adapt updated CamelCase
366+ - -hpb types now need to use GlobalProperties
367+ - pc_compat_2_0 got a _fn suffix and slight changes
368+ - d/p/ubuntu/lp-1790901-partial-SLOF-for-s390x-netboot.patch: update to
369+ SLOF of qemu 4.0
370+ - Refreshed patches still needed for v4.0 context changes
371+ - d/p/use-fixed-data-path.patch
372+ - d/p/ubuntu/enable-svm-by-default.patch
373+ - d/p/ubuntu/enable-md-clear.patch
374+ - d/p/ubuntu/pre-bionic-256k-ipxe-efi-roms.patch
375+ - d/p/ubuntu/lp-1830243-*: s390x Secure Linux Boot Toleration
376+ (LP: #1830243)
377+ - d/control: disable bluetooth being deprecated
378+ - d/control*: remove sdlabi which was removed upstream
379+ - d/p/ubuntu/lp-1830238-*: s390x hardware cpu model (LP: #1830238)
380+ - d/control*: enable docs (now explicit) and provide new build-dep
381+ python3-sphinx
382+ - d/not-installed: ignore new interop docs and extra icons for now
383+ - d/not-installed: do not install elf2dmp until namespaced
384+ - d/qemu-utils.install: install new tools qemu-edid and qemu-keymap
385+ - d/qemu-system-data.install: use new paths for formerly used icons
386+ - d/p/ubuntu/linux-user-fix-__NR_semtimedop-undeclared-error.patch:
387+ fix i386 build error
388+
389+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 24 Jun 2019 16:33:19 +0200
390+
391 qemu (1:3.1+dfsg-8) unstable; urgency=high
392
393 * sun4u-add-power_mem_read-routine-CVE-2019-5008.patch
394@@ -176,6 +530,232 @@ qemu (1:3.1+dfsg-3) unstable; urgency=medium
395
396 -- Michael Tokarev <mjt@tls.msk.ru> Wed, 06 Feb 2019 12:23:01 +0300
397
398+qemu (1:3.1+dfsg-2ubuntu5) eoan; urgency=medium
399+
400+ * d/p/ubuntu/define-ubuntu-machine-types.patch: fix wily machine type being
401+ broken since 2.11 due to 2.3/2.4 version mismatch in its definition to
402+ fix migrations from old machines (LP: #1829868).
403+ * d/p/ubuntu/lp-1830704-s390x-cpumodel-ignore-csske-for-expansion.patch
404+ toleration for future machines (LP: #1830704
405+
406+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 28 May 2019 11:30:42 +0200
407+
408+qemu (1:3.1+dfsg-2ubuntu4) eoan; urgency=medium
409+
410+ * SECURITY UPDATE: Add support for exposing md-clear functionality
411+ to guests
412+ - d/p/ubuntu/enable-md-clear.patch
413+ - d/p/ubuntu/enable-md-no.patch
414+ - CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091
415+ * SECURITY UPDATE: heap overflow when loading device tree blob
416+ - d/p/ubuntu/CVE-2018-20815.patch: specify how large the buffer to
417+ copy the device tree blob into is.
418+ - CVE-2018-20815
419+ * SECURITY UPDATE: device driver denial of service via NULL pointer
420+ dereference
421+ - d/p/ubuntu/CVE-2019-5008.patch: Define skeleton 'power_mem_read'
422+ routine
423+ - CVE-2019-5008
424+ * SECURITY UPDATE: information leak in SLiRP
425+ - d/p/ubuntu/CVE-2019-9824.patch: check sscanf result when
426+ emulating ident.
427+ - CVE-2019-9824
428+
429+ -- Steve Beattie <sbeattie@ubuntu.com> Wed, 08 May 2019 09:27:53 -0700
430+
431+qemu (1:3.1+dfsg-2ubuntu3) disco; urgency=medium
432+
433+ * qemu-guest-agent: fix path of fsfreeze-hook (LP: #1820291)
434+ - d/qemu-guest-agent.install: use correct path for fsfreeze-hook
435+ - d/qemu-guest-agent.pre{rm|inst}/.postrm: special handling for
436+ mv_conffile since the new path is a directory in the old package
437+ version which can not be handled by mv_conffile.
438+ * i2c-ddc-fix-oob-read-CVE-2019-3812.patch fixes
439+ OOB read in hw/i2c/i2c-ddc.c which allows for memory disclosure.
440+ Closes: #922635 (Thanks to Gerd Hoffmann and Michael Tokarev)
441+ CVE-2019-3812
442+
443+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 18 Mar 2019 09:20:07 +0100
444+
445+qemu (1:3.1+dfsg-2ubuntu2) disco; urgency=medium
446+
447+ * disable pvrdma - besides several security holes there are many other
448+ bugs there as well, and the amount of patches applied upstream after
449+ 3.1 release is large (Closes, or actuallymakes unimportant again)
450+ - CVE-2018-20123
451+ - CVE-2018-20124
452+ - CVE-2018-20125
453+ - CVE-2018-20126
454+ - CVE-2018-20191
455+ - CVE-2018-20216
456+ * scsi-generic-avoid-possible-oob-access-to-r-buf-CVE-2019-6501.patch
457+ - CVE-2019-6501
458+ * slirp-check-data-length-while-emulating-ident-function-CVE-2019-6778.patch
459+ - CVE-2019-6778
460+
461+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 19 Feb 2019 06:43:04 +0100
462+
463+qemu (1:3.1+dfsg-2ubuntu1) disco; urgency=medium
464+
465+ * Merge with Debian testing, Among many other things this fixes LP Bugs:
466+ LP: #1806104 - fix misleading page size error on ppc64el
467+ LP: #1782205 - SnowRidge enabled new ISAs
468+ LP: #1786956 - upgrade to qemu >= 3.0
469+ LP: #1809083 - Backward migration to Xenial on ppc64el
470+ LP: #1803315 - s390x Huge page enablement
471+ LP: #1657409 - enable virglrenderer
472+ Remaining Changes:
473+ - qemu-kvm to systemd unit
474+ - d/qemu-kvm-init: script for QEMU KVM preparation modules, ksm,
475+ hugepages and architecture specifics
476+ - d/qemu-kvm.service: systemd unit to call qemu-kvm-init
477+ - d/qemu-system-common.install: install systemd unit and helper script
478+ - d/qemu-system-common.maintscript: clean old sysv and upstart scripts
479+ - d/qemu-system-common.qemu-kvm.default: defaults for
480+ /etc/default/qemu-kvm
481+ - d/rules: install /etc/default/qemu-kvm
482+ - Enable nesting by default
483+ - d/qemu-system-x86.modprobe: set nested=1 module option on intel.
484+ (is default on amd)
485+ - d/qemu-system-x86.postinst: re-load kvm_intel.ko if it was loaded
486+ without nested=1
487+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: expose nested kvm by default
488+ in qemu64 cpu type.
489+ - d/p/ubuntu/enable-svm-by-default.patch: Enable nested svm by default
490+ in qemu64 on amd
491+ - d/qemu-system-x86.README.Debian: document intention of nested being
492+ default is comfort, not full support
493+ - Distribution specific machine type (LP: 1304107 1621042 1776189 1761372)
494+ - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
495+ types
496+ - d/qemu-system-x86.NEWS Info on fixed machine type definitions
497+ for host-phys-bits=true (LP: 1776189)
498+ - add an info about -hpb machine type in debian/qemu-system-x86.NEWS
499+ - d/p/ubuntu/lp-1761372-*: provide pseries-bionic-2.11-sxxm type as
500+ convenience with all meltdown/spectre workarounds enabled by default.
501+ (LP: 1761372).
502+ - improved dependencies
503+ - Make qemu-system-common depend on qemu-block-extra
504+ - Make qemu-utils depend on qemu-block-extra
505+ - let qemu-utils recommend sharutils
506+ - s390x support
507+ - Create qemu-system-s390x package
508+ - Enable numa support for s390x
509+ - arch aware kvm wrappers
510+ - d/control: update VCS links (updated to match latest Ubuntu)
511+ - qemu-guest-agent: freeze-hook fixes (LP: 1484990)
512+ - d/qemu-guest-agent.install: provide /etc/qemu/fsfreeze-hook
513+ - d/qemu-guest-agent.dirs: provide /etc/qemu/fsfreeze-hook.d
514+ - d/control-in: enable RDMA support in qemu (LP: 1692476)
515+ - enable RDMA config option
516+ - add libibumad-dev build-dep
517+ - tolerate ipxe size change on migrations to >=18.04 (LP: 1713490)
518+ - d/p/ubuntu/pre-bionic-256k-ipxe-efi-roms.patch: old machine types
519+ reference 256k path
520+ - d/control-in: depend on ipxe-qemu-256k-compat-efi-roms to be able to
521+ handle incoming migrations from former releases.
522+ - d/control-in: Disable capstone disassembler library support (universe)
523+ * Added Changes:
524+ - d/p/ubuntu/define-ubuntu-machine-types.patch: update machine type changes
525+ for qemu 3.1 in the Ubuntu Disco release
526+ - d/p/ubuntu/lp-1759509-* fix waking up VMs from dompmsuspend (LP: #1759509)
527+ - Move s390x roms to a new qemu-system-data-s390x
528+ - d/qemu-system-data.install: install s390x roms as architecture:all in
529+ qemu-system-data
530+ - d/rules: build s390-ccw.img with upstream Makefile
531+ - d/rules: build s390x-netboot.img with upstream Makefile
532+ - d/p/ubuntu/lp-1790901-partial-SLOF-for-s390x-netboot.patch: bring back
533+ some SLOF bits stripped in DFSG to be able to build s390x-netboot roms
534+ As that hack to build s390-ccw.img rom can't build s390x-netboot.img
535+ replace it with a build-indep using the upstream makefiles.
536+ This is less prone to miss future changes/fixes that are done to the
537+ makefiles
538+ - d/control-in: add breaks/replaces for moving s390x roms from
539+ qemu-system-s390x to qemu-system-data
540+ - remove /dev/kvm permission handling (moved to systemd 239-6) (#892945)
541+ [From not yet uploaded Debian branch]
542+ - d/p/debianize-qemu-guest-service.patch: fix path of qemu-ga
543+ (Closes: #918378)
544+ - d/rules: fix qemu-kvm service for debhelper compat >=12
545+ - d/p/ubuntu/Revert-target-i386-kvm-add-VMX-migration-blocker.patch:
546+ avoid misdetection of simplified nesting blocking all migrations
547+ - d/p/ubuntu/lp-1812384-s390x-Return-specification-exception-for-
548+ unimplement.patch: properly return archicture defined exception
549+ on bad subcodes of diag 308 (LP: #1812384)
550+ * Dropped Changes:
551+ - Include s390-ccw.img firmware (old style native build)
552+ - d/rules enable install s390x-netboot.img (old style native build)
553+ - libvirt/qemu user/group support
554+ - qemu-system-common.postinst: remove acl placed by udev, and add udevadm
555+ trigger.
556+ [ Droppable since logind properly sets ACLs now ]
557+ - qemu-system-common.preinst: add kvm group if needed
558+ [ Droppable because systemd/udev take care of it since 239-6]
559+ - d/p/guest-agent-freeze-hook-skip-dpkg-artifacts.patch of qemu-guest-agent
560+ freeze-hook fixes (LP: 1484990)
561+ [upstream]
562+ - d/p/ubuntu/CVE-2018-3639/* update for qemu 2.12 using the final patches
563+ merged upstream
564+ [upstream]
565+ - d/p/ubuntu/CVE-2018-11806-slirp-correct-size.patch: slirp: correct size
566+ computation while concatenating mbuf.
567+ CVE-2018-11806
568+ [upstream]
569+ - d/p/ubuntu/lp-1781526-powerpc64-align-memory-THP.patch: align to 2MB
570+ for powerpc64 to speed up translation (LP: 1781526)
571+ [upstream]
572+ - d/p/ubuntu/lp-1780773-s390x-cpumodels-add-z14-Model-ZR1.patch: Add
573+ cpu model for z14 ZR1 (LP: 1780773).
574+ [upstream]
575+ - Mark qemu-system-data foreign to be able to install it e.g. on i386
576+ (Closes: 903562)
577+ [in Debian]
578+ - d/control-in: qemu-keymaps is provided by qemu-system-data now (from yet
579+ unreleased Debian version)
580+ [in Debian]
581+ - d/p/lp-1755912-qxl-fix-local-renderer-crash.patch: Fix an issue triggered
582+ by migrations with UI frontends or frequent guest resolution changes
583+ (LP #1755912)
584+ [upstream]
585+ - d//ubuntu/target-ppc-extend-eieio-for-POWER9.patch: Backport to
586+ extend eieio for POWER9 emulation (LP: 1787408).
587+ [upstream]
588+ - d/p/ubuntu/lp-1789551-seccomp-set-the-seccomp-filter-to-all-threads.patch:
589+ ensure that the seccomp blacklist is applied to all threads (LP: 1789551)
590+ [upstream]
591+ - improve s390x spectre mitigation with etoken facility (LP: 1790457)
592+ [upstream]
593+ - Update pxe netboot images for KVM s390x to qemu 3.0 level (LP: 1790901)
594+ [upstream]
595+ - d/control-in: our addition of a qemu-system-s390x package needs to follow
596+ the split of qemu-system-data by adding a dependency to it (LP: 1798084)
597+ [in Debian]
598+ - debian/patches/ubuntu/lp1787405-*: Support guest dedicated Crypto
599+ Adapters on s390x (LP: 1787405)
600+ [upstream]
601+ - enable opengl for vfio-MDEV support (LP: 1804766)
602+ [in Debian]
603+ - SECURITY UPDATE: integer overflow in NE2000 NIC emulation
604+ [upstream]
605+ - SECURITY UPDATE: integer overflow via crafted QMP command
606+ [upstream]
607+ - SECURITY UPDATE: OOB heap buffer r/w access in NVM Express Controller
608+ [upstream]
609+ - SECURITY UPDATE: buffer overflow in rtl8139
610+ [upstream]
611+ - SECURITY UPDATE: buffer overflow in pcnet
612+ [upstream]
613+ - SECURITY UPDATE: DoS via large packet sizes
614+ [upstream]
615+ - SECURITY UPDATE: DoS in lsi53c895a
616+ [upstream]
617+ - SECURITY UPDATE: Out-of-bounds r/w stack access in ppc64
618+ [upstream]
619+ - SECURITY UPDATE: race condition in 9p
620+ [upstream]
621+
622+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 08 Jan 2019 09:41:08 +0100
623+
624 qemu (1:3.1+dfsg-2) unstable; urgency=medium
625
626 * d/rules: split arch and indep builds
627@@ -255,6 +835,249 @@ qemu (1:3.1+dfsg-1) unstable; urgency=medium
628
629 -- Michael Tokarev <mjt@tls.msk.ru> Sun, 02 Dec 2018 19:10:27 +0300
630
631+qemu (1:2.12+dfsg-3ubuntu9) disco; urgency=medium
632+
633+ [ Marc Deslauriers ]
634+ * SECURITY UPDATE: integer overflow in NE2000 NIC emulation
635+ - debian/patches/CVE-2018-10839.patch: use proper type in
636+ hw/net/ne2000.c.
637+ - CVE-2018-10839
638+ * SECURITY UPDATE: integer overflow via crafted QMP command
639+ - debian/patches/CVE-2018-12617.patch: check bytes count read by
640+ guest-file-read in qga/commands-posix.c.
641+ - CVE-2018-12617
642+ * SECURITY UPDATE: OOB heap buffer r/w access in NVM Express Controller
643+ - debian/patches/CVE-2018-16847.patch: check size in hw/block/nvme.c.
644+ - CVE-2018-16847
645+ * SECURITY UPDATE: buffer overflow in rtl8139
646+ - debian/patches/CVE-2018-17958.patch: use proper type in
647+ hw/net/rtl8139.c.
648+ - CVE-2018-17958
649+ * SECURITY UPDATE: buffer overflow in pcnet
650+ - debian/patches/CVE-2018-17962.patch: use proper type in
651+ hw/net/pcnet.c.
652+ - CVE-2018-17962
653+ * SECURITY UPDATE: DoS via large packet sizes
654+ - debian/patches/CVE-2018-17963.patch: check size in net/net.c.
655+ - CVE-2018-17963
656+ * SECURITY UPDATE: DoS in lsi53c895a
657+ - debian/patches/CVE-2018-18849.patch: check message length value is
658+ valid in hw/scsi/lsi53c895a.c.
659+ - CVE-2018-18849
660+ * SECURITY UPDATE: Out-of-bounds r/w stack access in ppc64
661+ - debian/patches/CVE-2018-18954.patch: check size before data buffer
662+ access in hw/ppc/pnv_lpc.c.
663+ - CVE-2018-18954
664+ * SECURITY UPDATE: race condition in 9p
665+ - debian/patches/CVE-2018-19364-1.patch: use write lock in
666+ hw/9pfs/cofile.c.
667+ - debian/patches/CVE-2018-19364-2.patch: use write lock in
668+ hw/9pfs/9p.c.
669+ - CVE-2018-19364
670+
671+ [ Christian Ehrhardt]
672+ * debian/patches/ubuntu/lp1787405-*: Support guest dedicated Crypto
673+ Adapters on s390x (LP: #1787405)
674+ * enable opengl for vfio-MDEV support (LP: #1804766)
675+ - d/control-in: set --enable-opengl
676+ - d/control-in: add gl related build-dependencies
677+
678+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 21 Nov 2018 13:17:01 -0500
679+
680+qemu (1:2.12+dfsg-3ubuntu8) cosmic; urgency=medium
681+
682+ * d/control-in: our addition of a qemu-system-s390x package needs to follow
683+ the split of qemu-system-data by adding a dependency to it (LP: #1798084)
684+
685+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 17 Oct 2018 10:50:27 +0200
686+
687+qemu (1:2.12+dfsg-3ubuntu7) cosmic; urgency=medium
688+
689+ * Update pxe netboot images for KVM s390x to qemu 3.0 level (LP: #1790901)
690+ The SLOF source pieces in src:qemu are only used for s390x netboot,
691+ which are independent ROMs (no linking). All other binaries out of this
692+ are part of src:slof and independent.
693+ - d/p/ubuntu/lp-1790901-partial-SLOF-for-s390x-netboot-2.12-to-3.0.patch
694+ - d/p/ubuntu/lp-1790901-0*: backport s390x pxelinux netboot capabilities
695+ and related fixes
696+
697+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 25 Sep 2018 13:31:15 +0200
698+
699+qemu (1:2.12+dfsg-3ubuntu6) cosmic; urgency=medium
700+
701+ * improve s390x spectre mitigation with etoken facility (LP: #1790457)
702+ - debian/patches/ubuntu/lp-1790457-s390x-kvm-add-etoken-facility.patch
703+ - debian/patches/ubuntu/lp-1790457-partial-s390x-linux-headers-update.patch
704+
705+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 12 Sep 2018 10:06:48 +0200
706+
707+qemu (1:2.12+dfsg-3ubuntu5) cosmic; urgency=medium
708+
709+ * d/p/ubuntu/lp-1789551-seccomp-set-the-seccomp-filter-to-all-threads.patch:
710+ ensure that the seccomp blacklist is applied to all threads (LP: #1789551)
711+ - CVE-2018-15746
712+
713+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 29 Aug 2018 08:50:36 +0200
714+
715+qemu (1:2.12+dfsg-3ubuntu4) cosmic; urgency=medium
716+
717+ [ Murilo Opsfelder Araujo ]
718+ * d//ubuntu/target-ppc-extend-eieio-for-POWER9.patch: Backport to
719+ extend eieio for POWER9 emulation (LP: #1787408).
720+
721+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 20 Aug 2018 11:52:39 +0200
722+
723+qemu (1:2.12+dfsg-3ubuntu3) cosmic; urgency=medium
724+
725+ * d/p/lp-1755912-qxl-fix-local-renderer-crash.patch: Fix an issue triggered
726+ by migrations with UI frontends or frequent guest resolution changes
727+ (LP: #1755912)
728+
729+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 19 Jul 2018 08:26:52 +0200
730+
731+qemu (1:2.12+dfsg-3ubuntu2) cosmic; urgency=medium
732+
733+ * Disable capstone disassembler library support (universe dependency)
734+
735+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 17 Jul 2018 08:35:32 +0200
736+
737+qemu (1:2.12+dfsg-3ubuntu1) cosmic; urgency=medium
738+
739+ * Merge with Debian testing, Remaining Changes:
740+ - Among other things this fixes (LP: #1780768, LP: #1780769, LP: #1780772)
741+ - qemu-kvm to systemd unit
742+ - d/qemu-kvm-init: script for QEMU KVM preparation modules, ksm,
743+ hugepages and architecture specifics
744+ - d/qemu-kvm.service: systemd unit to call qemu-kvm-init
745+ - d/qemu-system-common.install: install systemd unit and helper script
746+ - d/qemu-system-common.maintscript: clean old sysv and upstart scripts
747+ - d/qemu-system-common.qemu-kvm.default: defaults for
748+ /etc/default/qemu-kvm
749+ - d/rules: install /etc/default/qemu-kvm
750+ - Enable nesting by default
751+ - set nested=1 module option on intel. (is default on amd)
752+ - re-load kvm_intel.ko if it was loaded without nested=1
753+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: expose nested kvm by default
754+ in qemu64 cpu type.
755+ - d/p/ubuntu/enable-svm-by-default.patch: Enable nested svm by default
756+ in qemu64 on amd
757+ - d/qemu-system-x86.README.Debian: document intention of nested being
758+ default is comfort, not full support
759+ - libvirt/qemu user/group support
760+ - qemu-system-common.postinst: remove acl placed by udev, and add udevadm
761+ trigger.
762+ - qemu-system-common.preinst: add kvm group if needed
763+ - Distribution specific machine type
764+ - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
765+ types to ease future live vm migration.
766+ - d/qemu-system-x86.NEWS Info on fixed machine type definitions
767+ - d/p/ubuntu/machine-type-hpb.patch: add -hpb machine type
768+ for host-phys-bits=true (LP: 1776189)
769+ - add an info about -hpb machine type in debian/qemu-system-x86.NEWS
770+ - d/p/ubuntu/lp-1761372-*: provide pseries-bionic-2.11-sxxm type as
771+ convenience with all meltdown/spectre workarounds enabled by default.
772+ (LP: 1761372).
773+ - improved dependencies
774+ - Make qemu-system-common depend on qemu-block-extra
775+ - Make qemu-utils depend on qemu-block-extra
776+ - let qemu-utils recommend sharutils
777+ - s390x support
778+ - Create qemu-system-s390x package
779+ - Include s390-ccw.img firmware
780+ - Enable numa support for s390x
781+ - arch aware kvm wrappers
782+ - update VCS-git (updated to match cosmic)
783+ - qemu-guest-agent: freeze-hook fixes (LP: 1484990)
784+ - d/p/guest-agent-freeze-hook-skip-dpkg-artifacts.patch
785+ - d/qemu-guest-agent.install: provide /etc/qemu/fsfreeze-hook
786+ - d/qemu-guest-agent.dirs: provide /etc/qemu/fsfreeze-hook.d
787+ - Create and install pxe netboot images for KVM s390x (LP: 1732094)
788+ - d/rules enable install s390x-netboot.img
789+ - d/control-in: enable RDMA support in qemu (LP: 1692476)
790+ - tolerate ipxe size change on migrations to >=18.04 (LP: 1713490)
791+ - d/p/ubuntu/pre-bionic-256k-ipxe-efi-roms.patch: old machine types
792+ reference 256k path
793+ - d/control: depend on ipxe-qemu-256k-compat-efi-roms to be able to
794+ handle incoming migrations from former releases.
795+ - SECURITY UPDATE: Speculative Store Bypass
796+ - debian/patches/ubuntu/CVE-2018-3639/0001*.patch: define the 'ssbd'
797+ CPUID feature bit in target/i386/cpu.*.
798+ - debian/patches/ubuntu/CVE-2018-3639/0002*.patch: define the AMD
799+ 'virt-ssbd' CPUID feature bit in target/i386/cpu.c.
800+ - debian/patches/ubuntu/CVE-2018-3639/0003*.patch: define the Virt SSBD
801+ MSR and handling of it in target/i386/cpu.h, target/i386/kvm.c,
802+ target/i386/machine.c.
803+ - CVE-2018-3639
804+ * Added Changes:
805+ - update machine type changes for qemu 2.12 and the Ubuntu Cosmic release
806+ - add cosmic types for base and -hpb
807+ - drop no more supported types (zesty and yakkety)
808+ - d/p/series: group machine type changes
809+ - d/p/ubuntu/CVE-2018-3639/* update for qemu 2.12 using the final patches
810+ merged upstream
811+ - d/p/ubuntu/CVE-2018-11806-slirp-correct-size.patch: slirp: correct size
812+ computation while concatenating mbuf.
813+ CVE-2018-11806
814+ - d/qemu-kvm-init, d/qemu-system-common.qemu-kvm.default: drop the
815+ deprecated handling of VHOST_NET_ENABLED and KVM_HUGEPAGES.
816+ - d/qemu-kvm-init: do not exit early on non x86/ppc64el (LP: #1763275)
817+ - d/qemu-kvm-init, d/kvm.powerpc: clean up typos and shellcheck warnings
818+ - d/qemu-kvm-init, d/kvm.powerpc: fix SMT detection and make it only apply
819+ to POWER8
820+ - d/qemu-kvm-init: drop old VM detection that was broken in some cases and
821+ is no more needed with systemd-detect-virt being more mature and always
822+ present.
823+ - d/kvm.powerpc: drop old powerpc (non-ppc64el) code.
824+ - d/control-in: add libibumad-dev which is now needed for rdma
825+ - d/rules: update s390x delta to match new Debian packaging
826+ - d/p/ubuntu/lp-1781526-powerpc64-align-memory-THP.patch: align to 2MB
827+ for powerpc64 to speed up translation (LP: #1781526)
828+ - d/p/ubuntu/lp-1780773-s390x-cpumodels-add-z14-Model-ZR1.patch: Add
829+ cpu model for z14 ZR1 (LP: #1780773).
830+ - Mark qemu-system-data foreign to be able to install it e.g. on i386
831+ (Closes: 903562)
832+ - d/control-in: qemu-keymaps is provided by qemu-system-data now (from yet
833+ unreleased Debian version)
834+ * Dropped Changes:
835+ - debian/patches/ubuntu/partial-SLOF-for-s390x-netboot-compilation.patch
836+ (No more removed when building DFSG orig tarball in Debian)
837+ - sdl2 is yet too unstable for the LTS Ubuntu release given the reports
838+ we still see upstream and in Debian - furthermore sdl2 isn't in main yet,
839+ so we revert related changes to stick with the proven for now:
840+ - 0fd25810 - do not build-depend on libx11-dev (libsdl2-dev already
841+ depends on it)
842+ - 9594f820 - switch from sdl1.2 to sdl2 (#870025)
843+ (Debian switched to gtk which seems to work better and has all
844+ dependencies in main.)
845+ - d/control-in: enable seccomp on s390x (in Debian for Linux-any)
846+ - Changes that are now upstream with qemu 2.12
847+ - d/p/ubuntu/lp1753826-memfd-fix-configure-test.patch: fix FTBFS with
848+ newer versions of glibc >=2.27 (LP: 1753826)
849+ - d/p/ubuntu/qemu-stable-2.11.1.patch: add stable release
850+ - d/p/ubuntu/lp1739665-SSE-AVX-AVX512-cpu-features.patch: Enable new
851+ SSE/AVX/AVX512 cpu features (LP: 1739665)
852+ - d/p/ubuntu/lp1740219-continuous-space-commpage.patch: make Arm
853+ space+commpage continuous which avoids long startup times on
854+ qemu-user-static (LP: 1740219)
855+ - provide pseries-2.12-sxxm type (LP: 1761372)
856+ - d/p/ubuntu/lp-1704312-1-* provide means to manually handle
857+ filesystem-dax with pmem by backporting align and unarmed options
858+ (LP: 1704312).
859+ - d/p/ubuntu/lp-1762315-slirp-Add-domainname.patch: slirp: Add domainname
860+ option to slirp's DHCP server (LP: 1762315)
861+ - d/p/ubuntu/lp-1762854-*: fix issue with SCSI-2 devices denying
862+ Protection information (LP: 1762854).
863+ - d/p/ubuntu/lp-1763468-*: fix VSMT handling to fix ppc64el P8/P9
864+ migration (LP: 1763468).
865+ - SECURITY UPDATE: out-of-bounds access during migration via ps2
866+ CVE-2017-16845
867+ - SECURITY UPDATE: arbitrary code execution via load_multiboot
868+ CVE-2018-7550
869+ - SECURITY UPDATE: denial of service in Cirrus CLGD 54xx VGA
870+ CVE-2018-7858
871+
872+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 21 Jun 2018 14:24:06 +0200
873+
874 qemu (1:2.12+dfsg-3) unstable; urgency=medium
875
876 * make qemu-system-foo depending
877@@ -343,6 +1166,239 @@ qemu (1:2.12~rc3+dfsg-1) unstable; urgency=medium
878
879 -- Michael Tokarev <mjt@tls.msk.ru> Thu, 12 Apr 2018 19:04:03 +0300
880
881+qemu (1:2.11+dfsg-1ubuntu11) cosmic; urgency=medium
882+
883+ * d/p/ubuntu/machine-type-hpb.patch: add -hpb machine type
884+ for host-phys-bits=true (LP: #1776189)
885+ - add an info about this change in debian/qemu-system-x86.NEWS
886+
887+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 12 Jun 2018 09:01:00 +0200
888+
889+qemu (1:2.11+dfsg-1ubuntu10) cosmic; urgency=medium
890+
891+ * SECURITY UPDATE: Speculative Store Bypass
892+ - debian/patches/ubuntu/CVE-2018-3639/0001*.patch: define the 'ssbd'
893+ CPUID feature bit in target/i386/cpu.*.
894+ - debian/patches/ubuntu/CVE-2018-3639/0002*.patch: define the AMD
895+ 'virt-ssbd' CPUID feature bit in target/i386/cpu.c.
896+ - debian/patches/ubuntu/CVE-2018-3639/0003*.patch: define the Virt SSBD
897+ MSR and handling of it in target/i386/cpu.h, target/i386/kvm.c,
898+ target/i386/machine.c.
899+ - CVE-2018-3639
900+
901+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 22 May 2018 09:34:52 -0400
902+
903+qemu (1:2.11+dfsg-1ubuntu9) cosmic; urgency=medium
904+
905+ * SECURITY UPDATE: out-of-bounds access during migration via ps2
906+ - debian/patches/ubuntu/CVE-2017-16845.patch: check PS2Queue pointers
907+ in post_load routine in hw/input/ps2.c.
908+ - CVE-2017-16845
909+ * SECURITY UPDATE: arbitrary code execution via load_multiboot
910+ - debian/patches/ubuntu/CVE-2018-7550.patch: handle bss_end_addr being
911+ zero in hw/i386/multiboot.c.
912+ - CVE-2018-7550
913+ * SECURITY UPDATE: denial of service in Cirrus CLGD 54xx VGA
914+ - debian/patches/ubuntu/CVE-2018-7858.patch: fix region calculation in
915+ hw/display/vga.c.
916+ - CVE-2018-7858
917+
918+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 16 May 2018 14:14:20 -0400
919+
920+qemu (1:2.11+dfsg-1ubuntu8) cosmic; urgency=medium
921+
922+ * No-change rebuild for ncurses soname changes.
923+
924+ -- Matthias Klose <doko@ubuntu.com> Thu, 03 May 2018 14:18:39 +0000
925+
926+qemu (1:2.11+dfsg-1ubuntu7) bionic; urgency=medium
927+
928+ * d/p/ubuntu/lp-1762854-*: fix issue with SCSI-2 devices denying Protection
929+ information (LP: #1762854).
930+ * d/p/ubuntu/lp-1763468-*: fix VSMT handling to fix ppc64el P8/P9 migration
931+ (LP: #1763468).
932+
933+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 11 Apr 2018 07:46:18 +0200
934+
935+qemu (1:2.11+dfsg-1ubuntu6) bionic; urgency=medium
936+
937+ * Remove LP: 1752026 changes to d/p/ubuntu/define-ubuntu-machine-types.patch.
938+ The Kernel fixes are preferred and already committed to the kernel.
939+ Therefore remove the default disabling of the HTM feature (LP: #1761175)
940+ * d/p/ubuntu/lp1739665-SSE-AVX-AVX512-cpu-features.patch: Enable new
941+ SSE/AVX/AVX512 cpu features (LP: #1739665)
942+ * d/p/ubuntu/lp1740219-continuous-space-commpage.patch: make Arm
943+ space+commpage continuous which avoids long startup times on
944+ qemu-user-static (LP: #1740219)
945+ * d/p/ubuntu/lp-1761372-*: provide pseries-bionic-2.11-sxxm type as
946+ convenience with all meltdown/spectre workarounds enabled by default.
947+ This is not the default type following upstream and x86 on that.
948+ (LP: #1761372).
949+ * d/p/ubuntu/lp-1704312-1-* provide means to manually handle filesystem-dax
950+ with pmem by backporting align and unarmed options (LP: #1704312).
951+ * d/p/ubuntu/lp-1762315-slirp-Add-domainname.patch: slirp: Add domainname
952+ option to slirp's DHCP server (LP: #1762315)
953+
954+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 04 Apr 2018 15:16:07 +0200
955+
956+qemu (1:2.11+dfsg-1ubuntu5) bionic; urgency=medium
957+
958+ * Revert the slirp changes of 1:2.11+dfsg-1ubuntu3 until they are upstream
959+ accepted to be better long term maintainable (LP: #1753938)
960+
961+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 22 Mar 2018 10:31:23 +0100
962+
963+qemu (1:2.11+dfsg-1ubuntu4) bionic; urgency=medium
964+
965+ * d/p/ubuntu/define-ubuntu-machine-types.patch: Disable HTM feature for
966+ ppc64el in spapr to let the defaults not fail on Power9 HW (LP: #1752026).
967+ * d/p/ubuntu/lp1753826-memfd-fix-configure-test.patch: fix FTBFS with newer
968+ versions of glibc >=2.27 (LP: #1753826)
969+
970+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 05 Mar 2018 16:43:01 +0100
971+
972+qemu (1:2.11+dfsg-1ubuntu3) bionic; urgency=medium
973+
974+ * d/p/ubuntu/0001-slirp-Add-domainname-option-to-slirp-s-DHCP-server.patch,
975+ d/p/ubuntu/0002-slirp-Add-classless-static-routes-support-to-DHCP-se.patch:
976+ Add domainname option and classless static routes support to the user
977+ networking's DHCP server
978+
979+ -- Benjamin Drung <benjamin.drung@profitbricks.com> Fri, 02 Mar 2018 21:08:54 +0100
980+
981+qemu (1:2.11+dfsg-1ubuntu2) bionic; urgency=medium
982+
983+ * d/p/ubuntu/qemu-stable-2.11.1.patch: add stable release
984+ - among other fixes this adds code to:
985+ - mitigate the Spectre/Meltdown attacks (LP: #1744882) (CVE-2017-5715)
986+ However, enabling this functionality requires additional configuration
987+ beyond just updating QEMU. Also migrations need special consideration.
988+ Details about that can be found at:
989+ https://www.qemu.org/2018/02/14/qemu-2-11-1-and-spectre-update/
990+ - Power9 allocation of max 8 threads per core (LP: #1750526)
991+ * Drop changes that are part of the upstream stable release
992+ - d/p/ubuntu/linux-headers-update-to-4.15-rc1.patch
993+ - d/p/ubuntu/linux-headers-update-4.15-rc9.patch
994+ - d/p/ubuntu/lp1743560-s390x-kvm-Handle-bpb-feature.patch
995+ - d/p/ubuntu/lp1743560-s390x-kvm-provide-stfle.81.patch
996+ * d/p/ubuntu/define-ubuntu-machine-types.patch: refresh to match stable update
997+ * d/p/ubuntu/pre-bionic-256k-ipxe-efi-roms.patch: unify to only change the
998+ common compat.h header and add some extra info in the patch header.
999+
1000+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 19 Feb 2018 11:03:11 +0100
1001+
1002+qemu (1:2.11+dfsg-1ubuntu1) bionic; urgency=medium
1003+
1004+ * Merge with Debian testing, among other fixes this includes
1005+ - fix fatal error on negative maxcpus (LP: #1722495)
1006+ - fix segfault on dump-guest-memory on guests without memory (LP: #1723381)
1007+ - linux user threading issues (LP: #1350435)
1008+ - TOD-Clock Epoch Extension Support on s390x (LP: #1732691)
1009+ Remaining changes:
1010+ - qemu-kvm to systemd unit
1011+ - d/qemu-kvm-init: script for QEMU KVM preparation modules, ksm,
1012+ hugepages and architecture specifics
1013+ - d/qemu-kvm.service: systemd unit to call qemu-kvm-init
1014+ - d/qemu-system-common.install: install systemd unit and helper script
1015+ - d/qemu-system-common.maintscript: clean old sysv and upstart scripts
1016+ - d/qemu-system-common.qemu-kvm.default: defaults for
1017+ /etc/default/qemu-kvm
1018+ - d/rules: install /etc/default/qemu-kvm
1019+ - Enable nesting by default
1020+ - set nested=1 module option on intel. (is default on amd)
1021+ - re-load kvm_intel.ko if it was loaded without nested=1
1022+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: expose nested kvm by default
1023+ in qemu64 cpu type.
1024+ - d/p/ubuntu/enable-svm-by-default.patch: Enable nested svm by default
1025+ in qemu64 on amd
1026+ - libvirt/qemu user/group support
1027+ - qemu-system-common.postinst: remove acl placed by udev, and add udevadm
1028+ trigger.
1029+ - qemu-system-common.preinst: add kvm group if needed
1030+ - Distribution specific machine type
1031+ - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
1032+ types to ease future live vm migration.
1033+ - d/qemu-system-x86.NEWS Info on fixed machine type definitions
1034+ - improved dependencies
1035+ - Make qemu-system-common depend on qemu-block-extra
1036+ - Make qemu-utils depend on qemu-block-extra
1037+ - let qemu-utils recommend sharutils
1038+ - s390x support
1039+ - Create qemu-system-s390x package
1040+ - Include s390-ccw.img firmware
1041+ - Enable numa support for s390x
1042+ - ppc64[le] support
1043+ - d/qemu-system-ppc.links provide usr/bin/qemu-system-ppc64le symlink
1044+ - arch aware kvm wrappers
1045+ * Added Changes
1046+ - update VCS-git to match the bionic branch
1047+ - sdl2 is yet too unstable for the LTS Ubuntu release given the reports
1048+ we still see upstream and in Debian - furthermore sdl2 isn't in main yet,
1049+ so we revert related changes to stick with the proven for now:
1050+ - 0fd25810 - do not build-depend on libx11-dev (libsdl2-dev already
1051+ depends on it)
1052+ - 9594f820 - switch from sdl1.2 to sdl2 (#870025)
1053+ - d/qemu-system-x86.README.Debian: document intention of nested being
1054+ default is comfort, not full support
1055+ - update Ubuntu machine types for qemu 2.11
1056+ - qemu-guest-agent: freeze-hook fixes (LP: #1484990)
1057+ - d/p/guest-agent-freeze-hook-skip-dpkg-artifacts.patch
1058+ - d/qemu-guest-agent.install: provide /etc/qemu/fsfreeze-hook
1059+ - d/qemu-guest-agent.dirs: provide /etc/qemu/fsfreeze-hook.d
1060+ - Create and install pxe netboot images for KVM s390x (LP: #1732094)
1061+ - d/rules enable install s390x-netboot.img
1062+ - debian/patches/ubuntu/partial-SLOF-for-s390x-netboot-compilation.patch
1063+ - d/control-in: enable RDMA support in qemu (LP: #1692476)
1064+ - on s390x provide facility bits 81 (ppa15) and 82 (bpb) (LP: #1743560)
1065+ - d/p/ubuntu/linux-headers-update-to-4.15-rc1.patch
1066+ - d/p/ubuntu/linux-headers-update-4.15-rc9.patch
1067+ - d/p/ubuntu/lp1743560-s390x-kvm-Handle-bpb-feature.patch
1068+ - d/p/ubuntu/lp1743560-s390x-kvm-provide-stfle.81.patch
1069+ - tolerate ipxe size change on migrations to >=18.04 (LP: #1713490)
1070+ - d/p/ubuntu/pre-bionic-256k-ipxe-efi-roms.patch: old machine types
1071+ reference 256k path
1072+ - d/control: depend on ipxe-qemu-256k-compat-efi-roms to be able to
1073+ handle incoming migrations from former releases.
1074+ - d/control-in: enable seccomp on s390x
1075+ * Dropped changes (no more needed):
1076+ - Dropped VHOST_NET_ENABLED and KVM_HUGEPAGES from /etc/default/qemu-kvm
1077+ The functionality is retained for upgraders, but is deprecated.
1078+ Post 18.04 the implementation for these configurations will be removed.
1079+ * Dropped changes (in Debian now):
1080+ - ppc64[le] support
1081+ - Enable seccomp for ppc64el
1082+ - bump libseccomp-dev dependency, 2.3 is the minimum for ppc64
1083+ - disable missing x32 architecture
1084+ - d/rules: or32 is now named or1k (since 4a09d0bb)
1085+ - d/qemu-system-common.docs: new paths since (ac06724a)
1086+ - d/qemu-system-common.install: qmp-commands.txt removed, but replaced
1087+ by qapi-schema.json which is already packaged (since 4d8bb958)
1088+ - d/p/02_kfreebsd.patch: utimensat is no more optional upstream (Update
1089+ to Debian patch to match qemu 2.10)
1090+ - d/qemu-system-common.docs: adapt new path of live-block-operations.rst
1091+ since 8508eee7
1092+ - d/qemu-system-common.docs: adapt q35 config paths since 9ca019c1
1093+ - make nios2/hppa not installed explicitly until further stablized
1094+ - d/qemu-guest-agent.install: add the new guest agent reference man page
1095+ qemu-ga-ref
1096+ - d/qemu-system-common.install: add the now generated qapi/qmp reference
1097+ along the qapi intro
1098+ - d/not-installed: ignore further generated (since 56e8bdd4) files in
1099+ dh_missing that are already provided in other formats qemu-doc,
1100+ qemu-qmp-ref,qemu-ga-ref
1101+ * Dropped changes (integrated upstream):
1102+ - d/p/detect-ITS-and-skip-usage-on-older-kernel.patch to avoid crashes
1103+ on arm64 when doing suspend/resume and reboots due to older kernels not
1104+ supporting ITS (LP 1731051).
1105+ - Apply linux-user-return-EINVAL-from-prctl-PR_-_SECCOMP.patch from
1106+ James Cowgill to prevent qemu-user from forwarding prctl seccomp
1107+ calls (LP 1726394)
1108+ - update to upstream 2.10.1 point release (LP 1722808)
1109+
1110+
1111+
1112+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 22 Jan 2018 14:35:18 +0100
1113+
1114 qemu (1:2.11+dfsg-1) unstable; urgency=medium
1115
1116 [ Michael Tokarev ]
1117@@ -457,6 +1513,238 @@ qemu (1:2.10.0-1) unstable; urgency=medium
1118
1119 -- Michael Tokarev <mjt@tls.msk.ru> Sat, 23 Sep 2017 16:47:02 +0300
1120
1121+qemu (1:2.10+dfsg-0ubuntu5) bionic; urgency=medium
1122+
1123+ * d/p/detect-ITS-and-skip-usage-on-older-kernel.patch to avoid crashes
1124+ on arm64 when doing suspend/resume and reboots due to older kernels not
1125+ supporting ITS (LP: #1731051).
1126+
1127+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 14 Nov 2017 08:30:29 +0100
1128+
1129+qemu (1:2.10+dfsg-0ubuntu4) bionic; urgency=medium
1130+
1131+ * Apply linux-user-return-EINVAL-from-prctl-PR_-_SECCOMP.patch from
1132+ James Cowgill to prevent qemu-user from forwarding prctl seccomp
1133+ calls (LP: #1726394)
1134+
1135+ -- Julian Andres Klode <juliank@ubuntu.com> Sat, 04 Nov 2017 00:21:14 +0100
1136+
1137+qemu (1:2.10+dfsg-0ubuntu3) artful; urgency=medium
1138+
1139+ * fix enablement of qemu-kvm service (LP: #1720397)
1140+ - rename d/qemu-kvm.service to d/qemu-system-common.qemu-kvm.service
1141+ - d/rules: add proper enablement debhelper calls
1142+ - d/qemu-system-common.install: install covered by dh_installinit
1143+
1144+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 16 Oct 2017 11:28:39 +0200
1145+
1146+qemu (1:2.10+dfsg-0ubuntu2) artful; urgency=medium
1147+
1148+ * update to upstream 2.10.1 point release (LP: #1722808)
1149+
1150+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 11 Oct 2017 15:33:40 +0200
1151+
1152+qemu (1:2.10+dfsg-0ubuntu1) artful; urgency=medium
1153+
1154+ * Merge with Upstream 2.10.0 to pick up final fixes of the 2.10 release
1155+ Remaining changes:
1156+ - qemu-kvm to systemd unit
1157+ - d/qemu-kvm-init: script for QEMU KVM preparation modules, ksm,
1158+ hugepages and architecture specifics
1159+ - d/qemu-kvm.service: systemd unit to call qemu-kvm-init
1160+ - d/qemu-system-common.install: install systemd unit and helper script
1161+ - d/qemu-system-common.maintscript: clean old sysv and upstart scripts
1162+ - d/qemu-system-common.qemu-kvm.default: defaults for
1163+ /etc/default/qemu-kvm
1164+ - d/rules: install /etc/default/qemu-kvm
1165+ - Enable nesting by default
1166+ - set nested=1 module option on intel. (is default on amd)
1167+ - re-load kvm_intel.ko if it was loaded without nested=1
1168+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: expose nested kvm by default
1169+ in qemu64 cpu type.
1170+ - d/p/ubuntu/enable-svm-by-default.patch: Enable nested svm by default
1171+ in qemu64 on amd
1172+ - libvirt/qemu user/group support
1173+ - qemu-system-common.postinst: remove acl placed by udev, and add udevadm
1174+ trigger.
1175+ - qemu-system-common.preinst: add kvm group if needed
1176+ - Distribution specific machine type
1177+ - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
1178+ types to ease future live vm migration.
1179+ - d/qemu-system-x86.NEWS Info on fixed machine type definitions
1180+ - improved dependencies
1181+ - Make qemu-system-common depend on qemu-block-extra
1182+ - Make qemu-utils depend on qemu-block-extra
1183+ - let qemu-utils recommend sharutils
1184+ - s390x support
1185+ - Create qemu-system-s390x package
1186+ - Include s390-ccw.img firmware
1187+ - Enable numa support for s390x
1188+ - ppc64[le] support
1189+ - d/qemu-system-ppc.links provide usr/bin/qemu-system-ppc64le symlink
1190+ - Enable seccomp for ppc64el
1191+ - bump libseccomp-dev dependency, 2.3 is the minimum for ppc64
1192+ - arch aware kvm wrappers
1193+ - update VCS-git to match the Artful branch
1194+ - disable missing x32 architecture
1195+ - d/rules: or32 is now named or1k (since 4a09d0bb)
1196+ - d/qemu-system-common.docs: new paths since (ac06724a)
1197+ - d/qemu-system-common.install: qmp-commands.txt removed, but replaced
1198+ by qapi-schema.json which is already packaged (since 4d8bb958)
1199+ - d/p/02_kfreebsd.patch: utimensat is no more optional upstream (Update
1200+ to Debian patch to match qemu 2.10)
1201+ - s390x package now builds correctly on all architectures (LP 1710695)
1202+ - d/qemu-system-common.docs: adapt new path of live-block-operations.rst
1203+ since 8508eee7
1204+ - d/qemu-system-common.docs: adapt q35 config paths since 9ca019c1
1205+ - make nios2/hppa not installed explicitly until further stablized
1206+ - d/qemu-guest-agent.install: add the new guest agent reference man page
1207+ qemu-ga-ref
1208+ - d/qemu-system-common.install: add the now generated qapi/qmp reference
1209+ along the qapi intro
1210+ - d/not-installed: ignore further generated (since 56e8bdd4) files in
1211+ dh_missing that are already provided in other formats qemu-doc,
1212+ qemu-qmp-ref,qemu-ga-ref
1213+
1214+
1215+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 05 Sep 2017 08:31:26 +0200
1216+
1217+qemu (1:2.10~rc4+dfsg-0ubuntu1) artful; urgency=medium
1218+
1219+ * Merge with Upstream 2.10-rc4; This fixes a migration issue (LP: #1711602);
1220+ Remaining changes:
1221+ - qemu-kvm to systemd unit
1222+ - d/qemu-kvm-init: script for QEMU KVM preparation modules, ksm,
1223+ hugepages and architecture specifics
1224+ - d/qemu-kvm.service: systemd unit to call qemu-kvm-init
1225+ - d/qemu-system-common.install: install systemd unit and helper script
1226+ - d/qemu-system-common.maintscript: clean old sysv and upstart scripts
1227+ - d/qemu-system-common.qemu-kvm.default: defaults for
1228+ /etc/default/qemu-kvm
1229+ - d/rules: install /etc/default/qemu-kvm
1230+ - Enable nesting by default
1231+ - set nested=1 module option on intel. (is default on amd)
1232+ - re-load kvm_intel.ko if it was loaded without nested=1
1233+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: expose nested kvm by default
1234+ in qemu64 cpu type.
1235+ - d/p/ubuntu/enable-svm-by-default.patch: Enable nested svm by default
1236+ in qemu64 on amd
1237+ - libvirt/qemu user/group support
1238+ - qemu-system-common.postinst: remove acl placed by udev, and add udevadm
1239+ trigger.
1240+ - qemu-system-common.preinst: add kvm group if needed
1241+ - Distribution specific machine type
1242+ - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
1243+ types to ease future live vm migration.
1244+ - d/qemu-system-x86.NEWS Info on fixed machine type definitions
1245+ - improved dependencies
1246+ - Make qemu-system-common depend on qemu-block-extra
1247+ - Make qemu-utils depend on qemu-block-extra
1248+ - let qemu-utils recommend sharutils
1249+ - s390x support
1250+ - Create qemu-system-s390x package
1251+ - Include s390-ccw.img firmware
1252+ - Enable numa support for s390x
1253+ - ppc64[le] support
1254+ - d/qemu-system-ppc.links provide usr/bin/qemu-system-ppc64le symlink
1255+ - Enable seccomp for ppc64el
1256+ - bump libseccomp-dev dependency, 2.3 is the minimum for ppc64
1257+ - arch aware kvm wrappers
1258+ - update VCS-git to match the Artful branch
1259+ - disable missing x32 architecture
1260+ - d/rules: or32 is now named or1k (since 4a09d0bb)
1261+ - d/qemu-system-common.docs: new paths since (ac06724a)
1262+ - d/qemu-system-common.install: qmp-commands.txt removed, but replaced
1263+ by qapi-schema.json which is already packaged (since 4d8bb958)
1264+ - d/p/02_kfreebsd.patch: utimensat is no more optional upstream (Update
1265+ to Debian patch to match qemu 2.10)
1266+ - s390x package now builds correctly on all architectures (LP 1710695)
1267+ * Added changes:
1268+ - d/qemu-system-common.docs: adapt new path of live-block-operations.rst
1269+ since 8508eee7
1270+ - d/qemu-system-common.docs: adapt q35 config paths since 9ca019c1
1271+ - make nios2/hppa not installed explicitly until further stablized
1272+ - d/qemu-guest-agent.install: add the new guest agent reference man page
1273+ qemu-ga-ref
1274+ - d/qemu-system-common.install: add the now generated qapi/qmp reference
1275+ along the qapi intro
1276+ - d/not-installed: ignore further generated (since 56e8bdd4) files in
1277+ dh_missing that are already provided in other formats qemu-doc,
1278+ qemu-qmp-ref,qemu-ga-ref
1279+ - d/p/ubuntu/define-ubuntu-machine-types.patch: update to match new
1280+ changes in 2.10-rc4
1281+
1282+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 25 Aug 2017 07:49:30 +0200
1283+
1284+qemu (1:2.10~rc3+dfsg-0ubuntu1) artful; urgency=medium
1285+
1286+ * Merge with Debian unstable (2.8) and Upstream 2.10-rci3; This fixes
1287+ a set of bugs
1288+ - [FFE] Qemu 2.10 in Artful (LP: #1699968)
1289+ - CPU hot unplug fails after migrating a CPU hotplugged guest
1290+ from source (LP: #1677552)
1291+ - [Feature] KNL/KNM: Numa Distance on KVM(LP: #1647902)
1292+ - New KVM 288 Pass Through (LP: #1672447)
1293+ - aarch64: MSI is not supported by interrupt controller (LP: #1706630)
1294+ * Remaining changes:
1295+ - qemu-kvm to systemd unit
1296+ - d/qemu-kvm-init: script for QEMU KVM preparation modules, ksm,
1297+ hugepages and architecture specifics
1298+ - d/qemu-kvm.service: systemd unit to call qemu-kvm-init
1299+ - d/qemu-system-common.install: install systemd unit and helper script
1300+ - d/qemu-system-common.maintscript: clean old sysv and upstart scripts
1301+ - d/qemu-system-common.qemu-kvm.default: defaults for
1302+ /etc/default/qemu-kvm
1303+ - d/rules: install /etc/default/qemu-kvm
1304+ - Enable nesting by default
1305+ - set nested=1 module option on intel. (is default on amd)
1306+ - re-load kvm_intel.ko if it was loaded without nested=1
1307+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: expose nested kvm by default
1308+ in qemu64 cpu type.
1309+ - d/p/ubuntu/enable-svm-by-default.patch: Enable nested svm by default
1310+ in qemu64 on amd
1311+ - libvirt/qemu user/group support
1312+ - qemu-system-common.postinst: remove acl placed by udev, and add udevadm
1313+ trigger.
1314+ - qemu-system-common.preinst: add kvm group if needed
1315+ - Distribution specific machine type
1316+ - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
1317+ types to ease future live vm migration.
1318+ - d/qemu-system-x86.NEWS Info on fixed machine type definitions
1319+ - improved dependencies
1320+ - Make qemu-system-common depend on qemu-block-extra
1321+ - Make qemu-utils depend on qemu-block-extra
1322+ - let qemu-utils recommend sharutils
1323+ - s390x support
1324+ - Create qemu-system-s390x package
1325+ - Include s390-ccw.img firmware
1326+ - Enable numa support for s390x
1327+ - ppc64[le] support
1328+ - d/qemu-system-ppc.links provide usr/bin/qemu-system-ppc64le symlink
1329+ - Enable seccomp for ppc64el
1330+ - bump libseccomp-dev dependency, 2.3 is the minimum for ppc64
1331+ - arch aware kvm wrappers
1332+ - disable missing x32 architecture
1333+ - update VCS links
1334+ * Added changes
1335+ - d/rules: or32 is now named or1k (since 4a09d0bb)
1336+ - d/qemu-system-common.docs: new paths since (ac06724a)
1337+ - d/qemu-system-common.install: qmp-commands.txt removed, but replaced
1338+ by qapi-schema.json which is already packaged (since 4d8bb958)
1339+ - Updates in debian/patches to match qemu 2.10
1340+ - d/p/02_kfreebsd.patch: utimensat is no more optional upstream
1341+ - d/p/ubuntu/enable-svm-by-default.patch: target-i386 -> target/i386
1342+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: target-i386 -> target/i386
1343+ - d/p/ubuntu/define-ubuntu-machine-types.patch: new 2.10 ubuntu types
1344+ - update VCS-git to match the Artful branch
1345+ - s390x package now builds correctly on all architectures (LP: #1710695)
1346+ * Dropped changes (integrated upstream):
1347+ - d/p/ubuntu/spapr-pci-populate-PCI-DT-in-reverse-order.patch: backport
1348+ "spapr/pci: populate PCI DT in reverse order" (LP 1670481).
1349+ - All CVE fixes formerly applied are upstream and thereby dropped.
1350+
1351+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 08 Aug 2017 16:59:19 +0200
1352+
1353 qemu (1:2.8+dfsg-7) unstable; urgency=medium
1354
1355 * uploading to unstable all fixes which went to stretch-security
1356@@ -566,6 +1854,179 @@ qemu (1:2.8+dfsg-4) unstable; urgency=high
1357
1358 -- Michael Tokarev <mjt@tls.msk.ru> Mon, 03 Apr 2017 16:28:49 +0300
1359
1360+qemu (1:2.8+dfsg-3ubuntu4) artful; urgency=medium
1361+
1362+ * debian/rules: fix installation of /etc/default/qemu-kvm (LP: #1692530)
1363+ This was inadvertently dropped on 2.8 merge.
1364+
1365+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 22 May 2017 15:45:58 +0200
1366+
1367+qemu (1:2.8+dfsg-3ubuntu3) artful; urgency=medium
1368+
1369+ * SECURITY UPDATE: denial of service via leak in virtFS
1370+ - debian/patches/CVE-2017-7377.patch: fix file descriptor leak in
1371+ hw/9pfs/9p.c.
1372+ - CVE-2017-7377
1373+ * SECURITY UPDATE: denial of service in cirrus_vga
1374+ - debian/patches/CVE-2017-7718.patch: check parameters in
1375+ hw/display/cirrus_vga_rop.h.
1376+ - CVE-2017-7718
1377+ * SECURITY UPDATE: code execution via cirrus_vga OOB r/w
1378+ - debian/patches/CVE-2017-7980-1.patch: handle negative pitch in
1379+ hw/display/cirrus_vga.c.
1380+ - debian/patches/CVE-2017-7980-2.patch: allow zero source pitch in
1381+ hw/display/cirrus_vga.c.
1382+ - debian/patches/CVE-2017-7980-3.patch: fix blit address mask handling
1383+ in hw/display/cirrus_vga.c.
1384+ - debian/patches/CVE-2017-7980-4.patch: fix patterncopy checks in
1385+ hw/display/cirrus_vga.c.
1386+ - debian/patches/CVE-2017-7980-5.patch: revert allow zero source pitch
1387+ in hw/display/cirrus_vga.c.
1388+ - debian/patches/CVE-2017-7980-6.patch: stop passing around dst
1389+ pointers in hw/display/cirrus_vga.c, hw/display/cirrus_vga_rop.h,
1390+ hw/display/cirrus_vga_rop2.h.
1391+ - debian/patches/CVE-2017-7980-7.patch: stop passing around src
1392+ pointers in hw/display/cirrus_vga.c, hw/display/cirrus_vga_rop.h,
1393+ hw/display/cirrus_vga_rop2.h.
1394+ - debian/patches/CVE-2017-7980-8.patch: fix off-by-one in
1395+ hw/display/cirrus_vga_rop.h.
1396+ - debian/patches/CVE-2017-7980-9.patch: fix cirrus_invalidate_region in
1397+ hw/display/cirrus_vga.c.
1398+ - CVE-2017-7980
1399+ * SECURITY UPDATE: denial of service via memory leak in virtFS
1400+ - debian/patches/CVE-2017-8086.patch: fix leak in hw/9pfs/9p-xattr.c.
1401+ - CVE-2017-8086
1402+ * SECURITY UPDATE: denial of service via leak in audio
1403+ - debian/patches/CVE-2017-8309.patch: release capture buffers in
1404+ audio/audio.c.
1405+ - CVE-2017-8309
1406+ * SECURITY UPDATE: denial of service via leak in keyboard
1407+ - debian/patches/CVE-2017-8379-1.patch: limit kbd queue depth in
1408+ ui/input.c.
1409+ - debian/patches/CVE-2017-8379-2.patch: don't queue delay if paused in
1410+ ui/input.c.
1411+ - CVE-2017-8379
1412+
1413+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 18 May 2017 09:20:54 -0400
1414+
1415+qemu (1:2.8+dfsg-3ubuntu2.1) zesty-security; urgency=medium
1416+
1417+ * SECURITY UPDATE: DoS in virtio GPU device
1418+ - debian/patches/CVE-2016-10028.patch: check virgl capabilities
1419+ max_size in hw/display/virtio-gpu-3d.c.
1420+ - CVE-2016-10028
1421+ * SECURITY UPDATE: DoS in JAZZ RC4030 chipset emulation
1422+ - debian/patches/CVE-2016-8667.patch: limit interval timer reload value
1423+ in hw/dma/rc4030.c.
1424+ - CVE-2016-8667
1425+ * SECURITY UPDATE: host filesystem access via virtFS
1426+ - debian/patches/CVE-2016-9602.patch: don't follow symlinks in
1427+ hw/9pfs/*.
1428+ - CVE-2016-9602
1429+ * SECURITY UPDATE: arbitrary code execution via Cirrus VGA
1430+ - debian/patches/CVE-2016-9603.patch: remove bitblit support from
1431+ console code in hw/display/cirrus_vga.c, include/ui/console.h,
1432+ ui/console.c, ui/vnc.c.
1433+ - CVE-2016-9603
1434+ * SECURITY UPDATE: information leak in virtio GPU device
1435+ - debian/patches/CVE-2016-9908.patch: properly clear out memory in
1436+ hw/display/virtio-gpu-3d.c.
1437+ - CVE-2016-9908
1438+ * SECURITY UPDATE: DoS via memory leak in virtio GPU device
1439+ - debian/patches/CVE-2016-9912.patch: properly free memory in
1440+ hw/display/virtio-gpu.c.
1441+ - CVE-2016-9912
1442+ * SECURITY UPDATE: DoS via virtFS
1443+ - debian/patches/CVE-2016-9914.patch: add cleanup operations to
1444+ fsdev/file-op-9p.h, hw/9pfs/9p.c.
1445+ - CVE-2016-9914
1446+ * SECURITY UPDATE: DoS via memory leak in virtio GPU device
1447+ - debian/patches/CVE-2017-5552.patch: check return value in
1448+ hw/display/virtio-gpu-3d.c.
1449+ - CVE-2017-5552
1450+ * SECURITY UPDATE: DoS via memory leak in virtio GPU device
1451+ - debian/patches/CVE-2017-5578.patch: check res->iov in
1452+ hw/display/virtio-gpu.c.
1453+ - CVE-2017-5578
1454+ * SECURITY UPDATE: DoS via infinite loop in SDHCI device emulation
1455+ - debian/patches/CVE-2017-5987-*.patch: fix transfer mode register
1456+ handling in hw/sd/sdhci.c.
1457+ - CVE-2017-5987
1458+ * SECURITY UPDATE: DoS via infinite loop in USB OHCI emulation
1459+ - debian/patches/CVE-2017-6505.patch: limit the number of link eds in
1460+ hw/usb/hcd-ohci.c.
1461+ - CVE-2017-6505
1462+
1463+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 24 Apr 2017 07:30:11 -0400
1464+
1465+qemu (1:2.8+dfsg-3ubuntu2) zesty; urgency=medium
1466+
1467+ * d/p/ubuntu/spapr-pci-populate-PCI-DT-in-reverse-order.patch: backport
1468+ "spapr/pci: populate PCI DT in reverse order" (LP: #1670481).
1469+
1470+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 07 Mar 2017 09:23:08 +0100
1471+
1472+qemu (1:2.8+dfsg-3ubuntu1) zesty; urgency=medium
1473+
1474+ * Merge with Debian;
1475+ This fixes several CVEs that were reported against qemu 2.8 and also
1476+ includes a few important functional backports (LP: #1667033); remaining
1477+ changes:
1478+ - add qemu-kvm init script and defaults file
1479+ (d/qemu-system-common.qemu-kvm.*)
1480+ - d/rules, d/qemu-kvm-init: add and install script loading kvm
1481+ modules and handling /etc/default/qemu-kvm
1482+ - qemu-system-common.preinst: add kvm group if needed
1483+ - Enable nesting by default on intel.
1484+ - set default module option
1485+ - re-load kvm_intel.ko if it was loaded without nested=1
1486+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by
1487+ default in qemu64 cpu type.
1488+ - Enable svm by default for qemu64 on amd
1489+ - d/p/ubuntu/define-ubuntu-machine-types.patch, d/qemu-system-x86.NEWS:
1490+ define distro machine types to ease future live vm migration (includes
1491+ all former follow up fixes).
1492+ - Make qemu-system-common depend on qemu-block-extra
1493+ - Make qemu-utils depend on qemu-block-extra
1494+ - s390x support
1495+ - Create qemu-system-s390x package
1496+ - Include s390-ccw.img firmware
1497+ - qemu-system-common.postinst:
1498+ - change acl placed by udev, and add udevadm trigger.
1499+ - d/qemu-kvm-init, d/kvm.powerpc, d/control-in: check SMT on ppc64el
1500+ - Several changes were applied but missing in the changelog so far
1501+ - d/qemu-system-ppc.links provide usr/bin/qemu-system-ppc64le symlink
1502+ - arch aware kvm wrapper
1503+ - update VCS links
1504+ - let qemu-utils recommend sharutils
1505+ - disable x32 architecture
1506+ - Enable seccomp for ppc64el
1507+ - Enable numa support for s390x
1508+ - d/qemu-system-common.qemu-kvm.init: fix lintian error type
1509+ init.d-script-missing-dependency-on-remote_fs
1510+ - d/qemu-system-common.postinst: fix lintian error type
1511+ command-with-path-in-maintainer-script
1512+ - Transition qemu-kvm to a systemd unit
1513+ - d/qemu-kvm-init, d/kvm.powerpc ppc64el SMT check avoid unwanted output
1514+ - d/qemu-kvm-init, d/kvm.powerpc ppc64el SMT check keep output local so
1515+ that it shows up where the user expects (sytemctl status, kvm stdout)
1516+ - d/qemu-kvm-init ppc64el warn on expected second level kvm-hv load failure
1517+ - add arch aware kvm wrapper for s390x
1518+ * Dropped Changes (in Debian now):
1519+ - d/p/ubuntu/ctrl-a-b-fix-fb5e19d2.patch: char: fix ctrl-a b not working
1520+ - d/control-in: change dependencies for fix of wrong acl for newly
1521+ created device node on ubuntu
1522+ - have qemu-system-arm suggest: qemu-efi; this should be a stronger
1523+ relationship, but qemu-efi is still in universe right now.
1524+ - Disable glusterfs (Universe dependency)
1525+ - no more skip disable libiscsi on Ubuntu
1526+ - d/rules, d/control-in: avoid people editing d/control
1527+ * Added Changes:
1528+ - d/control: bump libseccomp-dev dependency as enabling libseccomp for
1529+ power makes 2.3 the minimum level.
1530+
1531+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 01 Mar 2017 14:23:16 +0100
1532+
1533 qemu (1:2.8+dfsg-3) unstable; urgency=high
1534
1535 * urgency high due to security fixes
1536@@ -626,6 +2087,90 @@ qemu (1:2.8+dfsg-3) unstable; urgency=high
1537
1538 -- Michael Tokarev <mjt@tls.msk.ru> Tue, 28 Feb 2017 11:40:18 +0300
1539
1540+qemu (1:2.8+dfsg-2ubuntu1) zesty; urgency=medium
1541+
1542+ * Merge with Debian; remaining changes:
1543+ - add qemu-kvm init script and defaults file
1544+ (d/qemu-system-common.qemu-kvm.*)
1545+ - d/rules, d/qemu-kvm-init: add and install script loading kvm
1546+ modules and handling /etc/default/qemu-kvm
1547+ - qemu-system-common.preinst: add kvm group if needed
1548+ - Enable nesting by default on intel.
1549+ - set default module option
1550+ - re-load kvm_intel.ko if it was loaded without nested=1
1551+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by
1552+ default in qemu64 cpu type.
1553+ - Enable svm by default for qemu64 on amd
1554+ - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
1555+ types to ease future live vm migration.
1556+ - Make qemu-system-common depend on qemu-block-extra
1557+ - Make qemu-utils depend on qemu-block-extra
1558+ - s390x support
1559+ - Create qemu-system-s390x package
1560+ - Include s390-ccw.img firmware
1561+ - qemu-system-common.postinst:
1562+ - change acl placed by udev, and add udevadm trigger.
1563+ - d/control-in: change dependencies for fix of wrong acl for newly
1564+ created device node on ubuntu
1565+ - have qemu-system-arm suggest: qemu-efi; this should be a stronger
1566+ relationship, but qemu-efi is still in universe right now.
1567+ - d/qemu-kvm-init, d/kvm.powerpc, d/control-in: check SMT on ppc64el
1568+ - Several changes were applied but missing in the changelog so far
1569+ - d/qemu-system-ppc.links provide usr/bin/qemu-system-ppc64le symlink
1570+ - arch aware kvm wrapper
1571+ - update VCS links
1572+ - no more skip disable libiscsi on Ubuntu
1573+ - let qemu-utils recommend sharutils
1574+ - disable x32 architecture
1575+ * Dropped Changes:
1576+ - Several changes were applied but missing in the changelog so far
1577+ but are no more needed
1578+ - no pie for relocatable LD calls, with toolchain defaulting to
1579+ pie (fixed upstream)
1580+ - enable libnuma-dev (now in Debian)
1581+ - transition for moved init scripts (can be dropped after LTS
1582+ containing >=2.5 which is Xenial)
1583+ - --enable-seccomp related whitespace change (had no effect)
1584+ - apport hook for qemu source package (In Debian)
1585+ - add upstart script (d/qemu-system-common.qemu-kvm.upstart)
1586+ - d/qemu-system-x86.maintscript: transition off of
1587+ /etc/init.d/qemu-system-x86 (can be dropped after Xenial)
1588+ - Enable pie by default, on ubuntu/s390x. (Is the default since
1589+ >=Xenial, no cloud archive backport <=Xenial to consider)
1590+ - no pie for relocatable LD calls (fixed upstream in commit
1591+ 7ecf44a5)
1592+ - CVEs: CVE-2016-5403, CVE-2016-6351, CVE-2016-6490 (now Upstream)
1593+ - Revert fix for CVE-2016-5403, causes regression see USN-3047-2.
1594+ (Improved fix included by upstream)
1595+ - Enable GPU Passthru for ppc64le (is upstream in qemu 2.7)
1596+ - Fixed wrong migration blocker when vhost is used (is upstream in
1597+ qemu 2.8)
1598+ * Added Changes:
1599+ - d/rules, d/control-in: avoid people editing d/control by warning
1600+ header and non writable permissions
1601+ - fixed moving trusty machine type definition which made it
1602+ ambiguous (LP: #1641532)
1603+ - d/qemu-system-x86.NEWS describe the issue
1604+ - Enable seccomp for ppc64el (LP: #1644639)
1605+ - Enable numa support for s390x
1606+ - d/qemu-system-common.qemu-kvm.init: fix lintian error type
1607+ init.d-script-missing-dependency-on-remote_fs
1608+ - d/qemu-system-common.postinst: fix lintian error type
1609+ command-with-path-in-maintainer-script
1610+ - Transition qemu-kvm to a systemd unit
1611+ - Disable glusterfs (Universe dependency)
1612+ - d/qemu-kvm-init, d/kvm.powerpc ppc64el SMT check avoid unwanted output
1613+ - d/qemu-kvm-init, d/kvm.powerpc ppc64el SMT check keep output local so
1614+ that it shows up where the user expects (sytemctl status, kvm stdout)
1615+ - d/qemu-kvm-init ppc64el warn on expected second level kvm-hv load failure
1616+ - add arch aware kvm wrapper for s390x
1617+ - d/p/ubuntu/ctrl-a-b-fix-fb5e19d2.patch: char: fix ctrl-a b not working
1618+ - Enable DDW in Yakkety machine type because "Enable GPU Passthru for
1619+ ppc64le" was released as part of qemu 2.6 (can be dropped at 18.10,
1620+ merged in d/p/ubuntu/define-ubuntu-machine-types.patch)
1621+
1622+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 16 Jan 2017 16:27:11 +0100
1623+
1624 qemu (1:2.8+dfsg-2) unstable; urgency=medium
1625
1626 * Revert "update binfmt registration for mipsn32"
1627@@ -744,6 +2289,67 @@ qemu (1:2.7+dfsg-1) unstable; urgency=medium
1628
1629 -- Michael Tokarev <mjt@tls.msk.ru> Fri, 14 Oct 2016 13:31:40 +0300
1630
1631+qemu (1:2.6.1+dfsg-0ubuntu5) yakkety; urgency=medium
1632+
1633+ * No-change rebuild to compile against new libxen version.
1634+
1635+ -- Stefan Bader <stefan.bader@canonical.com> Fri, 30 Sep 2016 14:24:37 +0200
1636+
1637+qemu (1:2.6.1+dfsg-0ubuntu4) yakkety; urgency=medium
1638+
1639+ * retain older xenial machine type to avoid issues starting guests
1640+ created on xenial prior to the SRU for bug 1621042. In that regard the old
1641+ broken xenial machine type and the new fixed one have both to be considered
1642+ as valid LTS machine types (LP: #1626070).
1643+
1644+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 21 Sep 2016 14:57:09 +0200
1645+
1646+qemu (1:2.6.1+dfsg-0ubuntu3) yakkety; urgency=medium
1647+
1648+ * fix default ubuntu machine types. (LP: #1621042)
1649+ - add dep3 header to d/p/ubuntu/define-ubuntu-machine-types.patch
1650+ - remove double default and double ubuntu alias
1651+ - drop former devel releases utopic, vivid, wily
1652+ - add xenial and yakkety machine types
1653+ - add q35 based ubuntu machine type starting at xenial
1654+ - add ubuntu machine types on ppc64el and s390x starting at xenial
1655+
1656+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 19 Sep 2016 07:50:50 +0200
1657+
1658+qemu (1:2.6.1+dfsg-0ubuntu2) yakkety; urgency=medium
1659+
1660+ * Enable GPU Passthru for ppc64le (LP: #1541902)
1661+ - 0001-spapr-ensure-device-trees-are-always-associated-with.patch
1662+ - 0002-spapr_pci-Use-correct-DMA-LIOBN-when-composing-the-d.patch
1663+ - 0003-spapr_iommu-Finish-renaming-vfio_accel-to-need_vfio.patch
1664+ - 0004-spapr_iommu-Move-table-allocation-to-helpers.patch
1665+ - 0005-vmstate-Define-VARRAY-with-VMS_ALLOC.patch
1666+ - 0006-spapr_iommu-Introduce-enabled-state-for-TCE-table.patch
1667+ - 0007-spapr_iommu-Migrate-full-state.patch
1668+ - 0008-spapr_iommu-Add-root-memory-region.patch
1669+ - 0009-spapr_pci-Reset-DMA-config-on-PHB-reset.patch
1670+ - 0010-spapr_pci-Add-and-export-DMA-resetting-helper.patch
1671+ - 0011-memory-Add-reporting-of-supported-page-sizes.patch
1672+ - 0012-memory-Add-MemoryRegionIOMMUOps.notify_started-stopp.patch
1673+ - 0013-intel_iommu-Throw-hw_error-on-notify_started.patch
1674+ - 0014-spapr_iommu-Realloc-guest-visible-TCE-table-when-sta.patch
1675+ - 0015-vfio-spapr-Add-DMA-memory-preregistering-SPAPR-IOMMU.patch
1676+ - 0016-vfio-Add-host-side-DMA-window-capabilities.patch
1677+ - 0017-vfio-spapr-Create-DMA-window-dynamically-SPAPR-IOMMU.patch
1678+ - 0018-spapr_pci-spapr_pci_vfio-Support-Dynamic-DMA-Windows.patch
1679+ - 0019-vfio-spapr-Remove-stale-ioctl-call.patch
1680+ - 0020-spapr-Fix-undefined-behaviour-in-spapr_tce_reset.patch
1681+ - 0021-memory-Fix-IOMMU-replay-base-address.patch
1682+
1683+ -- Jon Grimm <jon.grimm@canonical.com> Fri, 16 Sep 2016 14:14:47 -0500
1684+
1685+qemu (1:2.6.1+dfsg-0ubuntu1) yakkety; urgency=medium
1686+
1687+ * New upstream release. LP: #1617055.
1688+ * Revert fix for CVE-2016-5403, causes regression see USN-3047-2.
1689+
1690+ -- Dimitri John Ledkov <xnox@ubuntu.com> Fri, 09 Sep 2016 23:33:57 +0100
1691+
1692 qemu (1:2.6+dfsg-3.1) unstable; urgency=high
1693
1694 * Non-maintainer upload.
1695@@ -777,6 +2383,55 @@ qemu (1:2.6+dfsg-3.1) unstable; urgency=high
1696
1697 -- Andrew James <ajames@hpe.com> Wed, 14 Sep 2016 00:56:18 -0600
1698
1699+qemu (1:2.6+dfsg-3ubuntu2) yakkety; urgency=medium
1700+
1701+ * SECURITY UPDATE: DoS via unbounded memory allocation
1702+ - debian/patches/CVE-2016-5403.patch: check size in hw/virtio/virtio.c.
1703+ - CVE-2016-5403
1704+ * SECURITY UPDATE: oob write access while reading ESP command
1705+ - debian/patches/CVE-2016-6351.patch: make cmdbuf big enough for
1706+ maximum CDB size and handle migration in hw/scsi/esp.c,
1707+ include/hw/scsi/esp.h, include/migration/vmstate.h.
1708+ - CVE-2016-6351
1709+ * SECURITY UPDATE: infinite loop in virtqueue_pop
1710+ - debian/patches/CVE-2016-6490.patch: check vring descriptor buffer
1711+ length in hw/virtio/virtio.c.
1712+ - CVE-2016-6490
1713+
1714+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 03 Aug 2016 08:36:16 -0400
1715+
1716+qemu (1:2.6+dfsg-3ubuntu1) yakkety; urgency=medium
1717+
1718+ * Merge with Debian; remaining changes:
1719+ - debian/rules: do not drop the init scripts loading kvm modules
1720+ (still needed in precise in cloud archive)
1721+ - qemu-system-common.postinst:
1722+ * remove acl placed by udev, and add udevadm trigger.
1723+ * reload kvm_intel if needed to set nested=1
1724+ - qemu-system-common.preinst: add kvm group if needed
1725+ - add qemu-kvm upstart job and defaults file (rules,
1726+ qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
1727+ - rules,qemu-system-x86.modprobe: support use under older udevs which
1728+ do not auto-load the kvm kernel module. Enable nesting by default
1729+ on intel.
1730+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
1731+ in qemu64 cpu type.
1732+ - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
1733+ types to ease future live vm migration.
1734+ - apport hook for qemu source package: d/source_qemu-kvm.py,
1735+ d/qemu-system-common.install
1736+ - Make qemu-system-common and qemu-utils depend on qemu-block-extra
1737+ to fix errors with missing block backends.
1738+ - s390x:
1739+ * Create qemu-system-s390x package
1740+ * Enable pie by default, on ubuntu/s390x.
1741+ * Enable svm by default for qemu64 on amd
1742+ * Include s390-ccw.img firmware
1743+ * have qemu-system-aarch64 Suggest: qemu-efi; this should be a stronger
1744+ relationship, but qemu-efi is still in universe right now.
1745+
1746+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 15 Jun 2016 16:49:49 -0500
1747+
1748 qemu (1:2.6+dfsg-3) unstable; urgency=high
1749
1750 * more security fixes picked from upstream:
1751@@ -830,6 +2485,39 @@ qemu (1:2.6+dfsg-2) unstable; urgency=medium
1752
1753 -- Michael Tokarev <mjt@tls.msk.ru> Mon, 13 Jun 2016 12:10:44 +0300
1754
1755+qemu (1:2.6+dfsg-1ubuntu1) yakkety; urgency=medium
1756+
1757+ * Merge with Debian; remaining changes: (LP: #1583775)
1758+ - debian/rules: do not drop the init scripts loading kvm modules
1759+ (still needed in precise in cloud archive)
1760+ - qemu-system-common.postinst:
1761+ * remove acl placed by udev, and add udevadm trigger.
1762+ * reload kvm_intel if needed to set nested=1
1763+ - qemu-system-common.preinst: add kvm group if needed
1764+ - add qemu-kvm upstart job and defaults file (rules,
1765+ qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
1766+ - rules,qemu-system-x86.modprobe: support use under older udevs which
1767+ do not auto-load the kvm kernel module. Enable nesting by default
1768+ on intel.
1769+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
1770+ in qemu64 cpu type.
1771+ - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
1772+ types to ease future live vm migration.
1773+ - apport hook for qemu source package: d/source_qemu-kvm.py,
1774+ d/qemu-system-common.install
1775+ - Make qemu-system-common and qemu-utils depend on qemu-block-extra
1776+ to fix errors with missing block backends. (LP: #1495895)
1777+ - s390x:
1778+ * Create qemu-system-s390x package
1779+ * Enable pie by default, on ubuntu/s390x.
1780+ * Enable svm by default for qemu64 on amd
1781+ * Include s390-ccw.img firmware
1782+ * have qemu-system-aarch64 Suggest: qemu-efi; this should be a stronger
1783+ relationship, but qemu-efi is still in universe right now.
1784+ * Drop patches which have been applied upstream:
1785+
1786+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Thu, 19 May 2016 12:11:36 -0500
1787+
1788 qemu (1:2.6+dfsg-1) unstable; urgency=medium
1789
1790 * new upstream release
1791@@ -867,6 +2555,106 @@ qemu (1:2.6+dfsg-1) unstable; urgency=medium
1792
1793 -- Michael Tokarev <mjt@tls.msk.ru> Wed, 18 May 2016 14:44:14 +0300
1794
1795+qemu (1:2.5+dfsg-5ubuntu12) yakkety; urgency=medium
1796+
1797+ * Cherrypick upstream patches to support the query-gic-version QMP command
1798+ (LP: #1566564)
1799+
1800+ -- dann frazier <dannf@ubuntu.com> Tue, 05 Apr 2016 16:56:11 -0600
1801+
1802+qemu (1:2.5+dfsg-5ubuntu11) yakkety; urgency=medium
1803+
1804+ [Stefan Bader]
1805+ * Enable svm by default for qemu64 on amd (LP: #1561019)
1806+
1807+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 22 Apr 2016 16:53:55 -0500
1808+
1809+qemu (1:2.5+dfsg-5ubuntu10) xenial; urgency=medium
1810+
1811+ * qemu-system-s390x only available on s390x, so qemu-system should only
1812+ depend on it on this arch.
1813+ * have qemu-system-aarch64 Suggest: qemu-efi; this should be a stronger
1814+ relationship, but qemu-efi is still in universe right now.
1815+
1816+ -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 19 Apr 2016 13:41:37 -0700
1817+
1818+qemu (1:2.5+dfsg-5ubuntu9) xenial; urgency=medium
1819+
1820+ * And actually ship the right things in qemu-system-s390x.
1821+
1822+ -- Dimitri John Ledkov <xnox@ubuntu.com> Tue, 19 Apr 2016 16:49:00 +0100
1823+
1824+qemu (1:2.5+dfsg-5ubuntu8) xenial; urgency=medium
1825+
1826+ * Create qemu-system-s390x package on ubuntu only.
1827+
1828+ -- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 18 Apr 2016 10:16:19 +0100
1829+
1830+qemu (1:2.5+dfsg-5ubuntu7) xenial; urgency=medium
1831+
1832+ * Cherrypick patch from mailing list to fix qemu in sandbox. (LP: #1560149)
1833+
1834+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 11 Apr 2016 15:13:06 -0500
1835+
1836+qemu (1:2.5+dfsg-5ubuntu6) xenial; urgency=medium
1837+
1838+ * Cherrypick upstream patch vhost-user-interrupt-management-fixes.patch
1839+ (LP: #1556306)
1840+
1841+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 16 Mar 2016 16:35:22 -0700
1842+
1843+qemu (1:2.5+dfsg-5ubuntu5) xenial; urgency=medium
1844+
1845+ * Cherrypick upstream patch to fix snapshot regression (LP: #1533728)
1846+
1847+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 07 Mar 2016 18:53:34 -0800
1848+
1849+qemu (1:2.5+dfsg-5ubuntu4) xenial; urgency=medium
1850+
1851+ * d/control{-in}: Re-generate and build with libiscsi-dev now
1852+ that its in Ubuntu main (LP: #1271653).
1853+
1854+ -- James Page <james.page@ubuntu.com> Wed, 24 Feb 2016 17:59:13 +0000
1855+
1856+qemu (1:2.5+dfsg-5ubuntu3) xenial; urgency=medium
1857+
1858+ * Make -no-pie conditional, on $(CC) supporting -no-pie flag.
1859+
1860+ -- Dimitri John Ledkov <xnox@ubuntu.com> Wed, 24 Feb 2016 14:40:19 +0000
1861+
1862+qemu (1:2.5+dfsg-5ubuntu2) xenial; urgency=medium
1863+
1864+ * No-change rebuild for gnutls transition.
1865+
1866+ -- Matthias Klose <doko@ubuntu.com> Wed, 17 Feb 2016 22:27:20 +0000
1867+
1868+qemu (1:2.5+dfsg-5ubuntu1) xenial; urgency=medium
1869+
1870+ * Merge with Debian; remaining changes:
1871+ - debian/rules: do not drop the init scripts loading kvm modules
1872+ (still needed in precise in cloud archive)
1873+ - qemu-system-common.postinst:
1874+ * remove acl placed by udev, and add udevadm trigger.
1875+ * reload kvm_intel if needed to set nested=1
1876+ - qemu-system-common.preinst: add kvm group if needed
1877+ - add qemu-kvm upstart job and defaults file (rules,
1878+ qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
1879+ - rules,qemu-system-x86.modprobe: support use under older udevs which
1880+ do not auto-load the kvm kernel module. Enable nesting by default
1881+ on intel.
1882+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
1883+ in qemu64 cpu type.
1884+ - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
1885+ types to ease future live vm migration.
1886+ - apport hook for qemu source package: d/source_qemu-kvm.py,
1887+ d/qemu-system-common.install
1888+ - Make qemu-system-common and qemu-utils depend on qemu-block-extra
1889+ to fix errors with missing block backends. (LP: #1495895)
1890+ - Enable pie by default, on ubuntu/s390x.
1891+ - Include s390-ccw.img firmware.
1892+
1893+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 09 Feb 2016 10:24:49 -0800
1894+
1895 qemu (1:2.5+dfsg-5) unstable; urgency=medium
1896
1897 * fix misspellings in previous debian/changelog entry
1898@@ -924,6 +2712,113 @@ qemu (1:2.5+dfsg-2) unstable; urgency=high
1899
1900 -- Michael Tokarev <mjt@tls.msk.ru> Sat, 09 Jan 2016 21:40:43 +0300
1901
1902+qemu (1:2.5+dfsg-1ubuntu5) xenial; urgency=medium
1903+
1904+ * SECURITY UPDATE: paravirtualized drivers incautious about shared memory
1905+ contents
1906+ - debian/patches/CVE-2015-8550-1.patch: avoid double access in
1907+ hw/block/xen_blkif.h.
1908+ - debian/patches/CVE-2015-8550-2.patch: avoid reading twice in
1909+ hw/display/xenfb.c.
1910+ - CVE-2015-8550
1911+ * SECURITY UPDATE: infinite loop in ehci_advance_state
1912+ - debian/patches/CVE-2015-8558.patch: make idt processing more robust
1913+ in hw/usb/hcd-ehci.c.
1914+ - CVE-2015-8558
1915+ * SECURITY UPDATE: host memory leakage in vmxnet3
1916+ - debian/patches/CVE-2015-856x.patch: avoid memory leakage in
1917+ hw/net/vmxnet3.c.
1918+ - CVE-2015-8567
1919+ - CVE-2015-8568
1920+ * SECURITY UPDATE: buffer overflow in megasas_ctrl_get_info
1921+ - debian/patches/CVE-2015-8613.patch: initialise info object with
1922+ appropriate size in hw/scsi/megasas.c.
1923+ - CVE-2015-8613
1924+ * SECURITY UPDATE: DoS via Human Monitor Interface
1925+ - debian/patches/CVE-2015-8619.patch: fix sendkey out of bounds write
1926+ in hmp.c, include/ui/console.h, ui/input-legacy.c.
1927+ - CVE-2015-8619
1928+ * SECURITY UPDATE: incorrect array bounds check in rocker
1929+ - debian/patches/CVE-2015-8701.patch: fix an incorrect array bounds
1930+ check in hw/net/rocker/rocker.c.
1931+ - CVE-2015-8701
1932+ * SECURITY UPDATE: ne2000 OOB r/w in ioport operations
1933+ - debian/patches/CVE-2015-8743.patch: fix bounds check in ioport
1934+ operations in hw/net/ne2000.c.
1935+ - CVE-2015-8743
1936+ * SECURITY UPDATE: ahci use-after-free vulnerability in aio port commands
1937+ - debian/patches/CVE-2016-1568.patch: reset ncq object to unused on
1938+ error in hw/ide/ahci.c.
1939+ - CVE-2016-1568
1940+ * SECURITY UPDATE: DoS via null pointer dereference in vapic_write()
1941+ - debian/patches/CVE-2016-1922.patch: avoid null pointer dereference in
1942+ hw/i386/kvmvapic.c.
1943+ - CVE-2016-1922
1944+ * SECURITY UPDATE: e1000 infinite loop
1945+ - debian/patches/CVE-2016-1981.patch: eliminate infinite loops on
1946+ out-of-bounds transfer start in hw/net/e1000.c
1947+ - CVE-2016-1981
1948+ * SECURITY UPDATE: AHCI NULL pointer dereference when using FIS CLB
1949+ engines
1950+ - debian/patches/CVE-2016-2197.patch: add check before calling
1951+ dma_memory_unmap in hw/ide/ahci.c.
1952+ - CVE-2016-2197
1953+ * SECURITY UPDATE: ehci null pointer dereference in ehci_caps_write
1954+ - debian/patches/CVE-2016-2198.patch: add capability mmio write
1955+ function in hw/usb/hcd-ehci.c.
1956+ - CVE-2016-2198
1957+
1958+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 01 Feb 2016 09:39:01 -0500
1959+
1960+qemu (1:2.5+dfsg-1ubuntu4) xenial; urgency=medium
1961+
1962+ * debian/qemu-kvm-init: Call systemd-detect-virt instead of the
1963+ Ubuntu specific running-in-container wrapper. (LP: #1539016)
1964+
1965+ -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 28 Jan 2016 13:24:51 +0100
1966+
1967+qemu (1:2.5+dfsg-1ubuntu3) xenial; urgency=high
1968+
1969+ * Include s390-ccw.img firmware.
1970+
1971+ -- Dimitri John Ledkov <xnox@ubuntu.com> Tue, 12 Jan 2016 15:53:43 +0000
1972+
1973+qemu (1:2.5+dfsg-1ubuntu2) xenial; urgency=medium
1974+
1975+ * Place qemu-kvm.defaults file in qemu-system-common, next to the init
1976+ scripts. Fix the comparison operator when checking KVM_HUGEPAGES.
1977+ Thanks Simon. (LP: #1531191)
1978+
1979+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 06 Jan 2016 09:45:37 -0800
1980+
1981+qemu (1:2.5+dfsg-1ubuntu1) xenial; urgency=medium
1982+
1983+ * Merge with Debian; remaining changes:
1984+ - debian/rules: do not drop the init scripts loading kvm modules
1985+ (still needed in precise in cloud archive)
1986+ - qemu-system-common.postinst:
1987+ * remove acl placed by udev, and add udevadm trigger.
1988+ * reload kvm_intel if needed to set nested=1
1989+ - qemu-system-common.preinst: add kvm group if needed
1990+ - add qemu-kvm upstart job and defaults file (rules,
1991+ qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
1992+ - rules,qemu-system-x86.modprobe: support use under older udevs which
1993+ do not auto-load the kvm kernel module. Enable nesting by default
1994+ on intel.
1995+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
1996+ in qemu64 cpu type.
1997+ - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
1998+ types to ease future live vm migration.
1999+ - apport hook for qemu source package: d/source_qemu-kvm.py,
2000+ d/qemu-system-common.install
2001+ - Make qemu-system-common and qemu-utils depend on qemu-block-extra
2002+ to fix errors with missing block backends. (LP: #1495895)
2003+ - Enable pie by default, on ubuntu/s390x.
2004+ * Drop vGICv3 support patches - all is now upstream
2005+ * debian/qemu-kvm-init: handle KVM_HUGEPAGES being unset (LP: #1531191)
2006+
2007+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 05 Jan 2016 15:42:50 -0800
2008+
2009 qemu (1:2.5+dfsg-1) unstable; urgency=medium
2010
2011 * new upstream release
2012@@ -950,6 +2845,49 @@ qemu (1:2.5+dfsg-1) unstable; urgency=medium
2013
2014 -- Michael Tokarev <mjt@tls.msk.ru> Wed, 16 Dec 2015 20:00:04 +0300
2015
2016+qemu (1:2.4+dfsg-5ubuntu3) xenial; urgency=high
2017+
2018+ * Enable pie by default, on ubuntu/s390x.
2019+
2020+ -- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 07 Dec 2015 16:04:16 +0000
2021+
2022+qemu (1:2.4+dfsg-5ubuntu2) xenial; urgency=medium
2023+
2024+ * undo the libseccomp delta from debian. libseccomp is indeed available
2025+ on other arches, but we need qemu's configure script to be fixed before
2026+ we can use it on anything other than amd64|i386. Fixes FTBFS.
2027+ (LP: #1522531)
2028+
2029+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Thu, 03 Dec 2015 12:44:46 -0600
2030+
2031+qemu (1:2.4+dfsg-5ubuntu1) xenial; urgency=medium
2032+
2033+ * Merge with Debian; remaining changes:
2034+ - Update the ubuntu machine types patch to reflect upstream churn
2035+ - debian/rules: do not drop the init scripts loading kvm modules
2036+ (still needed in precise in cloud archive)
2037+ - qemu-system-common.postinst:
2038+ * remove acl placed by udev, and add udevadm trigger.
2039+ * reload kvm_intel if needed to set nested=1
2040+ - qemu-system-common.preinst: add kvm group if needed
2041+ - add qemu-kvm upstart job and defaults file (rules,
2042+ qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
2043+ - rules,qemu-system-x86.modprobe: support use under older udevs which
2044+ do not auto-load the kvm kernel module. Enable nesting by default
2045+ on intel.
2046+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
2047+ in qemu64 cpu type.
2048+ - d/p/ubuntu/define-trusty-machine-type.patch: define a default trusty
2049+ machine type to ease future live vm migration.
2050+ - apport hook for qemu source package: d/source_qemu-kvm.py,
2051+ d/qemu-system-common.install
2052+ - Make qemu-system-common and qemu-utils depend on qemu-block-extra
2053+ to fix errors with missing block backends. (LP: #1495895)
2054+ - control-in: build with libseccomp an all architectures
2055+ - Add vGICv3 support
2056+
2057+ -- Matthias Klose <doko@ubuntu.com> Wed, 02 Dec 2015 21:31:36 +0100
2058+
2059 qemu (1:2.4+dfsg-5) unstable; urgency=medium
2060
2061 * trace-remove-malloc-tracing.patch from upstream.
2062@@ -962,6 +2900,57 @@ qemu (1:2.4+dfsg-5) unstable; urgency=medium
2063
2064 -- Michael Tokarev <mjt@tls.msk.ru> Sun, 29 Nov 2015 12:22:52 +0300
2065
2066+qemu (1:2.4+dfsg-4ubuntu3) xenial; urgency=medium
2067+
2068+ * SECURITY UPDATE: loopback mode heap overflow vulnerability in pcnet
2069+ - debian/patches/CVE-2015-7504.patch: leave room for CRC code in
2070+ hw/net/pcnet.c.
2071+ - CVE-2015-7504
2072+ * SECURITY UPDATE: non-loopback mode buffer overflow in pcnet
2073+ - debian/patches/CVE-2015-7512.patch: check packet length in
2074+ hw/net/pcnet.c.
2075+ - CVE-2015-7512
2076+ * SECURITY UPDATE: infinite loop in eepro100
2077+ - debian/patches/CVE-2015-8345.patch: prevent endless loop in
2078+ hw/net/eepro100.c.
2079+ - CVE-2015-8345
2080+
2081+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 01 Dec 2015 13:36:40 -0500
2082+
2083+qemu (1:2.4+dfsg-4ubuntu2) xenial; urgency=medium
2084+
2085+ * d/p/u/define-ubuntu-machine-type.patch: Fix typo in utopic definition.
2086+
2087+ -- dann frazier <dann.frazier@canonical.com> Tue, 03 Nov 2015 08:05:46 -0700
2088+
2089+qemu (1:2.4+dfsg-4ubuntu1) xenial; urgency=medium
2090+
2091+ * Merge 2.4 from unstable. Remaining changes:
2092+ - Update the ubuntu machine types patch to reflect upstream churn
2093+ - debian/rules: do not drop the init scripts loading kvm modules
2094+ (still needed in precise in cloud archive)
2095+ - qemu-system-common.postinst:
2096+ * remove acl placed by udev, and add udevadm trigger.
2097+ * reload kvm_intel if needed to set nested=1
2098+ - qemu-system-common.preinst: add kvm group if needed
2099+ - add qemu-kvm upstart job and defaults file (rules,
2100+ qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
2101+ - rules,qemu-system-x86.modprobe: support use under older udevs which
2102+ do not auto-load the kvm kernel module. Enable nesting by default
2103+ on intel.
2104+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
2105+ in qemu64 cpu type.
2106+ - d/p/ubuntu/define-trusty-machine-type.patch: define a default trusty
2107+ machine type to ease future live vm migration.
2108+ - apport hook for qemu source package: d/source_qemu-kvm.py,
2109+ d/qemu-system-common.install
2110+ - Make qemu-system-common and qemu-utils depend on qemu-block-extra
2111+ to fix errors with missing block backends. (LP: #1495895)
2112+ - control-in: build with libseccomp an all architectures.
2113+ * Add vGICv3 support
2114+
2115+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 27 Oct 2015 13:28:58 -0500
2116+
2117 qemu (1:2.4+dfsg-4) unstable; urgency=medium
2118
2119 * applied 3 patches from upstream to fix virtio-net
2120@@ -1028,6 +3017,137 @@ qemu (1:2.3+dfsg-6) unstable; urgency=high
2121
2122 -- Michael Tokarev <mjt@tls.msk.ru> Thu, 11 Jun 2015 20:03:40 +0300
2123
2124+qemu (1:2.3+dfsg-5ubuntu10) xenial; urgency=medium
2125+
2126+ * debian/patches/fix-curses-with-xterm-256.patch (LP: #1508466)
2127+
2128+ -- Ryan Harper <ryan.harper@canonical.com> Wed, 21 Oct 2015 08:59:29 -0500
2129+
2130+qemu (1:2.3+dfsg-5ubuntu9) wily; urgency=low
2131+
2132+ * debian/patches/upstream-fix-irq-route-entries.patch
2133+ Fix "kvm_irqchip_commit_routes: Assertion 'ret == 0' failed"
2134+ (LP: #1465935)
2135+
2136+ -- Stefan Bader <stefan.bader@canonical.com> Fri, 09 Oct 2015 15:38:53 +0200
2137+
2138+qemu (1:2.3+dfsg-5ubuntu8) wily; urgency=medium
2139+
2140+ * Build using libseccomp on all architectures.
2141+
2142+ -- Matthias Klose <doko@ubuntu.com> Sat, 03 Oct 2015 21:12:15 +0200
2143+
2144+qemu (1:2.3+dfsg-5ubuntu7) wily; urgency=medium
2145+
2146+ * SECURITY UPDATE: denial of service via NE2000 driver
2147+ - debian/patches/CVE-2015-5278.patch: fix infinite loop in
2148+ hw/net/ne2000.c.
2149+ - CVE-2015-5278
2150+ * SECURITY UPDATE: denial of service and possible code execution via
2151+ heap overflow in NE2000 driver
2152+ - debian/patches/CVE-2015-5279.patch: validate ring buffer pointers in
2153+ hw/net/ne2000.c.
2154+ - CVE-2015-5279
2155+ * SECURITY UPDATE: denial of service via e1000 infinite loop
2156+ - debian/patches/CVE-2015-6815.patch: check bytes in hw/net/e1000.c.
2157+ - CVE-2015-6815
2158+ * SECURITY UPDATE: denial of service via illegal ATAPI commands
2159+ - debian/patches/CVE-2015-6855.patch: fix ATAPI command permissions in
2160+ hw/ide/core.c.
2161+ - CVE-2015-6855
2162+
2163+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 23 Sep 2015 15:05:51 -0400
2164+
2165+qemu (1:2.3+dfsg-5ubuntu6) wily; urgency=medium
2166+
2167+ * Make qemu-system-common and qemu-utils depend on qemu-block-extra
2168+ to fix errors with missing block backends. (LP: #1495895)
2169+ * Cherry pick fixes for vmdk stream-optimized subformat (LP: #1006655)
2170+ * Apply fix for memory corruption during live-migration in tcg mode
2171+ (LP: #1493049)
2172+ * Apply tracing patch to remove use of custom vtable in newer glibc
2173+ (LP: #1491972)
2174+
2175+ -- Ryan Harper <ryan.harper@canonical.com> Tue, 15 Sep 2015 09:37:23 -0500
2176+
2177+qemu (1:2.3+dfsg-5ubuntu5) wily; urgency=medium
2178+
2179+ * Import qcow2-handle-eagain-from-update_refcount from upstream
2180+ to fix errors when using qemu-img convert -c. (LP: #1491050)
2181+
2182+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 04 Sep 2015 16:35:56 -0500
2183+
2184+qemu (1:2.3+dfsg-5ubuntu4) wily; urgency=medium
2185+
2186+ * SECURITY UPDATE: process heap memory disclosure
2187+ - debian/patches/CVE-2015-5165.patch: check sizes in hw/net/rtl8139.c.
2188+ - CVE-2015-5165
2189+ * SECURITY UPDATE: privilege escalation via block device unplugging
2190+ - debian/patches/CVE-2015-5166.patch: properly unhook from BlockBackend
2191+ in hw/ide/piix.c.
2192+ - CVE-2015-5166
2193+ * SECURITY UPDATE: privilege escalation via memory corruption in vnc
2194+ - debian/patches/CVE-2015-5225.patch: use bytes per scanline to apply
2195+ limits in ui/vnc.c.
2196+ - CVE-2015-5225
2197+ * SECURITY UPDATE: denial of service via virtio-serial
2198+ - debian/patches/CVE-2015-5745.patch: don't assume a specific layout
2199+ for control messages in hw/char/virtio-serial-bus.c.
2200+ - CVE-2015-5745
2201+
2202+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 25 Aug 2015 09:38:43 -0400
2203+
2204+qemu (1:2.3+dfsg-5ubuntu3) wily; urgency=medium
2205+
2206+ * SECURITY UPDATE: out-of-bounds memory access in pit_ioport_read()
2207+ - debian/patches/CVE-2015-3214.patch: ignore read in hw/timer/i8254.c.
2208+ - CVE-2015-3214
2209+ * SECURITY UPDATE: heap overflow when processing ATAPI commands
2210+ - debian/patches/CVE-2015-5154.patch: check bounds and clear DRQ in
2211+ hw/ide/core.c, make sure command is completed in hw/ide/atapi.c.
2212+ - CVE-2015-5154
2213+ * SECURITY UPDATE: buffer overflow in scsi_req_parse_cdb
2214+ - debian/patches/CVE-2015-5158.patch: check length in
2215+ hw/scsi/scsi-bus.c.
2216+ - CVE-2015-5158
2217+
2218+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 27 Jul 2015 10:07:05 -0400
2219+
2220+qemu (1:2.3+dfsg-5ubuntu2) wily; urgency=medium
2221+
2222+ * SECURITY UPDATE: heap overflow in PCNET controller
2223+ - debian/patches/CVE-2015-3209.patch: check bounds in hw/net/pcnet.c.
2224+ - CVE-2015-3209
2225+
2226+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 11 Jun 2015 14:25:05 -0400
2227+
2228+qemu (1:2.3+dfsg-5ubuntu1) wily; urgency=medium
2229+
2230+ * Merge 1:2.3+dfsg-5 from Debian.
2231+ * Remaining changes:
2232+ - debian/rules: do not drop the init scripts loading kvm modules
2233+ (still needed in precise in cloud archive)
2234+ - qemu-system-common.postinst:
2235+ * remove acl placed by udev, and add udevadm trigger.
2236+ * reload kvm_intel if needed to set nested=1
2237+ - qemu-system-common.preinst: add kvm group if needed
2238+ - add qemu-kvm upstart job and defaults file (rules,
2239+ qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
2240+ - rules,qemu-system-x86.modprobe: support use under older udevs which
2241+ do not auto-load the kvm kernel module. Enable nesting by default
2242+ on intel.
2243+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
2244+ in qemu64 cpu type.
2245+ - d/p/ubuntu/define-trusty-machine-type.patch: define a default trusty
2246+ machine type to ease future live vm migration.
2247+ - apport hook for qemu source package: d/source_qemu-kvm.py,
2248+ d/qemu-system-common.install
2249+ * Refreshed patches:
2250+ - ubuntu/expose-vmx_qemu64cpu.patch
2251+ - ubuntu/define-ubuntu-machine-types.patch
2252+
2253+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 10 Jun 2015 14:28:39 -0500
2254+
2255 qemu (1:2.3+dfsg-5) unstable; urgency=high
2256
2257 * slirp-use-less-predictable-directory-name-in-tmp-CVE-2015-4037.patch
2258@@ -1039,6 +3159,35 @@ qemu (1:2.3+dfsg-5) unstable; urgency=high
2259
2260 -- Michael Tokarev <mjt@tls.msk.ru> Wed, 03 Jun 2015 17:18:58 +0300
2261
2262+qemu (1:2.3+dfsg-4ubuntu1) wily; urgency=medium
2263+
2264+ * Merge 1:2.3+dfsg-4 from Debian.
2265+ * Remaining changes:
2266+ - debian/rules: do not drop the init scripts loading kvm modules
2267+ (still needed in precise in cloud archive)
2268+ - qemu-system-common.postinst:
2269+ * remove acl placed by udev, and add udevadm trigger.
2270+ * reload kvm_intel if needed to set nested=1
2271+ - qemu-system-common.preinst: add kvm group if needed
2272+ - add qemu-kvm upstart job and defaults file (rules,
2273+ qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
2274+ - rules,qemu-system-x86.modprobe: support use under older udevs which
2275+ do not auto-load the kvm kernel module. Enable nesting by default
2276+ on intel.
2277+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
2278+ in qemu64 cpu type.
2279+ - d/p/ubuntu/define-trusty-machine-type.patch: define a default trusty
2280+ machine type to ease future live vm migration.
2281+ - apport hook for qemu source package: d/source_qemu-kvm.py,
2282+ d/qemu-system-common.install
2283+ * Dropped all patches which are applied upstream
2284+ * Move the upstart jobs to a generic script
2285+ - add new qemu-kvm-init script
2286+ - call that from upstart and sysvrc qemu-kvm scripts
2287+ - move to qemu-system-common, which must now B/R qemu-system-{x86,ppc}
2288+
2289+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 03 Jun 2015 13:36:36 -0500
2290+
2291 qemu (1:2.3+dfsg-4) unstable; urgency=medium
2292
2293 * rules.mak-force-CFLAGS-for-all-objects-in-DSO.patch:
2294@@ -1100,6 +3249,98 @@ qemu (1:2.2+dfsg-6exp) experimental; urgency=medium
2295
2296 -- Michael Tokarev <mjt@tls.msk.ru> Fri, 17 Apr 2015 21:54:53 +0300
2297
2298+qemu (1:2.2+dfsg-5expubuntu10) wily; urgency=medium
2299+
2300+ * SECURITY UPDATE: denial of service in vnc web
2301+ - debian/patches/CVE-2015-1779-1.patch: incrementally decode websocket
2302+ frames in ui/vnc-ws.c, ui/vnc-ws.h, ui/vnc.h.
2303+ - debian/patches/CVE-2015-1779-2.patch: limit size of HTTP headers from
2304+ websockets clients in ui/vnc-ws.c.
2305+ - CVE-2015-1779
2306+ * SECURITY UPDATE: host code execution via floppy device (VEMON)
2307+ - debian/patches/CVE-2015-3456.patch: force the fifo access to be in
2308+ bounds of the allocated buffer in hw/block/fdc.c.
2309+ - CVE-2015-3456
2310+
2311+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 13 May 2015 07:25:59 -0400
2312+
2313+qemu (1:2.2+dfsg-5expubuntu9) vivid; urgency=low
2314+
2315+ * CVE-2015-2756 / XSA-126
2316+ - xen: limit guest control of PCI command register
2317+
2318+ -- Stefan Bader <stefan.bader@canonical.com> Wed, 08 Apr 2015 10:17:45 +0200
2319+
2320+qemu (1:2.2+dfsg-5expubuntu8) vivid; urgency=medium
2321+
2322+ * debian/qemu-system-x86.qemu-kvm.upstart: fix redirection to not
2323+ accidentally create /1
2324+
2325+ -- Steve Beattie <sbeattie@ubuntu.com> Thu, 12 Mar 2015 16:46:51 -0700
2326+
2327+qemu (1:2.2+dfsg-5expubuntu7) vivid; urgency=low
2328+
2329+ * No-change rebuild to pull in libxl-4.5 (take 2: step to the right).
2330+
2331+ -- Stefan Bader <stefan.bader@canonical.com> Thu, 26 Feb 2015 08:55:35 +0100
2332+
2333+qemu (1:2.2+dfsg-5expubuntu6) vivid; urgency=low
2334+
2335+ * No-change rebuild to pull in libxl-4.5.
2336+
2337+ -- Stefan Bader <stefan.bader@canonical.com> Wed, 25 Feb 2015 13:58:37 +0100
2338+
2339+qemu (1:2.2+dfsg-5expubuntu5) vivid; urgency=medium
2340+
2341+ * debian/control-in: enable numa on architectures where numa is built
2342+ (LP: #1417937)
2343+
2344+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Thu, 12 Feb 2015 23:18:58 -0600
2345+
2346+qemu (1:2.2+dfsg-5expubuntu4) vivid; urgency=medium
2347+
2348+ [Scott Moser]
2349+ * update d/kvm.powerpc to avoid use of awk, which isn't allowed by aa
2350+ profile when started by libvirt.
2351+
2352+ [Serge Hallyn]
2353+ * add symlink qemu-system-ppc64le -> qemu-system-ppc64
2354+ * debian/rules: fix DEB_HOST_ARCh fix to ppc64el for installing qemu-kvm init script
2355+ (LP: #1419855)
2356+
2357+ [Chris J Arges]
2358+ * Determine if we are running inside a virtual environment. If running inside
2359+ a virtualized enviornment do _not_ automatically enable KSM. (LP: #1414153)
2360+
2361+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Thu, 12 Feb 2015 13:04:21 -0600
2362+
2363+qemu (1:2.2+dfsg-5expubuntu1) vivid; urgency=medium
2364+
2365+ * Merge 1:2.2+dfsg-5exp from Debian. (LP: #1409308)
2366+ - debian/rules: do not drop the init scripts loading kvm modules
2367+ (still needed in precise in cloud archive)
2368+ * Remaining changes:
2369+ - qemu-system-common.postinst:
2370+ * remove acl placed by udev, and add udevadm trigger.
2371+ * reload kvm_intel if needed to set nested=1
2372+ - qemu-system-common.preinst: add kvm group if needed
2373+ - add qemu-kvm upstart job and defaults file (rules,
2374+ qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
2375+ - rules,qemu-system-x86.modprobe: support use under older udevs which
2376+ do not auto-load the kvm kernel module. Enable nesting by default
2377+ on intel.
2378+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
2379+ in qemu64 cpu type.
2380+ - d/p/ubuntu/define-trusty-machine-type.patch: define a default trusty
2381+ machine type to ease future live vm migration.
2382+ - apport hook for qemu source package: d/source_qemu-kvm.py,
2383+ d/qemu-system-common.install
2384+ * Dropped all patches which are applied upstream
2385+ * Update ubuntu-vivid machine type to default to std graphics (following
2386+ upstream's lead for pc-i440fx-2.2 machine type)
2387+
2388+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 09 Feb 2015 22:31:09 -0600
2389+
2390 qemu (1:2.2+dfsg-5exp) experimental; urgency=medium
2391
2392 * fix initscript removal once again
2393@@ -1149,6 +3390,47 @@ qemu (2.2+dfsg-1exp) unstable; urgency=medium
2394
2395 -- Michael Tokarev <mjt@tls.msk.ru> Tue, 09 Dec 2014 23:09:26 +0300
2396
2397+qemu (1:2.1+dfsg-11ubuntu2) vivid; urgency=medium
2398+
2399+ * Cherrypick upstream patch needed to allow ESx hosts to run under
2400+ kvm (LP: #1411575)
2401+
2402+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 16 Jan 2015 16:32:48 -0600
2403+
2404+qemu (1:2.1+dfsg-11ubuntu1) vivid; urgency=medium
2405+
2406+ * Merge 2.1+dfsg-11. Remaining changes:
2407+ - qemu-system-common.postinst:
2408+ * remove acl placed by udev, and add udevadm trigger.
2409+ * reload kvm_intel if needed to set nested=1
2410+ - qemu-system-common.preinst: add kvm group if needed
2411+ - add qemu-kvm upstart job and defaults file (rules,
2412+ qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
2413+ - rules,qemu-system-x86.modprobe: support use under older udevs which
2414+ do not auto-load the kvm kernel module. Enable nesting by default
2415+ on intel.
2416+ - debian/qemu-system-alternatives.in: use a later version as ubuntu
2417+ removed the alternatives bit later.
2418+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
2419+ in qemu64 cpu type.
2420+ - d/p/ubuntu/define-trusty-machine-type.patch: define a default trusty
2421+ machine type to ease future live vm migration.
2422+ - apport hook for qemu source package: d/source_qemu-kvm.py,
2423+ d/qemu-system-common.install
2424+ - debian/binfmt-update-in: support ppcle
2425+ * debian/binfmt-update-in
2426+ * Support-ppcle.patch
2427+ - Upstream patches to fix AArch64 emulation ignoring SPSel=0:
2428+ * d/p/target-arm-A64-Break-out-aarch64_save-restore_sp.patch
2429+ * d/p/target-arm-A64-Respect-SPSEL-in-ERET-SP-restore.patch
2430+ * d/p/target-arm-A64-Respect-SPSEL-when-taking-exceptions.patch:
2431+ * Dropped patches (upstream or now in debian's tree):
2432+ - upstream-xen_disk-fix-unmapping-of-persistent-grants.patch
2433+ - CVE-2014-7840.patch
2434+ - CVE-2014-8106.patch
2435+
2436+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 17 Dec 2014 13:57:34 -0600
2437+
2438 qemu (1:2.1+dfsg-11) unstable; urgency=medium
2439
2440 * bump epoch and reupload to cancel 2.2+dfsg-1exp upload
2441@@ -1218,6 +3500,81 @@ qemu (2.1+dfsg-8) unstable; urgency=low
2442
2443 -- Michael Tokarev <mjt@tls.msk.ru> Thu, 27 Nov 2014 18:32:45 +0300
2444
2445+qemu (2.1+dfsg-7ubuntu5) vivid; urgency=medium
2446+
2447+ * SECURITY UPDATE: code execution via savevm data
2448+ - debian/patches/CVE-2014-7840.patch: validate parameters in
2449+ arch_init.c.
2450+ - CVE-2014-7840
2451+ * SECURITY UPDATE: code execution via cirrus vga blit regions
2452+ (LP: #1400775)
2453+ - debian/patches/CVE-2014-8106.patch: properly validate blit regions in
2454+ hw/display/cirrus_vga.c.
2455+ - CVE-2014-8106
2456+
2457+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 11 Dec 2014 14:11:52 -0500
2458+
2459+qemu (2.1+dfsg-7ubuntu4) vivid; urgency=low
2460+
2461+ * d/rules: Fix vendor check to make kvm-spice symlinks (DEB_VENDOR got
2462+ dropped and VENDOR now will be all capital UBUNTU).
2463+
2464+ -- Stefan Bader <stefan.bader@canonical.com> Mon, 08 Dec 2014 14:45:31 +0100
2465+
2466+qemu (2.1+dfsg-7ubuntu3) vivid; urgency=medium
2467+
2468+ * d/p/target-arm-A64-Break-out-aarch64_save-restore_sp.patch
2469+ d/p/target-arm-A64-Respect-SPSEL-in-ERET-SP-restore.patch
2470+ d/p/target-arm-A64-Respect-SPSEL-when-taking-exceptions.patch:
2471+ Cherry-pick of upstream patches in order to fix AArch64 emulation ignoring
2472+ SPSel=0 in certain conditions. (LP: #1349277)
2473+
2474+ -- Chris J Arges <chris.j.arges@canonical.com> Thu, 04 Dec 2014 14:17:01 -0600
2475+
2476+qemu (2.1+dfsg-7ubuntu2) vivid; urgency=low
2477+
2478+ * d/p/upstream-xen_disk-fix-unmapping-of-persistent-grants.patch:
2479+ Cherry-pick of qemu-upstream patch to fix issues with persistent
2480+ grants and the PV backend (Qdisk) (LP: #1394327).
2481+
2482+ -- Stefan Bader <stefan.bader@canonical.com> Fri, 28 Nov 2014 13:14:37 +0100
2483+
2484+qemu (2.1+dfsg-7ubuntu1) vivid; urgency=medium
2485+
2486+ * Merge 2.1+dfsg-7. Remaining changes:
2487+ - qemu-system-common.postinst:
2488+ * remove acl placed by udev, and add udevadm trigger.
2489+ * reload kvm_intel if needed to set nested=1
2490+ - qemu-system-common.preinst: add kvm group if needed
2491+ - add qemu-kvm upstart job and defaults file (rules,
2492+ qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
2493+ - rules,qemu-system-x86.modprobe: support use under older udevs which
2494+ do not auto-load the kvm kernel module. Enable nesting by default
2495+ on intel.
2496+ - debian/qemu-system-alternatives.in: use a later version as ubuntu
2497+ removed the alternatives bit later.
2498+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
2499+ in qemu64 cpu type.
2500+ - d/p/ubuntu/define-trusty-machine-type.patch: define a default trusty
2501+ machine type to ease future live vm migration.
2502+ - apport hook for qemu source package: d/source_qemu-kvm.py,
2503+ d/qemu-system-common.install
2504+ - debian/binfmt-update-in: support ppcle
2505+ * debian/binfmt-update-in
2506+ * Support-ppcle.patch
2507+ * Dropped patches (upstream or now in debian's tree):
2508+ - pc-reserve-more-memory-for-acpi.patch
2509+ - CVE-2014-5388.patch
2510+ - 501-block-raw-posix-fix-disk-corruption-in-try-fiemap and
2511+ 502-block-raw-posic-use-seek-hole-ahead-of-fiemap (combined
2512+ in debian)
2513+ - CVE-2014-3615.patch
2514+ - CVE-2014-3640.patch
2515+ - CVE-2014-3689.patch
2516+ - CVE-2014-7815.patch
2517+
2518+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Sat, 22 Nov 2014 18:36:53 -0600
2519+
2520 qemu (2.1+dfsg-7) unstable; urgency=high
2521
2522 * urgency is high due to 2 security fixes
2523@@ -1269,6 +3626,119 @@ qemu (2.1+dfsg-5) unstable; urgency=medium
2524
2525 -- Michael Tokarev <mjt@tls.msk.ru> Fri, 26 Sep 2014 17:43:26 +0400
2526
2527+qemu (2.1+dfsg-4ubuntu9) vivid; urgency=medium
2528+
2529+ * SECURITY UPDATE: information disclosure via vga driver
2530+ - debian/patches/CVE-2014-3615.patch: return the correct memory size,
2531+ sanity check register writes, and don't use fixed buffer sizes in
2532+ hw/display/qxl.c, hw/display/vga.c, hw/display/vga_int.h,
2533+ ui/spice-display.c.
2534+ - CVE-2014-3615
2535+ * SECURITY UPDATE: denial of service via slirp NULL pointer deref
2536+ - debian/patches/CVE-2014-3640.patch: make sure socket is not just a
2537+ stub in slirp/udp.c.
2538+ - CVE-2014-3640
2539+ * SECURITY UPDATE: possible privilege escalation via vmware-vga driver
2540+ - debian/patches/CVE-2014-3689.patch: verify rectangles in
2541+ hw/display/vmware_vga.c.
2542+ - CVE-2014-3689
2543+ * SECURITY UPDATE: denial of service via VNC console
2544+ - debian/patches/CVE-2014-7815.patch: validate bits_per_pixel in
2545+ ui/vnc.c.
2546+ - CVE-2014-7815
2547+
2548+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 13 Nov 2014 07:31:03 -0500
2549+
2550+qemu (2.1+dfsg-4ubuntu8) vivid; urgency=medium
2551+
2552+ * Support qemu-kvm on x32, arm64, ppc64 and pp64el architectures
2553+ (LP: #1389897) (Patch thanks to mwhudson, BenC, and infinity)
2554+
2555+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 11 Nov 2014 15:51:47 -0600
2556+
2557+qemu (2.1+dfsg-4ubuntu7) vivid; urgency=medium
2558+
2559+ * Apply two patches to fix intermittent qemu-img corruption
2560+ (LP: #1368815)
2561+ - 501-block-raw-posix-fix-disk-corruption-in-try-fiemap
2562+ - 502-block-raw-posic-use-seek-hole-ahead-of-fiemap
2563+
2564+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 29 Oct 2014 22:31:43 -0500
2565+
2566+qemu (2.1+dfsg-4ubuntu6) utopic; urgency=medium
2567+
2568+ * debian/control: slof is moving into main, so we can depend on qemu-slof as
2569+ debian does.
2570+
2571+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 15 Oct 2014 22:01:27 +0200
2572+
2573+qemu (2.1+dfsg-4ubuntu5) utopic; urgency=medium
2574+
2575+ * debian/binfmt-update-in: don't blacklist ppc64le on ppc64 and vice
2576+ versa.
2577+ * Drop Support-ppc64le.pach, as that architecture appears to not exist yet.
2578+ * update d/p/ubuntu/define-ubuntu-machine-types.patch to keep -M pc pointing
2579+ to latest upstream machine type, rather than distro one. Add 'ubuntu'
2580+ machine type for that.
2581+
2582+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 06 Oct 2014 13:41:31 -0500
2583+
2584+qemu (2.1+dfsg-4ubuntu4) utopic; urgency=medium
2585+
2586+ * debian/qemu-system-x86.qemu-kvm.upstart: create /dev/kvm in a
2587+ container. (LP: #1370199)
2588+ * load kvm module on ppc64le at boot (LP: #1369785)
2589+ - debian/rules: install qemu-kvm on ppc64el
2590+ - add debian/qemu-system-ppc.qemu-kvm.{upstart,default} to autoload the
2591+ kvm-hv module if available
2592+ * qemu-system-x86.maintscript: remove accidentally installed
2593+ /etc/init.d/qemu-system-x86 (from 2.0.0+dfsg-6ubuntu1 and a few earlier)
2594+ * rename qemu-system-x86 init script to qemu-kvm so it gets installed in
2595+ ubuntu.
2596+
2597+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 17 Sep 2014 14:20:12 -0500
2598+
2599+qemu (2.1+dfsg-4ubuntu3) utopic; urgency=medium
2600+
2601+ * Re-stick the trusty machine type to 2.0 (where it must always stay) and
2602+ define a new, default, pc-i440fx-utopic machine type (LP: #1369481)
2603+
2604+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 15 Sep 2014 14:04:57 -0500
2605+
2606+qemu (2.1+dfsg-4ubuntu2) utopic; urgency=medium
2607+
2608+ * move kvm_intel nested setting to qemu-system-x86.postinst.
2609+
2610+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 12 Sep 2014 23:12:52 +0000
2611+
2612+qemu (2.1+dfsg-4ubuntu1) utopic; urgency=medium
2613+
2614+ * Merge new debian release
2615+ * Remaining changes:
2616+ - qemu-system-common.postinst:
2617+ * remove acl placed by udev, and add udevadm trigger.
2618+ * reload kvm_intel if needed to set nested=1
2619+ - qemu-system-common.preinst: add kvm group if needed
2620+ - add qemu-kvm upstart job and defaults file (rules,
2621+ qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
2622+ - rules,qemu-system-x86.modprobe: support use under older udevs which
2623+ do not auto-load the kvm kernel module. Enable nesting by default
2624+ on intel.
2625+ - debian/qemu-system-alternatives.in: use a later version as ubuntu
2626+ removed the alternatives bit later.
2627+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
2628+ in qemu64 cpu type.
2629+ - d/p/ubuntu/define-trusty-machine-type.patch: define a default trusty
2630+ machine type to ease future live vm migration.
2631+ - apport hook for qemu source package: d/source_qemu-kvm.py,
2632+ d/qemu-system-common.install
2633+ - debian/binfmt-update-in: support ppcle
2634+ * debian/binfmt-update-in
2635+ * Support-ppcle.patch
2636+ - d/p/CVE-2014-5388.patch
2637+
2638+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 09 Sep 2014 17:56:15 -0500
2639+
2640 qemu (2.1+dfsg-4) unstable; urgency=medium
2641
2642 * mention libnuma-dev but not enable for now
2643@@ -1286,6 +3756,59 @@ qemu (2.1+dfsg-4) unstable; urgency=medium
2644
2645 -- Michael Tokarev <mjt@tls.msk.ru> Sun, 31 Aug 2014 09:32:59 +0400
2646
2647+qemu (2.1+dfsg-3ubuntu4) utopic; urgency=medium
2648+
2649+ * SECURITY UPDATE: memory disclosure via out-of-bounds array access
2650+ - debian/patches/CVE-2014-5388.patch: fix check in hw/acpi/pcihp.c.
2651+ - CVE-2014-5388
2652+
2653+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 09 Sep 2014 08:26:24 -0400
2654+
2655+qemu (2.1+dfsg-3ubuntu3) utopic; urgency=medium
2656+
2657+ * replace d/p/revert-acpi-table-size-bump with
2658+ pc-reserve-more-memory-for-acpi.patch from upstream
2659+ * debian/binfmt-update-in
2660+ - don't run in a container
2661+ - add ppc64le as target (LP: #1358268)
2662+ * Add experimental ppcle support (LP: #1358268)
2663+
2664+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 27 Aug 2014 18:24:32 -0500
2665+
2666+qemu (2.1+dfsg-3ubuntu2) utopic; urgency=medium
2667+
2668+ * revert-acpi-table-size-bump - get qemu -kernel working again.
2669+
2670+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 15 Aug 2014 15:33:24 -0500
2671+
2672+qemu (2.1+dfsg-3ubuntu1) utopic; urgency=medium
2673+
2674+ * Merge new debian release
2675+ * Remaining changes:
2676+ - control-in: stick to libsdl1.2-dev.
2677+ - qemu-system-common.install: add debian/tmp/usr/lib to install the
2678+ qemu-bridge-helper
2679+ - qemu-system-common.postinst: remove acl placed by udev,
2680+ and add udevadm trigger.
2681+ - qemu-system-common.preinst: add kvm group if needed
2682+ - add qemu-kvm upstart job and defaults file (rules,
2683+ qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
2684+ - rules,qemu-system-x86.modprobe: support use under older udevs which
2685+ do not auto-load the kvm kernel module. Enable nesting by default
2686+ on intel.
2687+ - debian/qemu-system-alternatives.in: use a later version as ubuntu
2688+ removed the alternatives bit later.
2689+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
2690+ in qemu64 cpu type.
2691+ - d/p/ubuntu/define-trusty-machine-type.patch: define a default trusty
2692+ machine type to ease future live vm migration.
2693+ - apport hook for qemu source package: d/source_qemu-kvm.py,
2694+ d/qemu-system-common.install
2695+ * Upstart job: use getent group to check for kvm group
2696+ * apport: 'qemu' doesn't exist any more, so check for any qemu* tasks
2697+
2698+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 15 Aug 2014 08:44:54 -0500
2699+
2700 qemu (2.1+dfsg-3) unstable; urgency=medium
2701
2702 * set SHELL = /bin/sh -e, so that more complex shell constructs
2703@@ -1312,6 +3835,42 @@ qemu (2.1+dfsg-3) unstable; urgency=medium
2704
2705 -- Michael Tokarev <mjt@tls.msk.ru> Thu, 14 Aug 2014 14:30:24 +0400
2706
2707+qemu (2.1+dfsg-2ubuntu2) utopic; urgency=medium
2708+
2709+ * reload kvm_intel if needed to set the nested=Y flag (LP: #1324174)
2710+
2711+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 11 Aug 2014 12:58:50 -0500
2712+
2713+qemu (2.1+dfsg-2ubuntu1) utopic; urgency=medium
2714+
2715+ * Merge new debian release
2716+ * Remaining changes:
2717+ - qemu-system-x86.links: add eepro100.rom link, drop links which we
2718+ have in ipxe-qemu package.
2719+ - control-in: stick to libsdl1.2-dev.
2720+ - qemu-system-common.install: add debian/tmp/usr/lib to install the
2721+ qemu-bridge-helper
2722+ - qemu-system-common.postinst: remove acl placed by udev,
2723+ and add udevadm trigger.
2724+ - qemu-system-common.preinst: add kvm group if needed
2725+ - add qemu-kvm upstart job and defaults file (rules,
2726+ qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
2727+ - debian/rules: add qemu-kvm-spice
2728+ - rules,qemu-system-x86.modprobe: support use under older udevs which
2729+ do not auto-load the kvm kernel module. Enable nesting by default
2730+ on intel.
2731+ - binfmt-update-in: make sure to filter out compat arches.
2732+ - debian/qemu-system-alternatives.in: use a later version as ubuntu
2733+ removed the alternatives bit later.
2734+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
2735+ in qemu64 cpu type.
2736+ - d/p/ubuntu/define-trusty-machine-type.patch: define a default trusty
2737+ machine type to ease future live vm migration.
2738+ - apport hook for qemu source package: d/source_qemu-kvm.py,
2739+ d/qemu-system-common.install
2740+
2741+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 05 Aug 2014 13:53:06 -0500
2742+
2743 qemu (2.1+dfsg-2) unstable; urgency=medium
2744
2745 * l2tp-linux-only.patch: fix FTBFS on kfreebsd
2746@@ -1363,6 +3922,43 @@ qemu (2.0.0+dfsg-7) unstable; urgency=medium
2747
2748 -- Michael Tokarev <mjt@tls.msk.ru> Thu, 24 Jul 2014 16:51:16 +0400
2749
2750+qemu (2.0.0+dfsg-6ubuntu2) utopic; urgency=medium
2751+
2752+ * d/qemu-system-x86.qemu-kvm.upstart: change the early-exit check from
2753+ /usr/bin/kvm to qemu-system-x86_64. (LP: #1348551)
2754+
2755+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 25 Jul 2014 08:35:02 -0500
2756+
2757+qemu (2.0.0+dfsg-6ubuntu1) utopic; urgency=medium
2758+
2759+ * Merge 2.0.0+dfsg-6. Remaining changes:
2760+ - qemu-system-x86.links: add eepro100.rom link, drop links which we
2761+ have in ipxe-qemu package.
2762+ - control-in: stick to libgnutls-dev and libsdl1.2-dev.
2763+ - qemu-system-common.install: add debian/tmp/usr/lib to install the
2764+ qemu-bridge-helper
2765+ - qemu-system-common.postinst: remove acl placed by udev,
2766+ and add udevadm trigger.
2767+ - qemu-system-common.preinst: add kvm group if needed
2768+ - add qemu-kvm upstart job and defaults file (rules,
2769+ qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
2770+ - debian/rules: add qemu-kvm-spice
2771+ - rules,qemu-system-x86.modprobe: support use under older udevs which
2772+ do not auto-load the kvm kernel module. Enable nesting by default
2773+ on intel.
2774+ - binfmt-update-in: make sure to filter out compat arches.
2775+ - debian/qemu-system-alternatives.in: use a later version as ubuntu
2776+ removed the alternatives bit later.
2777+ - d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
2778+ in qemu64 cpu type.
2779+ - d/p/ubuntu/define-trusty-machine-type.patch: define a default trusty
2780+ machine type to ease future live vm migration.
2781+ - re-introduce apport hook for qemu source package:
2782+ d/source_qemu-kvm.py, d/qemu-system-common.install
2783+ * enable-build-dep on libjpeg8-dev - which is now in main
2784+
2785+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 23 Jun 2014 14:52:54 -0500
2786+
2787 qemu (2.0.0+dfsg-6) unstable; urgency=medium
2788
2789 * build-depend on libgnutls28-dev not libgnutls-dev
2790@@ -1406,6 +4002,59 @@ qemu (2.0.0+dfsg-3) unstable; urgency=low
2791
2792 -- Michael Tokarev <mjt@tls.msk.ru> Mon, 21 Apr 2014 12:34:03 +0400
2793
2794+qemu (2.0.0+dfsg-2ubuntu3) utopic; urgency=medium
2795+
2796+ * remove alternatives for qemu: different architectures
2797+ aren't really alternatives and never had been (LP: #1316829)
2798+
2799+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 07 May 2014 15:12:33 +0000
2800+
2801+qemu (2.0.0+dfsg-2ubuntu2) utopic; urgency=medium
2802+
2803+ * debian/rules: install the proper /etc/init/qemu-kvm.conf (LP: #1315402)
2804+ * debian/control: drop the versioning requirement from libfdt-dev
2805+ build-dependency, as it is longer needed (LP: #1295072)
2806+
2807+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 02 May 2014 11:43:44 -0500
2808+
2809+qemu (2.0.0+dfsg-2ubuntu1) trusty-proposed; urgency=medium
2810+
2811+ * Merge 2.0.0+dfsg-2
2812+ * Incorporates a fix for spice users (LP: #1309452)
2813+ * drop patch kvm_physical_sync_dirty_bitmap-ignore-ENOENT-from-kv.patch, as
2814+ the regression requiring it was reverted for 2.0 upstream.
2815+ * remove qemu-system-common depends on the qemu-system-aarch64 metapackage
2816+ * debian/qemu-debootstrap: add arm64
2817+ * Remaining changes from debian:
2818+ - keep qemu 'alternative' (not something to change in SRU)
2819+ - debian/control and debian/control-in:
2820+ * versioned libfdt-dev check, until libfdt is fixed in precise
2821+ * enable rbd
2822+ * remove ovmf Recommends, as it is in multiverse
2823+ * use libsdl1.2, not libsdl2, since libsdl2-dev is in universe
2824+ * add a qemu-system-aarch64 metapackage for transitions from trusty
2825+ development version. This can be removed after trusty.
2826+ - qemu-system-common.install: add debian/tmp/usr/lib to install the
2827+ qemu-bridge-helper
2828+ - qemu-system-common.postinst: fix /dev/kvm acls
2829+ - qemu-system-common.preinst: add kvm group if needed
2830+ - qemu-system-x86.links: add eepro100.rom link, drop links which we
2831+ have in ipxe-qemu package.
2832+ - qemu-system-x86.modprobe: set module options for older releases
2833+ - qemu-system-x86.qemu-kvm.default: defaults for the upstart job
2834+ - qemu-system-x86.qemu-kvm.upstart: qemu-kvm upstart job
2835+ - qemu-user-static.postinst-in: remove qemu-arm64-static on arm64
2836+ - debian/rules
2837+ * add legacy kvm-spice link
2838+ * fix ppc and arm slections
2839+ * add aarch64 to user_targets
2840+ - debian/patches/ubuntu/define-trusty-machine-type.patch: define a
2841+ pc-i440fx-trusty machine type as the default.
2842+ - debian/patches/ubuntu/expose-vmx_qemu64cpu.patch: support nesting by
2843+ default in qemu64 cpu time.
2844+
2845+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 18 Apr 2014 09:23:27 -0500
2846+
2847 qemu (2.0.0+dfsg-2) unstable; urgency=medium
2848
2849 * resurrect 02_kfreebsd.patch, -- without it qemu FTBFS on current
2850@@ -1465,6 +4114,50 @@ qemu (2.0.0~rc1+dfsg-1exp) experimental; urgency=low
2851
2852 -- Michael Tokarev <mjt@tls.msk.ru> Sat, 05 Apr 2014 16:23:48 +0400
2853
2854+qemu (2.0.0~rc1+dfsg-0ubuntu3) trusty; urgency=medium
2855+
2856+ * d/p/ubuntu/kvm_physical_sync_dirty_bitmap-ignore-ENOENT-from-kv.patch
2857+ don't abort() just because the kernel has no dirty bitmap.
2858+ (LP: #1303926)
2859+
2860+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 08 Apr 2014 22:32:00 -0500
2861+
2862+qemu (2.0.0~rc1+dfsg-0ubuntu2) trusty; urgency=medium
2863+
2864+ * define-trusty-machine-type.patch: update the trusty machine type name to
2865+ pc-i440fx-trusty (LP: #1304107)
2866+
2867+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 08 Apr 2014 11:49:04 -0500
2868+
2869+qemu (2.0.0~rc1+dfsg-0ubuntu1) trusty; urgency=medium
2870+
2871+ * Merge 2.0.0-rc1
2872+ * debian/rules: consolidate ppc filter entries.
2873+ * Move qemu-system-arch64 into qemu-system-arm
2874+ * debian/patches/define-trusty-machine-type.patch: define a trusty machine
2875+ type, currently the same as pc-i440fx-2.0, to put is in a better position
2876+ to enable live migrations from trusty onward. (LP: #1294823)
2877+ * debian/control: build-dep on libfdt >= 1.4.0 (LP: #1295072)
2878+ * Merge latest upstream git to commit dc9528f
2879+ * Debian/rules:
2880+ - remove -enable-uname-release=2.6.32
2881+ - don't make the aarch64 target Ubuntu-specific.
2882+ * Remove patches which are now upstream:
2883+ - fix-smb-security-share.patch
2884+ - slirp-smb-redirect-port-445-too.patch
2885+ - linux-user-Implement-sendmmsg-syscall.patch (better version is upstream)
2886+ - signal-added-a-wrapper-for-sigprocmask-function.patch
2887+ - ubuntu/signal-sigsegv-protection-on-do_sigprocmask.patch
2888+ - ubuntu/Don-t-block-SIGSEGV-at-more-places.patch
2889+ - ubuntu/ppc-force-cpu-threads-count-to-be-power-of-2.patch
2890+ * add link for /usr/share/qemu/bios-256k.bin
2891+ * Remove all linaro patches.
2892+ * Remove all arm64/ patches. Many but not all are upstream.
2893+ * Remove CVE-2013-4377.patch which is upstream.
2894+ * debian/control-in: don't make qemu-system-aarch64 ubuntu-specific
2895+
2896+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 25 Feb 2014 22:31:43 -0600
2897+
2898 qemu (1.7.0+dfsg-9) unstable; urgency=medium
2899
2900 * remove rbd/rados/ceph support *again*, till they'll actually provide
2901@@ -1529,6 +4222,104 @@ qemu (1.7.0+dfsg-4) unstable; urgency=medium
2902
2903 -- Michael Tokarev <mjt@tls.msk.ru> Wed, 12 Mar 2014 18:34:03 +0400
2904
2905+qemu (1.7.0+dfsg-3ubuntu7) trusty; urgency=low
2906+
2907+ * No-change rebuild to build with libxen-4.4.
2908+
2909+ -- Stefan Bader <stefan.bader@canonical.com> Fri, 21 Mar 2014 10:04:36 +0100
2910+
2911+qemu (1.7.0+dfsg-3ubuntu6) trusty; urgency=medium
2912+
2913+ * d/p/ubuntu/ppc-force-cpu-threads-count-to-be-power-of-2.patch: cherrypick
2914+ upstream patch to force cpu count on ppc to be a power of 2. (LP: #1279682)
2915+
2916+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 11 Mar 2014 00:03:00 -0500
2917+
2918+qemu (1.7.0+dfsg-3ubuntu5) trusty; urgency=medium
2919+
2920+ [ dann frazier ]
2921+ * Add patches from the susematz tree to avoid intermittent segfaults:
2922+ - ubuntu/signal-added-a-wrapper-for-sigprocmask-function.patch
2923+ - ubuntu/signal-sigsegv-protection-on-do_sigprocmask.patch
2924+ - ubuntu/Don-t-block-SIGSEGV-at-more-places.patch
2925+
2926+ [ Serge Hallyn ]
2927+ * Modify do_sigprocmask to only change behavior for aarch64.
2928+ (LP: #1285363)
2929+
2930+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Thu, 06 Mar 2014 16:15:50 -0600
2931+
2932+qemu (1.7.0+dfsg-3ubuntu4) trusty; urgency=medium
2933+
2934+ [ Steve Langasek ]
2935+ * Merge debian/control with unreleased Debian branch: our architecture
2936+ lists should now be in sync.
2937+
2938+ [ Dann Frazier ]
2939+ * ubuntu/linux-user-Implement-sendmmsg-syscall.patch: Fix user mode DNS
2940+ on arm64 and maybe others. (LP: #1284344)
2941+
2942+ [ Serge Hallyn ]
2943+ * Move the OVMF.fd link to the ovmf package.
2944+
2945+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 21 Feb 2014 12:14:53 -0800
2946+
2947+qemu (1.7.0+dfsg-3ubuntu3) trusty; urgency=medium
2948+
2949+ * Add ppc64el to the architecture list (supposedly added in the previous
2950+ upload, but really wasn't).
2951+
2952+ -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 20 Feb 2014 23:40:07 -0800
2953+
2954+qemu (1.7.0+dfsg-3ubuntu2) trusty; urgency=medium
2955+
2956+ * Backport changes to enable qemu-user-static support for aarch64
2957+ * debian/control: add ppc64el to Architectures
2958+ * debian/rules: only install qemu-system-aarch64 on arm64.
2959+ Fixes a FTBFS when built twice in a row on non-arm64 due to a stale
2960+ debian/qemu-system-aarch64 directory
2961+
2962+ -- dann frazier <dann.frazier@canonical.com> Tue, 11 Feb 2014 15:41:53 -0700
2963+
2964+qemu (1.7.0+dfsg-3ubuntu1) trusty; urgency=medium
2965+
2966+ * Fix broken filter_binfmts
2967+ * Remove use of dpkg-version in postinsts, as we're not Depending on
2968+ dpkg-dev.
2969+
2970+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 05 Feb 2014 21:57:38 -0600
2971+
2972+qemu (1.7.0+dfsg-3ubuntu1~ppa1) trusty; urgency=medium
2973+
2974+ * Merge 1.7.0+dfsg-3 from debian. Remaining changes:
2975+ - debian/patches/ubuntu:
2976+ * expose-vmx_qemu64cpu.patch
2977+ * linaro (omap3) and arm64 patches
2978+ * ubuntu/target-ppc-add-stubs-for-kvm-breakpoints: fix FTBFS
2979+ on ppc
2980+ * ubuntu/CVE-2013-4377.patch: fix denial of service via virtio
2981+ - debian/qemu-system-x86.modprobe: set kvm_intel nested=1 options
2982+ - debian/control:
2983+ * add arm64 to Architectures
2984+ * add qemu-common and qemu-system-aarch64 packages
2985+ - debian/qemu-system-common.install: add debian/tmp/usr/lib
2986+ - debian/qemu-system-common.preinst: add kvm group
2987+ - debian/qemu-system-common.postinst: remove acl placed by udev,
2988+ and add udevadm trigger.
2989+ - qemu-system-x86.links: add eepro100.rom, remove pxe-virtio,
2990+ pxe-e1000 and pxe-rtl8139.
2991+ - add qemu-system-x86.qemu-kvm.upstart and .default
2992+ - qemu-user-static.postinst-in: remove arm64 binfmt
2993+ - debian/rules:
2994+ * allow parallel build
2995+ * add aarch64 to system_targets and sys_systems
2996+ * add qemu-kvm-spice links
2997+ * install qemu-system-x86.modprobe
2998+ - add debian/qemu-system-common.links for OVMF.fd link
2999+ * Remove kvm-img, kvm-nbd, kvm-ifup and kvm-ifdown symlinks.
3000+
3001+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 04 Feb 2014 12:13:08 -0600
3002+
3003 qemu (1.7.0+dfsg-3) unstable; urgency=low
3004
3005 * qemu-kvm: fix versions for Breaks/Replaces/Depends on qemu-system-x86
3006@@ -1554,6 +4345,121 @@ qemu (1.7.0+dfsg-3) unstable; urgency=low
3007
3008 -- Michael Tokarev <mjt@tls.msk.ru> Thu, 16 Jan 2014 15:17:46 +0400
3009
3010+qemu (1.7.0+dfsg-2ubuntu9) trusty; urgency=medium
3011+
3012+ * debian/qemu-user-static.postinst-in: remove arm64 qemu-user binfmt, which
3013+ may have been installed up to 1.6.0+dfsg-2ubuntu4 (LP: #1273654)
3014+
3015+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 28 Jan 2014 14:41:20 +0000
3016+
3017+qemu (1.7.0+dfsg-2ubuntu8) trusty; urgency=medium
3018+
3019+ * SECURITY UPDATE: denial of service via virtio device hot-plugging
3020+ - debian/patches/CVE-2013-4377.patch: upstream commits to refactor
3021+ virtio device unplugging.
3022+ - CVE-2013-4377
3023+
3024+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 27 Jan 2014 09:10:37 -0500
3025+
3026+qemu (1.7.0+dfsg-2ubuntu7) trusty; urgency=medium
3027+
3028+ * d/p/target-ppc-add-stubs-for-kvm-breakpoints: fix FTBFS on
3029+ powerpc.
3030+
3031+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 22 Jan 2014 11:59:26 -0600
3032+
3033+qemu (1.7.0+dfsg-2ubuntu6) trusty; urgency=medium
3034+
3035+ [ Serge Hallyn ]
3036+ * add arm64 patchset from upstream. The three arm virt patches previously
3037+ pushed are in that set, so drop them.
3038+
3039+ [ dann frazier ]
3040+ * Add packaging for qemu-system-aarch64. This package is currently only
3041+ available for arm64, as full software emulation is not yet supported.
3042+
3043+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 10 Jan 2014 12:19:08 -0600
3044+
3045+qemu (1.7.0+dfsg-2ubuntu5) trusty; urgency=medium
3046+
3047+ * Drop d/p/fix-pci-add: upstream does not intend for pci_add to be
3048+ supported any longer.
3049+ * Add patchset from git://git.linaro.org/qemu/qemu-linaro.git#rebasing
3050+ * Refresh debian/patches/hw_arm_add_virt_platform.patch against context
3051+ churn caused by linaro patchset.
3052+ * debian/rules: enable parallel builds.
3053+
3054+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 03 Jan 2014 10:53:17 -0600
3055+
3056+qemu (1.7.0+dfsg-2ubuntu4) trusty; urgency=medium
3057+
3058+ * d/control: enable usbredir (LP: 1126390)
3059+
3060+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Thu, 02 Jan 2014 08:55:43 -0600
3061+
3062+qemu (1.7.0+dfsg-2ubuntu3) trusty; urgency=medium
3063+
3064+ * add missing arm virt patches from the mach-virt-v7 branch of
3065+ git://git.linaro.org/people/cdall/qemu-arm.git
3066+
3067+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 18 Dec 2013 12:25:59 -0600
3068+
3069+qemu (1.7.0+dfsg-2ubuntu2) trusty; urgency=medium
3070+
3071+ * debian/control: add arm64 to list of architectures.
3072+
3073+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Thu, 12 Dec 2013 10:22:47 -0600
3074+
3075+qemu (1.7.0+dfsg-2ubuntu1) trusty; urgency=low
3076+
3077+ * Merge 1.7.0+dfsg-2 from debian experimental. Remaining changes:
3078+ - debian/control
3079+ * update maintainer
3080+ * remove libiscsi, usb-redir, vde, vnc-jpeg, and libssh2-1-dev
3081+ from build-deps
3082+ * enable rbd
3083+ * add qemu-system and qemu-common B/R to qemu-keymaps
3084+ * add D:udev, R:qemu, R:qemu-common and B:qemu-common to
3085+ qemu-system-common
3086+ * qemu-system-arm, qemu-system-ppc, qemu-system-sparc:
3087+ - add qemu-common, qemu-kvm, kvm to B/R
3088+ - remove openbios-sparc from qemu-system-sparc D
3089+ - drop openbios-ppc and openhackware Depends to Suggests (for now)
3090+ * qemu-system-x86:
3091+ - add qemu-common to Breaks/Replaces.
3092+ - add cpu-checker to Recommends.
3093+ * qemu-user: add B/R:qemu-kvm
3094+ * qemu-kvm:
3095+ - add armhf armel powerpc sparc to Architecture
3096+ - C/R/P: qemu-kvm-spice
3097+ * add qemu-common package
3098+ * drop qemu-slof which is not packaged in ubuntu
3099+ - add qemu-system-common.links for tap ifup/down scripts and OVMF link.
3100+ - qemu-system-x86.links:
3101+ * remove pxe rom links which are in kvm-ipxe
3102+ - debian/rules
3103+ * add kvm-spice symlink to qemu-kvm
3104+ * call dh_installmodules for qemu-system-x86
3105+ * update dh_installinit to install upstart script
3106+ * run dh_installman (Closes: #709241) (cherrypicked from 1.5.0+dfsg-2)
3107+ - Add qemu-utils.links for kvm-* symlinks.
3108+ - Add qemu-system-x86.qemu-kvm.upstart and .default
3109+ - Add qemu-system-x86.modprobe to set nesting=1
3110+ - Add qemu-system-common.preinst to add kvm group
3111+ - qemu-system-common.postinst: remove bad group acl if there, then have
3112+ udev relabel /dev/kvm.
3113+ - New linaro patches from qemu-linaro rebasing branch
3114+ - Dropped patches:
3115+ * linaro patchset
3116+ * mach-virt patchset
3117+ - Kept patches:
3118+ * expose_vms_qemu64cpu.patch
3119+ * fix-pci-add
3120+ * qemu-system-common.install: add debian/tmp/usr/lib to install the
3121+ qemu-bridge-helper
3122+
3123+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Sat, 07 Dec 2013 06:08:11 +0000
3124+
3125 qemu (1.7.0+dfsg-2) unstable; urgency=low
3126
3127 * switch from vgabios to seavgabios
3128@@ -1583,6 +4489,73 @@ qemu (1.7.0+dfsg-1) unstable; urgency=low
3129
3130 -- Michael Tokarev <mjt@tls.msk.ru> Thu, 28 Nov 2013 03:14:21 +0400
3131
3132+qemu (1.6.0+dfsg-2ubuntu2) trusty; urgency=low
3133+
3134+ * debian/control: qemu-utils must Replace: qemu-kvm as it did in raring,
3135+ to prevent lts-to-lts updates from breaking. (LP: #1243403)
3136+
3137+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 23 Oct 2013 14:31:05 -0500
3138+
3139+qemu (1.6.0+dfsg-2ubuntu1) trusty; urgency=low
3140+
3141+ * Merge 1.6.0~rc0+dfsg-2exp from debian experimental. Remaining changes:
3142+ - debian/control
3143+ * update maintainer
3144+ * remove libiscsi, usb-redir, vde, vnc-jpeg, and libssh2-1-dev
3145+ from build-deps
3146+ * enable rbd
3147+ * add qemu-system and qemu-common B/R to qemu-keymaps
3148+ * add D:udev, R:qemu, R:qemu-common and B:qemu-common to
3149+ qemu-system-common
3150+ * qemu-system-arm, qemu-system-ppc, qemu-system-sparc:
3151+ - add qemu-kvm to Provides
3152+ - add qemu-common, qemu-kvm, kvm to B/R
3153+ - remove openbios-sparc from qemu-system-sparc D
3154+ - drop openbios-ppc and openhackware Depends to Suggests (for now)
3155+ * qemu-system-x86:
3156+ - add qemu-common to Breaks/Replaces.
3157+ - add cpu-checker to Recommends.
3158+ * qemu-user: add B/R:qemu-kvm
3159+ * qemu-kvm:
3160+ - add armhf armel powerpc sparc to Architecture
3161+ - C/R/P: qemu-kvm-spice
3162+ * add qemu-common package
3163+ * drop qemu-slof which is not packaged in ubuntu
3164+ - add qemu-system-common.links for tap ifup/down scripts and OVMF link.
3165+ - qemu-system-x86.links:
3166+ * remove pxe rom links which are in kvm-ipxe
3167+ * add symlink for kvm.1 manpage
3168+ - debian/rules
3169+ * add kvm-spice symlink to qemu-kvm
3170+ * call dh_installmodules for qemu-system-x86
3171+ * update dh_installinit to install upstart script
3172+ * run dh_installman (Closes: #709241) (cherrypicked from 1.5.0+dfsg-2)
3173+ - Add qemu-utils.links for kvm-* symlinks.
3174+ - Add qemu-system-x86.qemu-kvm.upstart and .default
3175+ - Add qemu-system-x86.modprobe to set nesting=1
3176+ - Add qemu-system-common.preinst to add kvm group
3177+ - qemu-system-common.postinst: remove bad group acl if there, then have
3178+ udev relabel /dev/kvm.
3179+ - New linaro patches from qemu-linaro rebasing branch
3180+ - Dropped patches:
3181+ * xen-simplify-xen_enabled.patch
3182+ * sparc-linux-user-fix-missing-symbols-in-.rel-.rela.plt-sections.patch
3183+ * main_loop-do-not-set-nonblocking-if-xen_enabled.patch
3184+ * xen_machine_pv-do-not-create-a-dummy-CPU-in-machine-.patch
3185+ * virtio-rng-fix-crash
3186+ - Kept patches:
3187+ * expose_vms_qemu64cpu.patch - updated
3188+ * linaro arm patches from qemu-linaro rebasing branch
3189+ - New patches:
3190+ * fix-pci-add: change CONFIG variable in ifdef to make sure that
3191+ pci_add is defined.
3192+ * Add linaro patches
3193+ * Add experimental mach-virt patches for arm virtualization.
3194+ * qemu-system-common.install: add debian/tmp/usr/lib to install the
3195+ qemu-bridge-helper
3196+
3197+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 22 Oct 2013 22:47:07 -0500
3198+
3199 qemu (1.6.0+dfsg-2) unstable; urgency=low
3200
3201 * Build-depend in seccomp again once it is in -testing
3202@@ -1653,6 +4626,89 @@ qemu (1.5.0+dfsg-4) unstable; urgency=medium
3203
3204 -- Michael Tokarev <mjt@tls.msk.ru> Thu, 06 Jun 2013 01:50:32 +0400
3205
3206+qemu (1.5.0+dfsg-3ubuntu6) trusty; urgency=low
3207+
3208+ * No change rebuild for new seccomp.
3209+
3210+ -- Stéphane Graber <stgraber@ubuntu.com> Mon, 21 Oct 2013 18:34:50 -0400
3211+
3212+qemu (1.5.0+dfsg-3ubuntu5) saucy; urgency=low
3213+
3214+ * Cherrypick upstream patch to fix crash with rng device (LP: #1235017)
3215+ - virtio-rng-fix-crash
3216+
3217+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 09 Oct 2013 17:46:49 -0500
3218+
3219+qemu (1.5.0+dfsg-3ubuntu4) saucy; urgency=low
3220+
3221+ * Re-introduce snippet in upstart job to load kvm modules if needed.
3222+ (LP: #1218459)
3223+
3224+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 16 Sep 2013 22:43:52 +0000
3225+
3226+qemu (1.5.0+dfsg-3ubuntu3) saucy; urgency=low
3227+
3228+ * Cherry-picking three Xen related patches targetted for qemu-stable:
3229+ * xen-simplify-xen_enabled.patch
3230+ * main_loop-do-not-set-nonblocking-if-xen_enabled.patch
3231+ * xen_machine_pv-do-not-create-a-dummy-CPU-in-machine-.patch
3232+
3233+ -- Stefan Bader <stefan.bader@canonical.com> Fri, 26 Jul 2013 15:01:44 +0200
3234+
3235+qemu (1.5.0+dfsg-3ubuntu2) saucy; urgency=low
3236+
3237+ * Drop openbios-ppc and openhackware Depends to Suggests for now.
3238+
3239+ -- Adam Conrad <adconrad@ubuntu.com> Wed, 05 Jun 2013 03:23:56 -0600
3240+
3241+qemu (1.5.0+dfsg-3ubuntu1) saucy; urgency=low
3242+
3243+ * Merge 1.5.0+dfs-3 from debian unstable. Remaining changes:
3244+ - debian/control
3245+ * update maintainer
3246+ * remove libiscsi, usb-redir, vde, vnc-jpeg, and libssh2-1-dev
3247+ from build-deps
3248+ * enable rbd
3249+ * add qemu-system and qemu-common B/R to qemu-keymaps
3250+ * add D:udev, R:qemu, R:qemu-common and B:qemu-common to
3251+ qemu-system-common
3252+ * qemu-system-arm, qemu-system-ppc, qemu-system-sparc:
3253+ - add qemu-kvm to Provides
3254+ - add qemu-common, qemu-kvm, kvm to B/R
3255+ - remove openbios-sparc from qemu-system-sparc D
3256+ * qemu-system-x86:
3257+ - add qemu-common to Breaks/Replaces.
3258+ - add cpu-checker to Recommends.
3259+ * qemu-user: add B/R:qemu-kvm
3260+ * qemu-kvm:
3261+ - add armhf armel powerpc sparc to Architecture
3262+ - C/R/P: qemu-kvm-spice
3263+ * add qemu-common package
3264+ * drop qemu-slof which is not packaged in ubuntu
3265+ - add qemu-system-common.links for tap ifup/down scripts and OVMF link.
3266+ - qemu-system-x86.links:
3267+ * remove pxe rom links which are in kvm-ipxe
3268+ * add symlink for kvm.1 manpage
3269+ - debian/rules
3270+ * add kvm-spice symlink to qemu-kvm
3271+ * call dh_installmodules for qemu-system-x86
3272+ * update dh_installinit to install upstart script
3273+ * run dh_installman (Closes: #709241) (cherrypicked from 1.5.0+dfsg-2)
3274+ - Add qemu-utils.links for kvm-* symlinks.
3275+ - Add qemu-system-x86.qemu-kvm.upstart and .default
3276+ - Add qemu-system-x86.modprobe to set nesting=1
3277+ - Add qemu-system-common.preinst to add kvm group
3278+ - qemu-system-common.postinst: remove bad group acl if there, then have
3279+ udev relabel /dev/kvm.
3280+ - Dropped patches:
3281+ * 0001-fix-wrong-output-with-info-chardev-for-tcp-socket.patch
3282+ - Kept patches:
3283+ * expose_vms_qemu64cpu.patch - updated
3284+ * gridcentric patch - updated
3285+ * linaro arm patches from qemu-linaro rebasing branch
3286+
3287+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 04 Jun 2013 22:56:43 +0200
3288+
3289 qemu (1.5.0+dfsg-3) unstable; urgency=low
3290
3291 * fix sections: misc => otherosfs
3292@@ -1672,6 +4728,54 @@ qemu (1.5.0+dfsg-3) unstable; urgency=low
3293
3294 -- Michael Tokarev <mjt@tls.msk.ru> Sun, 02 Jun 2013 01:49:47 +0400
3295
3296+qemu (1.5.0+dfsg-2ubuntu1) saucy; urgency=low
3297+
3298+ * Merge 1.5.0+dfs-2 from debian unstable. Remaining changes:
3299+ - debian/control
3300+ * update maintainer
3301+ * remove libiscsi, usb-redir, vde, vnc-jpeg, and libssh2-1-dev
3302+ from build-deps
3303+ * enable rbd
3304+ * add qemu-system and qemu-common B/R to qemu-keymaps
3305+ * add D:udev, R:qemu, R:qemu-common and B:qemu-common to
3306+ qemu-system-common
3307+ * qemu-system-arm, qemu-system-ppc, qemu-system-sparc:
3308+ - add qemu-kvm to Provides
3309+ - add qemu-common, qemu-kvm, kvm to B/R
3310+ - remove openbios-sparc from qemu-system-sparc D
3311+ * qemu-system-x86:
3312+ - add qemu-common to Breaks/Replaces.
3313+ - add cpu-checker to Recommends.
3314+ * qemu-user: add B/R:qemu-kvm
3315+ * qemu-kvm:
3316+ - add armhf armel powerpc sparc to Architecture
3317+ - C/R/P: qemu-kvm-spice
3318+ * add qemu-common package
3319+ * drop qemu-slof which is not packaged in ubuntu
3320+ - add qemu-system-common.links for tap ifup/down scripts and OVMF link.
3321+ - qemu-system-x86.links:
3322+ * remove pxe rom links which are in kvm-ipxe
3323+ * add symlink for kvm.1 manpage
3324+ - debian/rules
3325+ * add kvm-spice symlink to qemu-kvm
3326+ * call dh_installmodules for qemu-system-x86
3327+ * update dh_installinit to install upstart script
3328+ * run dh_installman (Closes: #709241) (cherrypicked from 1.5.0+dfsg-2)
3329+ - Add qemu-utils.links for kvm-* symlinks.
3330+ - Add qemu-system-x86.qemu-kvm.upstart and .default
3331+ - Add qemu-system-x86.modprobe to set nesting=1
3332+ - Add qemu-system-common.preinst to add kvm group
3333+ - qemu-system-common.postinst: remove bad group acl if there, then have
3334+ udev relabel /dev/kvm.
3335+ - Dropped patches:
3336+ * 0001-fix-wrong-output-with-info-chardev-for-tcp-socket.patch
3337+ - Kept patches:
3338+ * expose_vms_qemu64cpu.patch - updated
3339+ * gridcentric patch - updated
3340+ * linaro arm patches from qemu-linaro rebasing branch
3341+
3342+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 28 May 2013 08:18:30 -0500
3343+
3344 qemu (1.5.0+dfsg-2) unstable; urgency=low
3345
3346 * merged development history of wheezy and experimental branches.
3347@@ -1739,6 +4843,76 @@ qemu (1.4.0+dfsg-2exp) experimental; urgency=low
3348
3349 -- Michael Tokarev <mjt@tls.msk.ru> Thu, 18 Apr 2013 14:45:30 +0400
3350
3351+qemu (1.4.0+dfsg-1expubuntu4) raring; urgency=low
3352+
3353+ * re-add qemu-system-x86.modprobe to set nesting=1 (LP: #1155177)
3354+ * qemu-system-x86.qemu-kvm.upstart:
3355+ - remove NESTED workarounds from upstart file.
3356+ - remove loading of modules which is now always done
3357+ - remove TAPR define which is no longer used
3358+ * move customizable defines back to qemu-kvm.default
3359+ * copy creation of group kvm to preinst - the group must exist when the
3360+ kvm udev rule is installed (LP: #1103022) (LP: #1092715)
3361+ * add adduser to qemu-system-common Pre-Depends for use by preinst.
3362+
3363+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Thu, 14 Mar 2013 14:21:53 -0500
3364+
3365+qemu (1.4.0+dfsg-1expubuntu3) raring; urgency=low
3366+
3367+ * debian/rules: add a symlink from kvm-spice to kvm in qemu-kvm, on
3368+ i386/amd64 targets. (LP: #1126258)
3369+
3370+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Thu, 28 Feb 2013 15:17:16 -0600
3371+
3372+qemu (1.4.0+dfsg-1expubuntu2) raring; urgency=low
3373+
3374+ * substitute (apparently identical) patches from 1.4.0 qemu-linaro rebasing
3375+ tree.
3376+ * add qemu-common to qemu-system-common B/R (was accidentally dropped from
3377+ 1.3.0 in 1.4.0 merge).
3378+ * debian/control: fix kvm P/C/B/R:
3379+ - make all C/B/R against kvm versioned
3380+ - don't have any qemu-system-* other than x86 Provides: kvm
3381+
3382+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 22 Feb 2013 13:34:07 -0600
3383+
3384+qemu (1.4.0+dfsg-1expubuntu1) raring; urgency=low
3385+
3386+ * Merge 1.4.0+dfsg-1exp from debian. Remaining changes:
3387+ - debian/control:
3388+ * update maintainer
3389+ * remove libiscsi, usb-redir, vde, and vnc-jpeg from build-deps
3390+ * enable rbd
3391+ * add qemu-system and qemu-common B/R to qemu-keymaps
3392+ * add D:udev and R:qemu to qemu-system-common
3393+ * qemu-system-arm, qemu-system-ppc, qemu-system-sparc:
3394+ - add qemu-kvm and kvm to Provides
3395+ - add qemu-common and qemu-kvm to Breaks/Replaces qemu-system-ppc,
3396+ qemu-system-sparc:
3397+ - remove openbios-$arch from Depends
3398+ * qemu-system-x86:
3399+ - add qemu-common to Breaks/Replaces.
3400+ - add cpu-checker to Recommends.
3401+ * qemu-user:
3402+ - add B/R qemu-kvm
3403+ * qemu-utils:
3404+ - add B/R qemu-user and qemu-kvm
3405+ * qemu-kvm: add armhf armel powerpc sparc to Architecture
3406+ * add qemu-common package
3407+ - add qemu-system-common.links for tap ifup/down scripts and OVMF link.
3408+ - qemu-system-x86.links:
3409+ * remove pxe rom links which are in kvm-ipxe
3410+ * add symlink for kvm.1 manpage
3411+ - Add qemu-utils.links for kvm-* symlinks.
3412+ - Add qemu-kvm.conf upstart job to qemu-system
3413+ - Clear /dev/kvm acls on install
3414+ - Add linaro arm patches.
3415+ - Add gridcentric patches.
3416+ - Re-add expose_vms_qemu64cpu.patch (from Daviey)
3417+ * Add 0001-fix-wrong-output-with-info-chardev-for-tcp-socket.patch
3418+
3419+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 20 Feb 2013 11:58:27 -0600
3420+
3421 qemu (1.4.0+dfsg-1exp) experimental; urgency=low
3422
3423 [ Michael Tokarev ]
3424@@ -1794,6 +4968,116 @@ qemu (1.4.0~rc0+dfsg-1exp) experimental; urgency=low
3425
3426 -- Michael Tokarev <mjt@tls.msk.ru> Sat, 02 Feb 2013 21:05:28 +0400
3427
3428+qemu (1.3.0+dfsg-5expubuntu5) raring; urgency=low
3429+
3430+ * qemu-system-common.postinst: only run setfacl when /dev/kvm exists.
3431+ (LP: #1130591)
3432+
3433+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 20 Feb 2013 08:58:53 -0600
3434+
3435+qemu (1.3.0+dfsg-5expubuntu4) raring; urgency=low
3436+
3437+ * Update workarounds for udev/inotify: (LP: #1092715)
3438+ - qemu-system-common.udev: go back to original, simple rule
3439+ - qemu-system-common.postinst: manually run setfacl
3440+ - (keep Depends: on acl as well)
3441+ - this can be removed once bug 1092715 is fixed.
3442+
3443+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 19 Feb 2013 12:41:22 -0600
3444+
3445+qemu (1.3.0+dfsg-5expubuntu3) raring; urgency=low
3446+
3447+ * Now that qemu provides spice support, and qemu-kvm-spice is removed from
3448+ the archive, have qemu-kvm (which qemu-kvm-spice always depended on)
3449+ P/C/R qemu-kvm-spice.
3450+
3451+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Thu, 14 Feb 2013 13:43:27 -0600
3452+
3453+qemu (1.3.0+dfsg-5expubuntu2) raring; urgency=low
3454+
3455+ * Enable spice.
3456+ * Address lintian warning by adding ${misc:Depends} to qemu-common and
3457+ qemu-kvm.
3458+
3459+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 12 Feb 2013 16:07:04 -0600
3460+
3461+qemu (1.3.0+dfsg-5expubuntu1) raring; urgency=low
3462+
3463+ [ Serge Hallyn ]
3464+ * Merge 1.3.0+dfsg-5exp from Debian.
3465+ * remaining changes from 1.3.0+dfsg-1~exp3ubuntu1:
3466+ - debian/control:
3467+ * update maintainer
3468+ * remove vde2 recommends
3469+ * build-deps: remove libusbredir, libvdeplug2-dev,
3470+ libspice-server-dev, libspice-protocol-dev, libiscsi-dev
3471+ * qemu-system:
3472+ - break/replace qemu-common
3473+ - depend on udev
3474+ - remove openbios-ppc, openbios-sparc, and openhackware from
3475+ Depends. (Intend to add them back once we can build them.)
3476+ * qemu-utils: break/replace qemu-kvm
3477+ - qemu-kvm.upstart:
3478+ - add qemu-system.qemu-kvm.upstart
3479+ - debian/rules: add dh_installinit to get qemu-system.upstart installed.
3480+ - take the defaults from the old qemu-kvm.defaults, and move them into
3481+ the upstart job
3482+ - debian/patches:
3483+ - apply gridcentric patches from lp:~amscanne/+junk/gridcentric-qemu-patches
3484+ - apply arm patches from git://git.linaro.org/qemu/qemu-linaro.git
3485+ - add links for qemu-ifup/down in qemu-system-common.links
3486+ - debian/qemu-system-common.postinst
3487+ - udevadm trigger to fix up /dev/kvm perms
3488+ - debian/qemu-system.links:
3489+ - remove pxe-virtio, pxe-e1000 and pxe-rtl8139 links (which conflict
3490+ with ones from kvm-ipxe). We may want to move the links from kvm-ipxe
3491+ back to qemu-system at some point.
3492+ * remaining changes from after 1.3.0+dfsg-1~exp3ubuntu1:
3493+ - qemu-system-common.links: add link for OVMF
3494+ - Add qemu-utils.links for kvm-img and kvm-nbd utils and manpages.
3495+ - qemu-system.links:
3496+ * Add link to usr/share/ovmf/OVMF.fd
3497+ * Fix target of /etc/kvm/kvm-if{up,down} links
3498+ - debian/control: qemu-system should Recommend cpu-checker
3499+ - Add qemu-kvm breaks/replaces to qemu-user, to handle conflict over
3500+ (i.e.) qemu-x86_64.
3501+ - add qemu-kvm, and qemu-common transitional packages.
3502+ - Add breaks/replaces to qemu-keymaps for qemu-system.
3503+ - Add provides: qemu-kvm and kvm to qemu-system-ppc.
3504+ - Add breaks/replaces to qemu-system-ppc for qemu-kvm and qemu-common.
3505+ - Add breaks/replaces to qemu-kvm for qemu-common.
3506+ - Add breaks/replaces to qemu-utils for qemu-user and qemu-kvm.
3507+ - Add armhf, armel, powerpc and sparc arches to qemu-kvm transitional
3508+ package.
3509+ - Add qemu-common package.
3510+ - Make sure /dev/kvm gets its acls cleared:
3511+ * Add acl to qemu-system.depends
3512+ * update qemu-system.udev to run setfacl to set g::rw acl
3513+ - Remove vnc-jpeg, libiscsi-dev, and vde from debian/configure-opts
3514+ * dropped debian/patches/CVE-2012-6075.patch (duplicate of
3515+ e1000-discard-oversize-packets-based-on-SBP_LPE.patch)
3516+ * debian/{control,configure-opts}: enable rbd (LP: #1118406)
3517+ * add symlink for kvm.1 -> qemu.1 manpage (LP: #1117636)
3518+ * add replaces to qemu-system-common for qemu - we briefly moved conflicting
3519+ docs to qemu, which debian moved to qemu-system-common. This can be
3520+ dropped after raring.
3521+ * move qemu-kvm.upstart from qemu-system to qemu-system-x86.
3522+ * Support upgrade from qemu-kvm on non-x86 arches:
3523+ - Add Provides: qemu-kvm, kvm to qemu-system-{arm,ppc,sparc,x86}
3524+ - Add Breaks/Replaces for qemu-{common,system,kvm} and kvm.
3525+ * Re-add expose_vms_qemu64cpu.patch (from Daviey) from quantal.
3526+
3527+ [ Steve Langasek ]
3528+ * Pass --enable-uname-release=2.6.32 for the user emulation builds, so that
3529+ we have a sensible baseline kernel value regardless of what the
3530+ underlying host kernel is. This makes eglibc happier when running under
3531+ emulation on a very old kernel for instance (whose host syscall ABI has
3532+ nothing to do with what emulated syscalls are supported), and probably
3533+ also lets us steer clear for the moment of code that has problem with
3534+ the new kernel upstream versioning convention. LP: #921078.
3535+
3536+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Thu, 07 Feb 2013 14:15:26 -0600
3537+
3538 qemu (1.3.0+dfsg-5exp) experimental; urgency=low
3539
3540 * qemu-system-split: split qemu-system into several target-specific packages:
3541@@ -1873,6 +5157,106 @@ qemu (1.3.0+dfsg-2exp) experimental; urgency=low
3542
3543 -- Michael Tokarev <mjt@tls.msk.ru> Sun, 20 Jan 2013 22:12:11 +0400
3544
3545+qemu (1.3.0+dfsg-1~exp3ubuntu8) raring; urgency=low
3546+
3547+ * qemu-system.links:
3548+ - Add link to usr/share/ovmf/OVMF.fd (LP: #1074207)
3549+ - Fix target of /etc/kvm/kvm-if{up,down} links
3550+
3551+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 29 Jan 2013 10:52:22 -0600
3552+
3553+qemu (1.3.0+dfsg-1~exp3ubuntu7) raring; urgency=low
3554+
3555+ * debian/control: qemu-system should Recommend cpu-checker (LP: #1103982)
3556+
3557+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 28 Jan 2013 11:52:10 -0600
3558+
3559+qemu (1.3.0+dfsg-1~exp3ubuntu6) raring; urgency=low
3560+
3561+ * configure-opts: add audio-cards list (LP: #1102487)
3562+ * configure-opts: change order of audio-drv-list for ubuntu, putting pa
3563+ first.
3564+
3565+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 21 Jan 2013 12:02:09 -0600
3566+
3567+qemu (1.3.0+dfsg-1~exp3ubuntu5) raring; urgency=low
3568+
3569+ * Add qemu-kvm breaks/replaces to qemu-user, to handle conflict over
3570+ (i.e.) qemu-x86_64. (LP: #1102332)
3571+
3572+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 21 Jan 2013 08:58:07 -0600
3573+
3574+qemu (1.3.0+dfsg-1~exp3ubuntu4) raring; urgency=low
3575+
3576+ * Move three docs from qemu-system.install to qemu.docs (LP: #1101798)
3577+
3578+ -- Adam Conrad <adconrad@ubuntu.com> Sat, 19 Jan 2013 20:12:48 -0700
3579+
3580+qemu (1.3.0+dfsg-1~exp3ubuntu3) raring; urgency=low
3581+
3582+ * debian/patches/CVE-2012-6075.patch: Fix guest denial of service and
3583+ possible code execution in hw/e1000.c by dropping oversize packets.
3584+
3585+ -- Adam Conrad <adconrad@ubuntu.com> Sat, 19 Jan 2013 07:31:50 -0700
3586+
3587+qemu (1.3.0+dfsg-1~exp3ubuntu2) raring; urgency=low
3588+
3589+ * debian/rules: empty MAKEFLAGS when building spapr-rtas.bin on powerpc, to
3590+ fix FTBFS due to parallel compile.
3591+
3592+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 18 Jan 2013 15:51:09 -0600
3593+
3594+qemu (1.3.0+dfsg-1~exp3ubuntu1) raring; urgency=low
3595+
3596+ * Merge 1.3.0+dfsg-1~exp3. Remaining ubuntu delta:
3597+ - debian/control:
3598+ * update maintainer
3599+ * remove vde2 recommends
3600+ * build-deps: remove libusbredir, libvdeplug2-dev,
3601+ libspice-server-dev, libspice-protocol-dev, libiscsi-dev,
3602+ and libxen-dev.
3603+ * qemu-keymaps: break/replace qemu-common
3604+ * qemu-system:
3605+ - break/replace qemu-common
3606+ - depend on udev
3607+ - remove openbios-ppc, openbios-sparc, and openhackware from
3608+ Depends. (Intend to add them back once we can build them.)
3609+ - provides: qemu-kvm
3610+ * qemu-utils: break/replace qemu-kvm
3611+ * set up transitional packages for qemu-kvm, qemu-common, and kvm.
3612+ - qemu-kvm.upstart:
3613+ - add qemu-system.qemu-kvm.upstart
3614+ - debian/rules: add dh_installinit to get qemu-system.upstart installed.
3615+ - take the defaults from the old qemu-kvm.defaults, and move them into
3616+ the upstart job
3617+ - debian/patches:
3618+ - apply gridcentric patches from lp:~amscanne/+junk/gridcentric-qemu-patches
3619+ - apply arm patches from git://git.linaro.org/qemu/qemu-linaro.git
3620+ - ifup/down:
3621+ - copy Debian qemu-kvm's kvm-ifup/down into debian/
3622+ - fix dh_install for kvm-ifup/down in debian/rules
3623+ - add links for qemu-ifup/down in qemu-system.links
3624+ - remove (debian's original) qemu-ifup from qemu-system.install
3625+ - debian/qemu-system.postinst
3626+ - udevadm trigger to fix up /dev/kvm perms
3627+ - make the 'qemu' symlink point to qemu-system-x86_64, not -i386.
3628+ - debian/qemu-system.links:
3629+ - point 'kvm' to qemu-system-x86_64
3630+ - remove pxe-virtio, pxe-e1000 and pxe-rtl8139 links (which conflict
3631+ with ones from kvm-ipxe). We may want to move the links from kvm-ipxe
3632+ back to qemu-system at some point.
3633+ * Add note about kvm to qemu-system.README.debian.
3634+ * Copy kvm-ifup and kvm-ifdown from debian's qemu-kvm
3635+ * Remove TAPBR from qemu-kvm.conf.
3636+ * Make sure /dev/kvm gets its acls cleared:
3637+ - Add acl to qemu-system.depends
3638+ - update qemu-system.udev to run setfacl to set g::rw acl
3639+ * qemu-system.qemu-kvm.conf: don't rmmod at stop
3640+ * Remove vnc-jpeg, libiscsi-dev, and vde from debian/configure-opts
3641+ * Remove hugepages sysctl file - qemu now supports transparent hugepages.
3642+
3643+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 14 Jan 2013 23:22:51 -0600
3644+
3645 qemu (1.3.0+dfsg-1~exp3) experimental; urgency=low
3646
3647 * enable vde on kFreebsd too (no idea why it was disabled)
3648@@ -1957,6 +5341,107 @@ qemu (1.3.0+dfsg-1~exp1) experimental; urgency=low
3649
3650 -- Michael Tokarev <mjt@tls.msk.ru> Sun, 30 Dec 2012 01:52:21 +0400
3651
3652+qemu (1.2.0.dfsg-1~exp1-0ubuntu2) raring; urgency=low
3653+
3654+ * Remove kvm package
3655+ - make qemu-system P/C/B: kvm.
3656+
3657+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 14 Jan 2013 12:03:19 -0600
3658+
3659+qemu (1.2.0.dfsg-1~exp1-0ubuntu1) raring; urgency=low
3660+
3661+ [ Serge Hallyn ]
3662+ * debian/control:
3663+ - update maintainer
3664+ - remove vde2 recommends
3665+ - build-deps: remove libusbredir, libvdeplug2-dev,
3666+ libspice-server-dev, libspice-protocol-dev, libiscsi-dev,
3667+ and libxen-dev.
3668+ - qemu-keymaps: break/replace qemu-common
3669+ - qemu-system:
3670+ - break/replace qemu-common
3671+ - depend on udev
3672+ - remove openbios-ppc, openbios-sparc, and openhackware from
3673+ Depends. (Intend to add them back once we can build them.)
3674+ - provides: qemu-kvm
3675+ - qemu-utils: break/replace qemu-kvm
3676+ - set up transitional packages for qemu-kvm, qemu-common, and kvm.
3677+ * debian/rules:
3678+ - install kvm-ifup and kvm-ifdown
3679+ - dh_installinit the qemu-kvm upstart job
3680+ * install a 30-qemu-kvm.conf into /etc/sysctl.c for nr_hugepages.
3681+ * qemu-kvm.upstart:
3682+ - add qemu-system.qemu-kvm.upstart
3683+ - add mv_confile to qemu-system.preinst, postinst, and .postrm to rename
3684+ /etc/init/qemu-kvm.conf to qemu-system.conf
3685+ - debian/rules: add dh_installinit to get qemu-system.upstart installed.
3686+ - take the defaults from the old qemu-kvm.defaults, and move them into
3687+ the upstart job
3688+ * debian/patches:
3689+ - apply gridcentric patches from lp:~amscanne/+junk/gridcentric-qemu-patches
3690+ - apply arm patches from git://git.linaro.org/qemu/qemu-linaro.git
3691+ - apply nbd-fixes-to-read-only-handling.patch from upstream to
3692+ make read-write mount after read-only mount work. (LP: #1077838)
3693+ * ifup/down:
3694+ - copy Ubuntu qemu-kvm's kvm-ifup/down into debian/
3695+ - fix dh_install for kvm-ifup/down in debian/rules
3696+ - add links for qemu-ifup/down in qemu-system.links
3697+ - remove (debian's original) qemu-ifup from qemu-system.install
3698+ * debian/qemu-system.postinst
3699+ - udevadm trigger to fix up /dev/kvm perms
3700+ - make the 'qemu' symlink point to qemu-system-x86_64, not -i386.
3701+ * debian/qemu-system.links:
3702+ - point 'kvm' to qemu-system-x86_64
3703+ - remove pxe-virtio, pxe-e1000 and pxe-rtl8139 links (which conflict
3704+ with ones from kvm-ipxe). We may want to move the links from kvm-ipxe
3705+ back to qemu-system at some point.
3706+ - add qemu-ifdown and qemu-ifup links
3707+ * debian/qemu-system.install:
3708+ - remove /etc/qemu-ifup link
3709+ - add /etc/sysctl.d/30-qemu-kvm.conf
3710+
3711+ [ Adam Conrad ]
3712+ * Appease apt-get's dist-upgrade resolver by creating a qemu-common
3713+ transitional package to upgrade more gracefully to qemu-keymaps.
3714+ * Move all the empty transitional packages to the oldlibs section.
3715+ * Restore the versioned dep from qemu-kvm (and kvm) to qemu-system.
3716+
3717+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 04 Jan 2013 08:50:24 -0600
3718+
3719+qemu (1.2.0+dfsg-1~exp1) UNRELEASED; urgency=low
3720+
3721+ [ Michael Tokarev ]
3722+ * new upstream version (1.3.0)
3723+ (Closes: #676374, #622319, #597527, #593547, #660154)
3724+ - Removed patches included upstream:
3725+ do-not-include-libutil.h.patch
3726+ configure-nss-usbredir.patch
3727+ tcg_s390-fix-ld_st-with-CONFIG_TCG_PASS_AREG0.patch
3728+ net-add--netdev-options-to-man-page.patch
3729+ - update 02_kfreebsd.patch
3730+ - do not build mpc8544ds.dtb
3731+ - include new targets
3732+ * Cleaned up the build system ALOT. Larger changes:
3733+ - used explicit lists of emulated targets in debian/rules
3734+ and generate everything else from there, instead of repeating
3735+ these lists in lots of places.
3736+ - stop using debian/$pkg.manpages and other auxilary files like this,
3737+ moving eveything to debian/$pkg.install, because with the number
3738+ of packages growing, amount of these small files becomes very
3739+ large and the result is difficult to maintain.
3740+ * ship forgotten target-x86_64.conf in qemu-system.
3741+ * ship virtfs-proxy-helper in qemu-utils.
3742+ * stop shipping tundev.c, since it does not reflect the reality for
3743+ a long time now (Closes: #325761, #325754).
3744+ * re-introduce support parallel build using DEB_BUILD_OPTIONS=parallel=N,
3745+ this time by adding to $MAKEFLAGS instead of passing down to submakes
3746+ * build-depend on libcap-ng-dev (for virtfs-proxy-helper)
3747+
3748+ [ Vagrant Cascadian ]
3749+ * Add libcap-dev to Build-Depends to support virtfs-proxy-helper.
3750+
3751+ -- Michael Tokarev <mjt@tls.msk.ru> Sun, 30 Dec 2012 01:52:21 +0400
3752+
3753 qemu (1.1.2+dfsg-6a) unstable; urgency=low
3754
3755 * reupload to remove two unrelated files slipped in debian/
3756diff --git a/debian/control b/debian/control
3757index b9a6e25..8a0b440 100644
3758--- a/debian/control
3759+++ b/debian/control
3760@@ -2,11 +2,12 @@
3761 Source: qemu
3762 Section: otherosfs
3763 Priority: optional
3764-Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
3765+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
3766+XSBC-Original-Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
3767 Uploaders: Aurelien Jarno <aurel32@debian.org>,
3768 Riku Voipio <riku.voipio@iki.fi>,
3769 Michael Tokarev <mjt@tls.msk.ru>
3770-Build-Depends: debhelper (>= 11),
3771+Build-Depends: debhelper (>= 12),
3772 # In comments below we also specify (system-specific) arguments
3773 # to qemu's configure script, -- optional features which depend
3774 # on build-dependencies.
3775@@ -17,8 +18,6 @@ Build-Depends: debhelper (>= 11),
3776 texinfo, python3-sphinx,
3777 # iasl (from acpica-tools) is used only in a single test these days, not for building
3778 # acpica-tools,
3779-# --enable-capstone=system
3780- libcapstone-dev,
3781 # --enable-linux-aio linux-*
3782 libaio-dev [linux-any],
3783 # --audio-drv-list=pa,alsa,oss linux-*
3784@@ -28,8 +27,8 @@ Build-Depends: debhelper (>= 11),
3785 # for virtfs
3786 # --enable-attr
3787 libattr1-dev,
3788-# --enable-bluez linux-*
3789- libbluetooth-dev [linux-any],
3790+# bluetooth subsystem got deprecated by upstream
3791+# --disable-bluez
3792 # --enable-brlapi
3793 libbrlapi-dev,
3794 # --enable-virtfs linux-*
3795@@ -53,10 +52,8 @@ Build-Depends: debhelper (>= 11),
3796 libvirglrenderer-dev,
3797 # --enable-opengl
3798 libepoxy-dev, libdrm-dev, libgbm-dev,
3799-# --enable-libnfs
3800- libnfs-dev (>> 1.9.3),
3801-# --enable-numa i386|amd64|ia64|mips|mipsel|powerpc|powerpcspe|x32|ppc64|ppc64el|arm64|sparc
3802- libnuma-dev [i386 amd64 ia64 mips mipsel mips64 mips64el powerpc powerpcspe x32 ppc64 ppc64el arm64 sparc],
3803+# --enable-numa i386|amd64|ia64|mips|mipsel|powerpc|powerpcspe|x32|ppc64|ppc64el|arm64|sparc|s390x
3804+ libnuma-dev [i386 amd64 ia64 mips mipsel mips64 mips64el powerpc powerpcspe x32 ppc64 ppc64el arm64 sparc s390x],
3805 # --enable-smartcard
3806 libcacard-dev,
3807 libpixman-1-dev,
3808@@ -64,8 +61,6 @@ Build-Depends: debhelper (>= 11),
3809 librados-dev [linux-any], librbd-dev [linux-any],
3810 # glusterfs is debian-only since ubuntu/glusterfs is in universe (MIR LP: #1274247)
3811 # before buster it was glusterfs-common so keep it for now for bpo
3812-# --enable-glusterfs
3813- libglusterfs-dev|glusterfs-common,
3814 # --enable-vnc-sasl
3815 libsasl2-dev,
3816 # --disable-sdl
3817@@ -78,6 +73,8 @@ Build-Depends: debhelper (>= 11),
3818 libspice-protocol-dev (>= 0.12.3~) [linux-amd64 linux-i386 linux-arm64],
3819 # --enable-rdma
3820 librdmacm-dev, libibverbs-dev, libibumad-dev,
3821+# --enable-libpmem linux-amd64
3822+ libpmem-dev [amd64],
3823 # --enable-libusb linux-*
3824 libusb-1.0-0-dev (>= 2:1.0.13~) [linux-any],
3825 # --enable-usb-redir linux-*
3826@@ -85,9 +82,6 @@ Build-Depends: debhelper (>= 11),
3827 # --enable-libssh
3828 libssh-dev,
3829 # vde is debian-only since ubuntu/vde2 is in universe
3830-# --enable-vde
3831- libvdeplug-dev,
3832-# --enable-xen linux-amd64|linux-i386
3833 libxen-dev [linux-amd64 linux-i386],
3834 # --enable-nettle
3835 nettle-dev,
3836@@ -124,8 +118,10 @@ Build-Depends-Indep:
3837 Build-Conflicts: oss4-dev
3838 Standards-Version: 3.9.8
3839 Homepage: http://www.qemu.org/
3840-Vcs-Browser: https://salsa.debian.org/qemu-team/qemu
3841-Vcs-Git: https://salsa.debian.org/qemu-team/qemu.git
3842+XS-Debian-Vcs-Browser: https://salsa.debian.org/qemu-team/qemu
3843+XS-Debian-Vcs-Git: https://salsa.debian.org/qemu-team/qemu.git
3844+Vcs-Browser: https://git.launchpad.net/ubuntu/+source/qemu
3845+Vcs-Git: https://git.launchpad.net/ubuntu/+source/qemu
3846
3847 Package: qemu
3848 Architecture: amd64 arm arm64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel mips64 mips64el powerpc powerpcspe ppc64 ppc64el s390x sparc sparc64 x32
3849@@ -156,6 +152,7 @@ Depends: ${misc:Depends},
3850 qemu-system-ppc,
3851 qemu-system-sparc,
3852 qemu-system-x86,
3853+ qemu-system-s390x,
3854 qemu-system-misc
3855 Description: QEMU full system emulation binaries
3856 QEMU is a fast processor emulator: currently the package supports
3857@@ -187,7 +184,9 @@ Package: qemu-system-data
3858 Architecture: all
3859 Multi-Arch: foreign
3860 Conflicts: sgabios
3861-Replaces: qemu-system-common (<< 1:2.12+dfsg-2~), sgabios
3862+Replaces: qemu-system-common (<< 1:2.12+dfsg-2~), sgabios,
3863+ qemu-system-s390x (<< 1:3.1+dfsg-2ubuntu1~)
3864+Breaks: qemu-system-s390x (<< 1:3.1+dfsg-2ubuntu1~)
3865 Provides: qemu-keymaps, sgabios
3866 Depends: ${misc:Depends}
3867 Description: QEMU full system emulation (data files)
3868@@ -201,7 +200,10 @@ Multi-Arch: foreign
3869 Replaces: qemu-system-data (<< 1:3.1+dfsg-1~), qemu-utils (<< 1:3.1+dfsg-3~)
3870 Breaks: qemu-system-data (<< 1:3.1+dfsg-1~), qemu-utils (<< 1:3.1+dfsg-3~)
3871 Depends: ${misc:Depends}, ${shlibs:Depends},
3872+ qemu-block-extra (= ${binary:Version}),
3873+ powerpc-utils [ppc64el],
3874 # to fix wrong acl for newly created device node on ubuntu:
3875+ acl
3876 Description: QEMU full system emulation binaries (common files)
3877 QEMU is a fast processor emulator: currently the package supports
3878 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
3879@@ -252,6 +254,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, qemu-system-common (>> 1:2.12~), qe
3880 Recommends: qemu-system-gui (= ${binary:Version}), qemu-utils,
3881 # aarch64 arm uses bootroms
3882 ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~),
3883+ ipxe-qemu-256k-compat-efi-roms,
3884 qemu-efi-aarch64, qemu-efi-arm
3885 Suggests: samba, vde2, qemu-block-extra (= ${binary:Version}),
3886 Provides: ${sysprovides:arm}
3887@@ -296,9 +299,10 @@ Multi-Arch: foreign
3888 Depends: ${shlibs:Depends}, ${misc:Depends}, qemu-system-common (>> 1:2.12~), qemu-system-data (>> ${source:Version}~),
3889 qemu-slof,
3890 # ubuntu can't Depend on openbios-ppc and openhackware as they're in universe
3891- openbios-ppc (>= 1.1+svn1229), openhackware
3892 Suggests: samba, vde2, qemu-block-extra (= ${binary:Version}),
3893+ openbios-ppc (>= 1.1+svn1229), openhackware
3894 Recommends: qemu-system-gui (= ${binary:Version}), qemu-utils,
3895+ ipxe-qemu-256k-compat-efi-roms,
3896 # ppc targets use vgabios-stdvga and bootroms
3897 seabios, ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~)
3898 Provides: ${sysprovides:ppc}
3899@@ -320,11 +324,11 @@ Architecture: amd64 arm arm64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386
3900 Multi-Arch: foreign
3901 Depends: ${shlibs:Depends}, ${misc:Depends}, qemu-system-common (>> 1:2.12~), qemu-system-data (>> ${source:Version}~),
3902 # ubuntu/openbios-sparc is in universe
3903- openbios-sparc (>> 1.1+svn1395-1~)
3904 Recommends: qemu-system-gui (= ${binary:Version}), qemu-utils,
3905 # sparc64 uses vgabios-stdvga and bootroms
3906 seabios, ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~)
3907 Suggests: samba, vde2, qemu-block-extra (= ${binary:Version}),
3908+ openbios-sparc (>> 1.1+svn1395-1~)
3909 Provides: ${sysprovides:sparc}
3910 Description: QEMU full system emulation binaries (sparc)
3911 QEMU is a fast processor emulator: currently the package supports
3912@@ -343,12 +347,13 @@ Package: qemu-system-x86
3913 Architecture: amd64 arm arm64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel mips64 mips64el powerpc powerpcspe ppc64 ppc64el s390x sparc sparc64 x32
3914 Multi-Arch: foreign
3915 Depends: ${shlibs:Depends}, ${misc:Depends}, qemu-system-common (>> 1:2.12~), qemu-system-data (>> ${source:Version}~),
3916+ ipxe-qemu-256k-compat-efi-roms,
3917 seabios (>= 1.10.2-1~), ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~)
3918 Recommends: qemu-system-gui (= ${binary:Version}), qemu-utils,
3919 ovmf,
3920+ cpu-checker
3921 Suggests: samba, vde2, qemu-block-extra (= ${binary:Version}),
3922 sgabios,
3923-# can we recommend ovmf on ubuntu the same way as on debian?
3924 Provides: ${sysprovides:x86}
3925 Description: QEMU full system emulation binaries (x86)
3926 QEMU is a fast processor emulator: currently the package supports
3927@@ -433,8 +438,10 @@ Package: qemu-utils
3928 Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel mips64 mips64el powerpc powerpcspe ppc64 ppc64el s390x sparc sparc64 x32
3929 Multi-Arch: foreign
3930 Breaks: qemu-system-common (<< 1:3.1+dfsg-3~)
3931-Depends: ${shlibs:Depends}, ${misc:Depends}
3932-Suggests: debootstrap, qemu-block-extra (= ${binary:Version}),
3933+Depends: ${shlibs:Depends}, ${misc:Depends},
3934+ qemu-block-extra (= ${binary:Version})
3935+Recommends: sharutils
3936+Suggests: debootstrap,
3937 Description: QEMU utilities
3938 QEMU is a fast processor emulator: currently the package supports
3939 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
3940@@ -472,11 +479,73 @@ Description: Guest-side qemu-system agent
3941 qemu virtual machine. It is not used on the host.
3942
3943 Package: qemu-kvm
3944-Architecture: i386 amd64
3945+Architecture: i386 amd64 x32 armhf armel arm64 powerpc ppc64 ppc64el s390x
3946 Multi-Arch: foreign
3947 Pre-Depends: ${misc:Pre-Depends}
3948-Depends: ${misc:Depends}, qemu-system-x86
3949+Depends:
3950+ ${misc:Depends},
3951+ qemu-system-x86 (= ${binary:Version}) [i386 amd64 x32],
3952+ qemu-system-arm (= ${binary:Version}) [armhf armel arm64],
3953+ qemu-system-ppc (= ${binary:Version}) [powerpc ppc64 ppc64el],
3954+ qemu-system-s390x (= ${binary:Version}) [s390x],
3955+ powerpc-utils [ppc64el],
3956 Description: QEMU Full virtualization on x86 hardware
3957 QEMU is a fast processor emulator. This package provides just a wrapper
3958 script /usr/bin/kvm which run qemu-system-x86 in kvm mode for backwards
3959 compatibility.
3960+
3961+Package: qemu-system-s390x
3962+Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 ppc64el s390x sparc sparc64
3963+Multi-Arch: foreign
3964+Depends: ${shlibs:Depends}, ${misc:Depends}, qemu-system-common (>> 2.0.0+dfsg-8~), qemu-system-data (>> ${source:Version}~),
3965+Recommends: qemu-utils,
3966+Suggests: qemu-block-extra (= ${binary:Version}),
3967+Provides: ${sysprovides:s390x}
3968+Breaks: qemu-system-misc (<< 1:2.5+dfsg-5ubuntu8~)
3969+Replaces: qemu-system-misc (<< 1:2.5+dfsg-5ubuntu8~)
3970+Description: QEMU full system emulation binaries (s390x)
3971+ QEMU is a fast processor emulator: currently the package supports
3972+ s390x emulation. By using dynamic translation it achieves reasonable
3973+ speed while being easy to port on new host CPUs.
3974+ .
3975+ This package provides the full system emulation binaries to emulate
3976+ the following s390x hardware: ${sysarch:s390x}.
3977+ .
3978+ In system emulation mode QEMU emulates a full system, including a processor
3979+ and various peripherals. It enables easier testing and debugging of system
3980+ code. It can also be used to provide virtual hosting of several virtual
3981+ machines on a single server.
3982+
3983+# xen support generally is disabled, this is an extra build with xen enabled
3984+# as needed by xen-utils-4.11 [amd64 arm64 armhf i386]
3985+# Xen will depend on this; this package and the main qemu-system-x86 are
3986+# mutually exclusive
3987+Package: qemu-system-x86-xen
3988+Architecture: amd64 i386
3989+Multi-Arch: foreign
3990+Depends:
3991+ ${shlibs:Depends},
3992+ ${misc:Depends},
3993+ qemu-system-common (>> ${source:Version}~),
3994+ qemu-system-data (>> ${source:Version}~),
3995+ ipxe-qemu,
3996+Recommends:
3997+ qemu-system-gui (= ${binary:Version}),
3998+ qemu-utils,
3999+ seabios,
4000+Suggests:
4001+ qemu-block-extra (= ${binary:Version}),
4002+ ovmf,
4003+Conflicts: qemu-system-x86
4004+Description: QEMU full system emulation binaries (x86)
4005+ QEMU is a fast processor emulator: currently the package supports
4006+ i386 and x86-64 emulation. By using dynamic translation it achieves
4007+ reasonable speed while being easy to port on new host CPUs.
4008+ .
4009+ This package provides the full system emulation binaries to emulate
4010+ the following x86 hardware: ${sysarch:x86-xen}.
4011+ .
4012+ In comparison to the main qemu-system-x86 this package has xen support
4013+ enabled, but is only maintained as universe package. Qemu with xen support
4014+ is needed to run Xen in HVM mode. For any other use case you should install
4015+ and use qemu-system-x86 instead.
4016diff --git a/debian/control-in b/debian/control-in
4017index 1289416..2e06ee3 100644
4018--- a/debian/control-in
4019+++ b/debian/control-in
4020@@ -7,7 +7,7 @@ Priority: optional
4021 Uploaders: Aurelien Jarno <aurel32@debian.org>,
4022 Riku Voipio <riku.voipio@iki.fi>,
4023 Michael Tokarev <mjt@tls.msk.ru>
4024-Build-Depends: debhelper (>= 11),
4025+Build-Depends: debhelper (>= 12),
4026 # In comments below we also specify (system-specific) arguments
4027 # to qemu's configure script, -- optional features which depend
4028 # on build-dependencies.
4029@@ -18,8 +18,8 @@ Build-Depends: debhelper (>= 11),
4030 texinfo, python3-sphinx,
4031 # iasl (from acpica-tools) is used only in a single test these days, not for building
4032 # acpica-tools,
4033-# --enable-capstone=system
4034- libcapstone-dev,
4035+:debian:# --enable-capstone=system
4036+:debian: libcapstone-dev,
4037 # --enable-linux-aio linux-*
4038 libaio-dev [linux-any],
4039 # --audio-drv-list=pa,alsa,oss linux-*
4040@@ -29,8 +29,8 @@ Build-Depends: debhelper (>= 11),
4041 # for virtfs
4042 # --enable-attr
4043 libattr1-dev,
4044-# --enable-bluez linux-*
4045- libbluetooth-dev [linux-any],
4046+# bluetooth subsystem got deprecated by upstream
4047+# --disable-bluez
4048 # --enable-brlapi
4049 libbrlapi-dev,
4050 # --enable-virtfs linux-*
4051@@ -56,8 +56,8 @@ Build-Depends: debhelper (>= 11),
4052 libepoxy-dev, libdrm-dev, libgbm-dev,
4053 :debian:# --enable-libnfs
4054 :debian: libnfs-dev (>> 1.9.3),
4055-# --enable-numa i386|amd64|ia64|mips|mipsel|powerpc|powerpcspe|x32|ppc64|ppc64el|arm64|sparc
4056- libnuma-dev [i386 amd64 ia64 mips mipsel mips64 mips64el powerpc powerpcspe x32 ppc64 ppc64el arm64 sparc],
4057+# --enable-numa i386|amd64|ia64|mips|mipsel|powerpc|powerpcspe|x32|ppc64|ppc64el|arm64|sparc|s390x
4058+ libnuma-dev [i386 amd64 ia64 mips mipsel mips64 mips64el powerpc powerpcspe x32 ppc64 ppc64el arm64 sparc s390x],
4059 # --enable-smartcard
4060 libcacard-dev,
4061 libpixman-1-dev,
4062@@ -79,6 +79,8 @@ Build-Depends: debhelper (>= 11),
4063 libspice-protocol-dev (>= 0.12.3~) [linux-amd64 linux-i386 linux-arm64],
4064 # --enable-rdma
4065 librdmacm-dev, libibverbs-dev, libibumad-dev,
4066+# --enable-libpmem linux-amd64
4067+ libpmem-dev [amd64],
4068 # --enable-libusb linux-*
4069 libusb-1.0-0-dev (>= 2:1.0.13~) [linux-any],
4070 # --enable-usb-redir linux-*
4071@@ -88,7 +90,7 @@ Build-Depends: debhelper (>= 11),
4072 # vde is debian-only since ubuntu/vde2 is in universe
4073 :debian:# --enable-vde
4074 :debian: libvdeplug-dev,
4075-# --enable-xen linux-amd64|linux-i386
4076+:debian:# --enable-xen linux-amd64|linux-i386
4077 libxen-dev [linux-amd64 linux-i386],
4078 # --enable-nettle
4079 nettle-dev,
4080@@ -126,11 +128,11 @@ Build-Conflicts: oss4-dev
4081 Standards-Version: 3.9.8
4082 Homepage: http://www.qemu.org/
4083 :debian:Vcs-Browser: https://salsa.debian.org/qemu-team/qemu
4084-:ubuntu:Vcs-Browser: https://salsa.debian.org/qemu-team/qemu/commits/ubuntu-utopic
4085-:ubuntu:XS-Debian-Vcs-Browser: https://salsa.debian.org/qemu-team/qemu
4086 :debian:Vcs-Git: https://salsa.debian.org/qemu-team/qemu.git
4087-:ubuntu:Vcs-Git: https://salsa.debian.org/qemu-team/qemu.git -b ubuntu-utopic
4088+:ubuntu:XS-Debian-Vcs-Browser: https://salsa.debian.org/qemu-team/qemu
4089 :ubuntu:XS-Debian-Vcs-Git: https://salsa.debian.org/qemu-team/qemu.git
4090+:ubuntu:Vcs-Browser: https://git.launchpad.net/ubuntu/+source/qemu
4091+:ubuntu:Vcs-Git: https://git.launchpad.net/ubuntu/+source/qemu
4092
4093 Package: qemu
4094 Architecture: amd64 arm arm64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel mips64 mips64el powerpc powerpcspe ppc64 ppc64el s390x sparc sparc64 x32
4095@@ -161,6 +163,7 @@ Depends: ${misc:Depends},
4096 qemu-system-ppc,
4097 qemu-system-sparc,
4098 qemu-system-x86,
4099+:ubuntu: qemu-system-s390x,
4100 qemu-system-misc
4101 Description: QEMU full system emulation binaries
4102 QEMU is a fast processor emulator: currently the package supports
4103@@ -192,7 +195,9 @@ Package: qemu-system-data
4104 Architecture: all
4105 Multi-Arch: foreign
4106 Conflicts: sgabios
4107-Replaces: qemu-system-common (<< 1:2.12+dfsg-2~), sgabios
4108+Replaces: qemu-system-common (<< 1:2.12+dfsg-2~), sgabios,
4109+:ubuntu: qemu-system-s390x (<< 1:3.1+dfsg-2ubuntu1~)
4110+:ubuntu:Breaks: qemu-system-s390x (<< 1:3.1+dfsg-2ubuntu1~)
4111 Provides: qemu-keymaps, sgabios
4112 Depends: ${misc:Depends}
4113 Description: QEMU full system emulation (data files)
4114@@ -206,6 +211,8 @@ Multi-Arch: foreign
4115 Replaces: qemu-system-data (<< 1:3.1+dfsg-1~), qemu-utils (<< 1:3.1+dfsg-3~)
4116 Breaks: qemu-system-data (<< 1:3.1+dfsg-1~), qemu-utils (<< 1:3.1+dfsg-3~)
4117 Depends: ${misc:Depends}, ${shlibs:Depends},
4118+:ubuntu: qemu-block-extra (= ${binary:Version}),
4119+:ubuntu: powerpc-utils [ppc64el],
4120 # to fix wrong acl for newly created device node on ubuntu:
4121 :ubuntu: acl
4122 Description: QEMU full system emulation binaries (common files)
4123@@ -258,9 +265,9 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, qemu-system-common (>> 1:2.12~), qe
4124 Recommends: qemu-system-gui (= ${binary:Version}), qemu-utils,
4125 # aarch64 arm uses bootroms
4126 ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~),
4127-:debian: qemu-efi-aarch64, qemu-efi-arm
4128+:ubuntu: ipxe-qemu-256k-compat-efi-roms,
4129+ qemu-efi-aarch64, qemu-efi-arm
4130 Suggests: samba, vde2, qemu-block-extra (= ${binary:Version}),
4131-:ubuntu: qemu-efi-aarch64, qemu-efi-arm
4132 Provides: ${sysprovides:arm}
4133 Description: QEMU full system emulation binaries (arm)
4134 QEMU is a fast processor emulator: currently the package supports
4135@@ -307,6 +314,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, qemu-system-common (>> 1:2.12~), qe
4136 Suggests: samba, vde2, qemu-block-extra (= ${binary:Version}),
4137 :ubuntu: openbios-ppc (>= 1.1+svn1229), openhackware
4138 Recommends: qemu-system-gui (= ${binary:Version}), qemu-utils,
4139+:ubuntu: ipxe-qemu-256k-compat-efi-roms,
4140 # ppc targets use vgabios-stdvga and bootroms
4141 seabios, ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~)
4142 Provides: ${sysprovides:ppc}
4143@@ -352,14 +360,13 @@ Package: qemu-system-x86
4144 Architecture: amd64 arm arm64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel mips64 mips64el powerpc powerpcspe ppc64 ppc64el s390x sparc sparc64 x32
4145 Multi-Arch: foreign
4146 Depends: ${shlibs:Depends}, ${misc:Depends}, qemu-system-common (>> 1:2.12~), qemu-system-data (>> ${source:Version}~),
4147+:ubuntu: ipxe-qemu-256k-compat-efi-roms,
4148 seabios (>= 1.10.2-1~), ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~)
4149 Recommends: qemu-system-gui (= ${binary:Version}), qemu-utils,
4150-:debian: ovmf,
4151+ ovmf,
4152 :ubuntu: cpu-checker
4153 Suggests: samba, vde2, qemu-block-extra (= ${binary:Version}),
4154 sgabios,
4155-# can we recommend ovmf on ubuntu the same way as on debian?
4156-:ubuntu: ovmf,
4157 Provides: ${sysprovides:x86}
4158 Description: QEMU full system emulation binaries (x86)
4159 QEMU is a fast processor emulator: currently the package supports
4160@@ -444,8 +451,11 @@ Package: qemu-utils
4161 Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel mips64 mips64el powerpc powerpcspe ppc64 ppc64el s390x sparc sparc64 x32
4162 Multi-Arch: foreign
4163 Breaks: qemu-system-common (<< 1:3.1+dfsg-3~)
4164-Depends: ${shlibs:Depends}, ${misc:Depends}
4165-Suggests: debootstrap, qemu-block-extra (= ${binary:Version}),
4166+Depends: ${shlibs:Depends}, ${misc:Depends},
4167+:ubuntu: qemu-block-extra (= ${binary:Version})
4168+:ubuntu:Recommends: sharutils
4169+Suggests: debootstrap,
4170+:debian: qemu-block-extra (= ${binary:Version}),
4171 Description: QEMU utilities
4172 QEMU is a fast processor emulator: currently the package supports
4173 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
4174@@ -484,11 +494,73 @@ Description: Guest-side qemu-system agent
4175
4176 Package: qemu-kvm
4177 :debian:Architecture: i386 amd64
4178-:ubuntu:Architecture: i386 amd64 armhf armel powerpc sparc
4179+:ubuntu:Architecture: i386 amd64 x32 armhf armel arm64 powerpc ppc64 ppc64el s390x
4180 Multi-Arch: foreign
4181 Pre-Depends: ${misc:Pre-Depends}
4182-Depends: ${misc:Depends}, qemu-system-x86
4183+Depends:
4184+ ${misc:Depends},
4185+ qemu-system-x86 (= ${binary:Version}) [i386 amd64 x32],
4186+ qemu-system-arm (= ${binary:Version}) [armhf armel arm64],
4187+ qemu-system-ppc (= ${binary:Version}) [powerpc ppc64 ppc64el],
4188+:ubuntu: qemu-system-s390x (= ${binary:Version}) [s390x],
4189+:ubuntu: powerpc-utils [ppc64el],
4190 Description: QEMU Full virtualization on x86 hardware
4191 QEMU is a fast processor emulator. This package provides just a wrapper
4192 script /usr/bin/kvm which run qemu-system-x86 in kvm mode for backwards
4193 compatibility.
4194+
4195+:ubuntu:Package: qemu-system-s390x
4196+:ubuntu:Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 ppc64el s390x sparc sparc64
4197+:ubuntu:Multi-Arch: foreign
4198+:ubuntu:Depends: ${shlibs:Depends}, ${misc:Depends}, qemu-system-common (>> 2.0.0+dfsg-8~), qemu-system-data (>> ${source:Version}~),
4199+:ubuntu:Recommends: qemu-utils,
4200+:ubuntu:Suggests: qemu-block-extra (= ${binary:Version}),
4201+:ubuntu:Provides: ${sysprovides:s390x}
4202+:ubuntu:Breaks: qemu-system-misc (<< 1:2.5+dfsg-5ubuntu8~)
4203+:ubuntu:Replaces: qemu-system-misc (<< 1:2.5+dfsg-5ubuntu8~)
4204+:ubuntu:Description: QEMU full system emulation binaries (s390x)
4205+:ubuntu: QEMU is a fast processor emulator: currently the package supports
4206+:ubuntu: s390x emulation. By using dynamic translation it achieves reasonable
4207+:ubuntu: speed while being easy to port on new host CPUs.
4208+:ubuntu: .
4209+:ubuntu: This package provides the full system emulation binaries to emulate
4210+:ubuntu: the following s390x hardware: ${sysarch:s390x}.
4211+:ubuntu: .
4212+:ubuntu: In system emulation mode QEMU emulates a full system, including a processor
4213+:ubuntu: and various peripherals. It enables easier testing and debugging of system
4214+:ubuntu: code. It can also be used to provide virtual hosting of several virtual
4215+:ubuntu: machines on a single server.
4216+
4217+:ubuntu:# xen support generally is disabled, this is an extra build with xen enabled
4218+:ubuntu:# as needed by xen-utils-4.11 [amd64 arm64 armhf i386]
4219+:ubuntu:# Xen will depend on this; this package and the main qemu-system-x86 are
4220+:ubuntu:# mutually exclusive
4221+:ubuntu:Package: qemu-system-x86-xen
4222+:ubuntu:Architecture: amd64 i386
4223+:ubuntu:Multi-Arch: foreign
4224+:ubuntu:Depends:
4225+:ubuntu: ${shlibs:Depends},
4226+:ubuntu: ${misc:Depends},
4227+:ubuntu: qemu-system-common (>> ${source:Version}~),
4228+:ubuntu: qemu-system-data (>> ${source:Version}~),
4229+:ubuntu: ipxe-qemu,
4230+:ubuntu:Recommends:
4231+:ubuntu: qemu-system-gui (= ${binary:Version}),
4232+:ubuntu: qemu-utils,
4233+:ubuntu: seabios,
4234+:ubuntu:Suggests:
4235+:ubuntu: qemu-block-extra (= ${binary:Version}),
4236+:ubuntu: ovmf,
4237+:ubuntu:Conflicts: qemu-system-x86
4238+:ubuntu:Description: QEMU full system emulation binaries (x86)
4239+:ubuntu: QEMU is a fast processor emulator: currently the package supports
4240+:ubuntu: i386 and x86-64 emulation. By using dynamic translation it achieves
4241+:ubuntu: reasonable speed while being easy to port on new host CPUs.
4242+:ubuntu: .
4243+:ubuntu: This package provides the full system emulation binaries to emulate
4244+:ubuntu: the following x86 hardware: ${sysarch:x86-xen}.
4245+:ubuntu: .
4246+:ubuntu: In comparison to the main qemu-system-x86 this package has xen support
4247+:ubuntu: enabled, but is only maintained as universe package. Qemu with xen support
4248+:ubuntu: is needed to run Xen in HVM mode. For any other use case you should install
4249+:ubuntu: and use qemu-system-x86 instead.
4250diff --git a/debian/kvm.arm32 b/debian/kvm.arm32
4251new file mode 100644
4252index 0000000..2138f46
4253--- /dev/null
4254+++ b/debian/kvm.arm32
4255@@ -0,0 +1,2 @@
4256+#!/bin/sh
4257+exec qemu-system-arm -enable-kvm "$@"
4258diff --git a/debian/kvm.arm64 b/debian/kvm.arm64
4259new file mode 100644
4260index 0000000..1764712
4261--- /dev/null
4262+++ b/debian/kvm.arm64
4263@@ -0,0 +1,2 @@
4264+#!/bin/sh
4265+exec qemu-system-aarch64 -enable-kvm "$@"
4266diff --git a/debian/kvm.powerpc b/debian/kvm.powerpc
4267new file mode 100644
4268index 0000000..e6c10e1
4269--- /dev/null
4270+++ b/debian/kvm.powerpc
4271@@ -0,0 +1,13 @@
4272+#!/bin/sh
4273+set -f
4274+
4275+SMT=$(/usr/sbin/ppc64_cpu --smt 2>&1 | grep "SMT=[248]")
4276+if [ -n "$SMT" ]
4277+then
4278+ if grep -q -e '^cpu\s*:\s*POWER8' /proc/cpuinfo; then
4279+ echo "Error: You must disable SMT if you want to run QEMU/KVM on Power8 based ppc64le architecture"
4280+ echo "In order to disable SMT, run: # ppc64_cpu --smt=off"
4281+ fi
4282+fi
4283+
4284+exec qemu-system-ppc64 -enable-kvm "$@"
4285diff --git a/debian/kvm.s390x b/debian/kvm.s390x
4286new file mode 100644
4287index 0000000..0171120
4288--- /dev/null
4289+++ b/debian/kvm.s390x
4290@@ -0,0 +1,2 @@
4291+#!/bin/sh
4292+exec qemu-system-s390x -enable-kvm "$@"
4293diff --git a/debian/kvm b/debian/kvm.x86
4294similarity index 50%
4295rename from debian/kvm
4296rename to debian/kvm.x86
4297old mode 100755
4298new mode 100644
4299index 2e89893..43c0b24
4300--- a/debian/kvm
4301+++ b/debian/kvm.x86
4302@@ -1,2 +1,2 @@
4303-#! /bin/sh
4304+#!/bin/sh
4305 exec qemu-system-x86_64 -enable-kvm "$@"
4306diff --git a/debian/not-installed b/debian/not-installed
4307new file mode 100644
4308index 0000000..8d78526
4309--- /dev/null
4310+++ b/debian/not-installed
4311@@ -0,0 +1,4 @@
4312+usr/share/doc/qemu/interop
4313+usr/share/icons
4314+usr/share/applications/qemu.desktop
4315+usr/bin/elf2dmp
4316diff --git a/debian/patches/lp-1859527-virtio-blk-fix-out-of-bounds-access-to-bitmap-in-not.patch b/debian/patches/lp-1859527-virtio-blk-fix-out-of-bounds-access-to-bitmap-in-not.patch
4317new file mode 100644
4318index 0000000..6dc0fdc
4319--- /dev/null
4320+++ b/debian/patches/lp-1859527-virtio-blk-fix-out-of-bounds-access-to-bitmap-in-not.patch
4321@@ -0,0 +1,43 @@
4322+From 725fe5d10dbd4259b1853b7d253cef83a3c0d22a Mon Sep 17 00:00:00 2001
4323+From: Li Hangjing <lihangjing@baidu.com>
4324+Date: Mon, 16 Dec 2019 10:30:50 +0800
4325+Subject: [PATCH] virtio-blk: fix out-of-bounds access to bitmap in
4326+ notify_guest_bh
4327+
4328+When the number of a virtio-blk device's virtqueues is larger than
4329+BITS_PER_LONG, the out-of-bounds access to bitmap[ ] will occur.
4330+
4331+Fixes: e21737ab15 ("virtio-blk: multiqueue batch notify")
4332+Cc: qemu-stable@nongnu.org
4333+Cc: Stefan Hajnoczi <stefanha@redhat.com>
4334+Signed-off-by: Li Hangjing <lihangjing@baidu.com>
4335+Reviewed-by: Xie Yongji <xieyongji@baidu.com>
4336+Reviewed-by: Chai Wen <chaiwen@baidu.com>
4337+Message-id: 20191216023050.48620-1-lihangjing@baidu.com
4338+Message-Id: <20191216023050.48620-1-lihangjing@baidu.com>
4339+Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
4340+
4341+Origin: upstream, https://git.qemu.org/?p=qemu.git;a=commit;h=725fe5d10dbd4259b1853b7d253cef83a3c0d22a
4342+Bug-Ubuntu: https://bugs.launchpad.net/bugs/1859527
4343+Last-Update: 2020-01-22
4344+
4345+---
4346+ hw/block/dataplane/virtio-blk.c | 2 +-
4347+ 1 file changed, 1 insertion(+), 1 deletion(-)
4348+
4349+diff --git a/hw/block/dataplane/virtio-blk.c b/hw/block/dataplane/virtio-blk.c
4350+index 119906a5fe..1b52e8159c 100644
4351+--- a/hw/block/dataplane/virtio-blk.c
4352++++ b/hw/block/dataplane/virtio-blk.c
4353+@@ -67,7 +67,7 @@ static void notify_guest_bh(void *opaque)
4354+ memset(s->batch_notify_vqs, 0, sizeof(bitmap));
4355+
4356+ for (j = 0; j < nvqs; j += BITS_PER_LONG) {
4357+- unsigned long bits = bitmap[j];
4358++ unsigned long bits = bitmap[j / BITS_PER_LONG];
4359+
4360+ while (bits != 0) {
4361+ unsigned i = j + ctzl(bits);
4362+--
4363+2.25.0
4364+
4365diff --git a/debian/patches/series b/debian/patches/series
4366index a345b42..1873488 100644
4367--- a/debian/patches/series
4368+++ b/debian/patches/series
4369@@ -1,2 +1,12 @@
4370 use-fixed-data-path.patch
4371 bt-use-size_t-type-for-length-parameters-instead-of-int-CVE-2018-19665.patch
4372+
4373+# ubuntu patches
4374+ubuntu/expose-vmx_qemu64cpu.patch
4375+ubuntu/enable-svm-by-default.patch
4376+ubuntu/define-ubuntu-machine-types.patch
4377+ubuntu/pre-bionic-256k-ipxe-efi-roms.patch
4378+ubuntu/lp-1857033-i386-Add-MSR-feature-bit-for-MDS-NO.patch
4379+ubuntu/lp-1857033-i386-Add-macro-for-stibp.patch
4380+ubuntu/lp-1857033-i386-Add-new-CPU-model-Cooperlake.patch
4381+lp-1859527-virtio-blk-fix-out-of-bounds-access-to-bitmap-in-not.patch
4382diff --git a/debian/patches/ubuntu/define-ubuntu-machine-types.patch b/debian/patches/ubuntu/define-ubuntu-machine-types.patch
4383new file mode 100644
4384index 0000000..11a09a8
4385--- /dev/null
4386+++ b/debian/patches/ubuntu/define-ubuntu-machine-types.patch
4387@@ -0,0 +1,633 @@
4388+Description: Carry Ubuntu specific machine types
4389+
4390+Since Ubuntu is a downstream of qemu carrying patches it needs custom machine
4391+types to be able to identify and manage the delta that might affect machine
4392+types.
4393+
4394+This is an important piece to keep cross release migration supported for any
4395+downstream.
4396+
4397+Since the p->t transition these types are mostly stable copies of the upstream
4398+type (in the past this was more unstable upstream, so there was more delta),
4399+but they need to stay specific to reflect the delta we have. And even more so
4400+to have something to base off for affecting SRU changes.
4401+
4402+Also add a hint if instantiating fails due to now unsupported old guest
4403+types (LP: #1637936).
4404+
4405+Package maintainers please see https://wiki.ubuntu.com/QemuKVMMigration when
4406+maintaining this patch on SRU, merge or other packaging activity.
4407+While support on a type is dropped with the Release going EOL we never drop the
4408+type itself as long as it is maintainable. This will give people an extra
4409+chance to migrate and avoid issues like LP: 1802944.
4410+
4411+##
4412+
4413+This later on got extended by further ubuntu specific machine type changes:
4414+LP 1776189: Add a -hpb Ubuntu specific machine type suffix
4415+
4416+This works already fine on commandline, but Libvirt and other stacks above
4417+have no exploitation yet. Using a machine type has the benefit of being already
4418+controllable by most upper layer software like Libvirt (type= in os tag) but
4419+even up to Openstack (nova.conf or per image metadata on hw_machine_type).
4420+
4421+This is based on a discussion:
4422+ https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1769053
4423+
4424+A similar change is in CentOS/RH (there the default is switched, without
4425+even a way to go back.
4426+But since this can cause issues e.g. when migrating
4427+across hosts with different characteristics, it is not set as the default
4428+in Ubuntu with this change.
4429+
4430+Further we want to avoid "machine type proliferation", so we certainly won't
4431+add a type for every feature. But using a huge guest is more common and
4432+otherwise not yet achievable.
4433+
4434+This can be dropped when:
4435+ - libvirt exposes phys-bits/host-phys-bits natively
4436+ - at least the important stacks above exploit that config
4437+As an alternative we might decide at some point to make it the default without
4438+a way to switch back in following releases, but for now we don't want to do so.
4439+
4440+##
4441+
4442+This later on got extended by further ubuntu specific machine type changes:
4443+LP 1761372: special type for ppc64 meltdown/spectre defaults
4444+
4445+Upstresm 2.12 is not yet set in stone (almost but not full), and we ship 2.11
4446+with backports. SO we don't want to make a 2.12 machine type fully recommended
4447+yet.
4448+PPC was following x86 in providing a non default convenience type that has the
4449+spectre/meltdown flags toggled - in bug 1761372 we were requested to carry the
4450+same - but we agreed to do so as a 2.11 based type.
4451+
4452+Note I: x86 changes CPU types with -IBRS suffix, power chose to change machine
4453+types.
4454+
4455+Note II: this change can be squashed into ubuntu-machine-types.patch >=2.12
4456+where the base content will exist in the upstream source instead of
4457+patches on top.
4458+
4459+##
4460+
4461+[1] introduced a major regression into the 4.0 types by setting split
4462+irqchip to be the default. This was corrected by [2] and the fix further
4463+modified by [3] which overall adds a 4.0.1 machine type in qemu 4.1 (not
4464+yet released) and probably eventually stable branches.
4465+We will follow upstream with the upstream types, but the Ubuntu types so
4466+far didn't release a 4.0 type yet so for us we can fix it on the initial
4467+release right away.
4468+
4469+[1]: https://git.qemu.org/?p=qemu.git;a=commit;h=b2fc91db
4470+[2]: https://git.qemu.org/?p=qemu.git;a=commit;h=c87759ce
4471+[3]: https://git.qemu.org/?p=qemu.git;a=commit;h=8e8cbed0
4472+
4473+##
4474+
4475+Original-Author: Serge Hallyn <serge.hallyn@ubuntu.com>
4476+Original-Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1304107
4477+Author: Christian Ehrhardt <christian.ehrhardt@canonical.com>
4478+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1621042
4479+Bug-Ubuntu: https://bugs.launchpad.net/bugs/1776189
4480+Bug-Ubuntu: https://bugs.launchpad.net/bugs/1761372
4481+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1829868
4482+Forwarded: not-needed
4483+Forward-info: downstream decision
4484+
4485+--- a/hw/i386/pc_piix.c
4486++++ b/hw/i386/pc_piix.c
4487+@@ -429,7 +429,7 @@ static void pc_i440fx_4_2_machine_option
4488+ PCMachineClass *pcmc = PC_MACHINE_CLASS(m);
4489+ pc_i440fx_machine_options(m);
4490+ m->alias = "pc";
4491+- m->is_default = 1;
4492++ m->is_default = 0;
4493+ pcmc->default_cpu_version = 1;
4494+ }
4495+
4496+@@ -1026,3 +1026,175 @@ static void xenfv_machine_options(Machin
4497+ DEFINE_PC_MACHINE(xenfv, "xenfv", pc_xen_hvm_init,
4498+ xenfv_machine_options);
4499+ #endif
4500++
4501++/* Ubuntu machine types */
4502++static void pc_trusty_machine_options(MachineClass *m)
4503++{
4504++ pc_i440fx_2_0_machine_options(m);
4505++ m->desc = "Ubuntu 14.04 PC (i440FX + PIIX, 1996)";
4506++}
4507++DEFINE_I440FX_MACHINE(trusty, "pc-i440fx-trusty", pc_compat_2_0_fn,
4508++ pc_trusty_machine_options)
4509++
4510++static void pc_xenial_machine_options(MachineClass *m)
4511++{
4512++ pc_i440fx_2_5_machine_options(m);
4513++ m->desc = "Ubuntu 16.04 PC (i440FX + PIIX, 1996)";
4514++}
4515++DEFINE_I440FX_MACHINE(xenial, "pc-i440fx-xenial", NULL,
4516++ pc_xenial_machine_options);
4517++
4518++static void pc_yakkety_machine_options(MachineClass *m)
4519++{
4520++ pc_i440fx_2_6_machine_options(m);
4521++ m->desc = "Ubuntu 16.10 PC (i440FX + PIIX, 1996)";
4522++}
4523++DEFINE_I440FX_MACHINE(yakkety, "pc-i440fx-yakkety", NULL,
4524++ pc_yakkety_machine_options);
4525++
4526++static void pc_zesty_machine_options(MachineClass *m)
4527++{
4528++ pc_i440fx_2_8_machine_options(m);
4529++ m->desc = "Ubuntu 17.04 PC (i440FX + PIIX, 1996)";
4530++}
4531++DEFINE_I440FX_MACHINE(zesty, "pc-i440fx-zesty", NULL,
4532++ pc_zesty_machine_options);
4533++
4534++static void pc_artful_machine_options(MachineClass *m)
4535++{
4536++ pc_i440fx_2_10_machine_options(m);
4537++ m->desc = "Ubuntu 17.10 PC (i440FX + PIIX, 1996)";
4538++}
4539++DEFINE_I440FX_MACHINE(artful, "pc-i440fx-artful", NULL,
4540++ pc_artful_machine_options);
4541++
4542++static void pc_bionic_machine_options(MachineClass *m)
4543++{
4544++ pc_i440fx_2_11_machine_options(m);
4545++ m->desc = "Ubuntu 18.04 PC (i440FX + PIIX, 1996)";
4546++}
4547++DEFINE_I440FX_MACHINE(bionic, "pc-i440fx-bionic", NULL,
4548++ pc_bionic_machine_options);
4549++
4550++static void pc_bionic_hpb_machine_options(MachineClass *m)
4551++{
4552++ pc_i440fx_2_11_machine_options(m);
4553++ m->desc = "Ubuntu 18.04 PC (i440FX + PIIX, +host-phys-bits=true, 1996)";
4554++ compat_props_add(m->compat_props,
4555++ host_phys_bits_compat, host_phys_bits_compat_len);
4556++}
4557++DEFINE_I440FX_MACHINE(bionic_hpb, "pc-i440fx-bionic-hpb", NULL,
4558++ pc_bionic_hpb_machine_options);
4559++
4560++static void pc_cosmic_machine_options(MachineClass *m)
4561++{
4562++ pc_i440fx_2_12_machine_options(m);
4563++ m->desc = "Ubuntu 18.10 PC (i440FX + PIIX, 1996)";
4564++}
4565++DEFINE_I440FX_MACHINE(cosmic, "pc-i440fx-cosmic", NULL,
4566++ pc_cosmic_machine_options);
4567++
4568++static void pc_cosmic_hpb_machine_options(MachineClass *m)
4569++{
4570++ pc_i440fx_2_12_machine_options(m);
4571++ m->desc = "Ubuntu 18.10 PC (i440FX + PIIX +host-phys-bits=true, 1996)";
4572++ compat_props_add(m->compat_props,
4573++ host_phys_bits_compat, host_phys_bits_compat_len);
4574++}
4575++DEFINE_I440FX_MACHINE(cosmic_hpb, "pc-i440fx-cosmic-hpb", NULL,
4576++ pc_cosmic_hpb_machine_options);
4577++
4578++static void pc_disco_machine_options(MachineClass *m)
4579++{
4580++ pc_i440fx_3_1_machine_options(m);
4581++ m->desc = "Ubuntu 19.04 PC (i440FX + PIIX, 1996)";
4582++}
4583++DEFINE_I440FX_MACHINE(disco, "pc-i440fx-disco", NULL,
4584++ pc_disco_machine_options);
4585++
4586++static void pc_disco_hpb_machine_options(MachineClass *m)
4587++{
4588++ pc_i440fx_3_1_machine_options(m);
4589++ m->desc = "Ubuntu 19.04 PC (i440FX + PIIX +host-phys-bits=true, 1996)";
4590++ m->alias = NULL;
4591++ compat_props_add(m->compat_props,
4592++ host_phys_bits_compat, host_phys_bits_compat_len);
4593++}
4594++DEFINE_I440FX_MACHINE(disco_hpb, "pc-i440fx-disco-hpb", NULL,
4595++ pc_disco_hpb_machine_options);
4596++
4597++static void pc_eoan_machine_options(MachineClass *m)
4598++{
4599++ pc_i440fx_4_0_machine_options(m);
4600++ m->desc = "Ubuntu 19.10 PC (i440FX + PIIX, 1996)";
4601++ m->alias = NULL;
4602++}
4603++DEFINE_I440FX_MACHINE(eoan, "pc-i440fx-eoan", NULL,
4604++ pc_eoan_machine_options);
4605++
4606++static void pc_eoan_hpb_machine_options(MachineClass *m)
4607++{
4608++ pc_i440fx_4_0_machine_options(m);
4609++ m->desc = "Ubuntu 19.10 PC (i440FX + PIIX +host-phys-bits=true, 1996)";
4610++ m->alias = NULL;
4611++ compat_props_add(m->compat_props,
4612++ host_phys_bits_compat, host_phys_bits_compat_len);
4613++}
4614++DEFINE_I440FX_MACHINE(eoan_hpb, "pc-i440fx-eoan-hpb", NULL,
4615++ pc_eoan_hpb_machine_options);
4616++
4617++static void pc_focal_machine_options(MachineClass *m)
4618++{
4619++ pc_i440fx_4_0_machine_options(m);
4620++ m->desc = "Ubuntu 20.04 PC (i440FX + PIIX, 1996)";
4621++ m->alias = "ubuntu";
4622++ m->is_default = 1;
4623++}
4624++DEFINE_I440FX_MACHINE(focal, "pc-i440fx-focal", NULL,
4625++ pc_focal_machine_options);
4626++
4627++static void pc_focal_hpb_machine_options(MachineClass *m)
4628++{
4629++ pc_i440fx_4_0_machine_options(m);
4630++ m->desc = "Ubuntu 20.04 PC (i440FX + PIIX +host-phys-bits=true, 1996)";
4631++ m->alias = NULL;
4632++ compat_props_add(m->compat_props,
4633++ host_phys_bits_compat, host_phys_bits_compat_len);
4634++}
4635++DEFINE_I440FX_MACHINE(focal_hpb, "pc-i440fx-focal-hpb", NULL,
4636++ pc_focal_hpb_machine_options);
4637++
4638++/*
4639++ * Due to bug 1621042 we have to consider the broken old wily machine
4640++ * type as valid xenial type to ensure older VMs that got created prio
4641++ * to fixing 1621042 will still work.
4642++ * Therefore we have to keep it as-is (sans alias and being default) for
4643++ * the same time we keep the fixed xenial type above.
4644++ *
4645++ * Further bug 1829868 identified issues due to the wily type being released
4646++ * defined as a hybrid of pc_i440fx_2_4_machine_options and pc_compat_2_3.
4647++ * That mismatch caused issues since qemu 2.11 due to some definitions
4648++ * moving between those version references.
4649++ * This introduces pc_i440fx_wily_machine_options which encapsulates the
4650++ * old behavior as it was (this is the purpose of machine types).
4651++ */
4652++static void pc_i440fx_wily_machine_options(MachineClass *m)
4653++{
4654++ PCMachineClass *pcmc = PC_MACHINE_CLASS(m);
4655++ pc_i440fx_2_4_machine_options(m);
4656++ m->hw_version = "2.4.0";
4657++ pcmc->broken_reserved_end = true;
4658++ compat_props_add(m->compat_props, hw_compat_2_3, hw_compat_2_3_len);
4659++ compat_props_add(m->compat_props, pc_compat_2_3, pc_compat_2_3_len);
4660++}
4661++
4662++static void pc_wily_machine_options(MachineClass *m)
4663++{
4664++ pc_i440fx_wily_machine_options(m);
4665++ pc_i440fx_machine_options(m);
4666++ m->desc = "Ubuntu 15.04 PC (i440FX + PIIX, 1996)",
4667++ m->default_display = "std";
4668++}
4669++
4670++DEFINE_I440FX_MACHINE(wily, "pc-i440fx-wily", NULL,
4671++ pc_wily_machine_options);
4672+--- a/hw/i386/pc_q35.c
4673++++ b/hw/i386/pc_q35.c
4674+@@ -533,3 +533,144 @@ static void pc_q35_2_4_machine_options(M
4675+
4676+ DEFINE_Q35_MACHINE(v2_4, "pc-q35-2.4", NULL,
4677+ pc_q35_2_4_machine_options);
4678++
4679++/* Ubuntu machine types */
4680++static void pc_q35_xenial_machine_options(MachineClass *m)
4681++{
4682++ pc_q35_2_5_machine_options(m);
4683++ m->desc = "Ubuntu 16.04 PC (Q35 + ICH9, 2009)";
4684++}
4685++DEFINE_Q35_MACHINE(xenial, "pc-q35-xenial", NULL,
4686++ pc_q35_xenial_machine_options);
4687++
4688++static void pc_q35_yakkety_machine_options(MachineClass *m)
4689++{
4690++ pc_q35_2_6_machine_options(m);
4691++ m->desc = "Ubuntu 16.10 PC (Q35 + ICH9, 2009)";
4692++}
4693++DEFINE_Q35_MACHINE(yakkety, "pc-q35-yakkety", NULL,
4694++ pc_q35_yakkety_machine_options);
4695++
4696++static void pc_q35_zesty_machine_options(MachineClass *m)
4697++{
4698++ pc_q35_2_8_machine_options(m);
4699++ m->desc = "Ubuntu 17.04 PC (Q35 + ICH9, 2009)";
4700++}
4701++DEFINE_Q35_MACHINE(zesty, "pc-q35-zesty", NULL,
4702++ pc_q35_zesty_machine_options);
4703++
4704++static void pc_q35_artful_machine_options(MachineClass *m)
4705++{
4706++ pc_q35_2_10_machine_options(m);
4707++ m->desc = "Ubuntu 17.10 PC (Q35 + ICH9, 2009)";
4708++}
4709++DEFINE_Q35_MACHINE(artful, "pc-q35-artful", NULL,
4710++ pc_q35_artful_machine_options);
4711++
4712++static void pc_q35_bionic_machine_options(MachineClass *m)
4713++{
4714++ pc_q35_2_11_machine_options(m);
4715++ m->desc = "Ubuntu 18.04 PC (Q35 + ICH9, 2009)";
4716++}
4717++DEFINE_Q35_MACHINE(bionic, "pc-q35-bionic", NULL,
4718++ pc_q35_bionic_machine_options);
4719++
4720++static void pc_q35_bionic_hpb_machine_options(MachineClass *m)
4721++{
4722++ pc_q35_2_11_machine_options(m);
4723++ m->desc = "Ubuntu 18.04 PC (Q35 + ICH9, +host-phys-bits=true, 2009)";
4724++ compat_props_add(m->compat_props,
4725++ host_phys_bits_compat, host_phys_bits_compat_len);
4726++}
4727++DEFINE_Q35_MACHINE(bionic_hpb, "pc-q35-bionic-hpb", NULL,
4728++ pc_q35_bionic_hpb_machine_options);
4729++
4730++static void pc_q35_cosmic_machine_options(MachineClass *m)
4731++{
4732++ /* yes that is "wrong" but has to stay that way for compatibility */
4733++ pc_q35_2_11_machine_options(m);
4734++ m->desc = "Ubuntu 18.10 PC (Q35 + ICH9, 2009)";
4735++}
4736++DEFINE_Q35_MACHINE(cosmic, "pc-q35-cosmic", NULL,
4737++ pc_q35_cosmic_machine_options);
4738++
4739++static void pc_q35_cosmic_hpb_machine_options(MachineClass *m)
4740++{
4741++ pc_q35_2_12_machine_options(m);
4742++ m->desc = "Ubuntu 18.10 PC (Q35 + ICH9, +host-phys-bits=true, 2009)";
4743++ compat_props_add(m->compat_props,
4744++ host_phys_bits_compat, host_phys_bits_compat_len);
4745++}
4746++DEFINE_Q35_MACHINE(cosmic_hpb, "pc-q35-cosmic-hpb", NULL,
4747++ pc_q35_cosmic_hpb_machine_options);
4748++
4749++static void pc_q35_disco_machine_options(MachineClass *m)
4750++{
4751++ pc_q35_3_1_machine_options(m);
4752++ m->desc = "Ubuntu 19.04 PC (Q35 + ICH9, 2009)";
4753++}
4754++DEFINE_Q35_MACHINE(disco, "pc-q35-disco", NULL,
4755++ pc_q35_disco_machine_options);
4756++
4757++static void pc_q35_disco_hpb_machine_options(MachineClass *m)
4758++{
4759++ pc_q35_3_1_machine_options(m);
4760++ m->desc = "Ubuntu 19.04 PC (Q35 + ICH9, +host-phys-bits=true, 2009)";
4761++ compat_props_add(m->compat_props,
4762++ host_phys_bits_compat, host_phys_bits_compat_len);
4763++}
4764++DEFINE_Q35_MACHINE(disco_hpb, "pc-q35-disco-hpb", NULL,
4765++ pc_q35_disco_hpb_machine_options);
4766++
4767++static void pc_q35_eoan_machine_options(MachineClass *m)
4768++{
4769++ pc_q35_4_0_machine_options(m);
4770++ m->desc = "Ubuntu 19.10 PC (Q35 + ICH9, 2009)";
4771++ /*
4772++ * [1] introduced a major regression into the 4.0 types by setting split
4773++ * irqchip to be the default. This was corrected by [2] and the fix further
4774++ * modified by [3] which overall adds a 4.0.1 machine type in qemu 4.1 (not
4775++ * yet released) and probably eventually stable branches.
4776++ * We will follow upstream with the upstream types, but the Ubuntu types so
4777++ * far didn't release a 4.0 type yet so for us we can fix it on the initial
4778++ * release right away.
4779++ * [1]: https://git.qemu.org/?p=qemu.git;a=commit;h=b2fc91db
4780++ * [2]: https://git.qemu.org/?p=qemu.git;a=commit;h=c87759ce
4781++ * [3]: https://git.qemu.org/?p=qemu.git;a=commit;h=8e8cbed0
4782++ */
4783++ m->default_kernel_irqchip_split = false;
4784++}
4785++DEFINE_Q35_MACHINE(eoan, "pc-q35-eoan", NULL,
4786++ pc_q35_eoan_machine_options);
4787++
4788++static void pc_q35_eoan_hpb_machine_options(MachineClass *m)
4789++{
4790++ pc_q35_eoan_machine_options(m);
4791++ m->desc = "Ubuntu 19.10 PC (Q35 + ICH9, +host-phys-bits=true, 2009)";
4792++ compat_props_add(m->compat_props,
4793++ host_phys_bits_compat, host_phys_bits_compat_len);
4794++}
4795++DEFINE_Q35_MACHINE(eoan_hpb, "pc-q35-eoan-hpb", NULL,
4796++ pc_q35_eoan_hpb_machine_options);
4797++
4798++static void pc_q35_focal_machine_options(MachineClass *m)
4799++{
4800++ pc_q35_4_2_machine_options(m);
4801++ m->desc = "Ubuntu 20.04 PC (Q35 + ICH9, 2009)";
4802++ /* The ubuntu alias and default is on the i440fx type. The
4803++ * ubuntu-q35 alias auto-picks the most recent ubuntu q35 type */
4804++ m->alias = "ubuntu-q35";
4805++}
4806++DEFINE_Q35_MACHINE(focal, "pc-q35-focal", NULL,
4807++ pc_q35_focal_machine_options);
4808++
4809++static void pc_q35_focal_hpb_machine_options(MachineClass *m)
4810++{
4811++ pc_q35_focal_machine_options(m);
4812++ m->desc = "Ubuntu 20.04 PC (Q35 + ICH9, +host-phys-bits=true, 2009)";
4813++ m->alias = NULL;
4814++ compat_props_add(m->compat_props,
4815++ host_phys_bits_compat, host_phys_bits_compat_len);
4816++}
4817++DEFINE_Q35_MACHINE(focal_hpb, "pc-q35-focal-hpb", NULL,
4818++ pc_q35_focal_hpb_machine_options);
4819+--- a/hw/ppc/spapr.c
4820++++ b/hw/ppc/spapr.c
4821+@@ -4470,11 +4470,14 @@ static const TypeInfo spapr_machine_info
4822+ };
4823+
4824+ #define DEFINE_SPAPR_MACHINE(suffix, verstr, latest) \
4825++ DEFINE_SPAPR_MACHINE_NAMED(suffix, suffix, verstr, latest)
4826++
4827++#define DEFINE_SPAPR_MACHINE_NAMED(qemuver, suffix, verstr, latest) \
4828+ static void spapr_machine_##suffix##_class_init(ObjectClass *oc, \
4829+ void *data) \
4830+ { \
4831+ MachineClass *mc = MACHINE_CLASS(oc); \
4832+- spapr_machine_##suffix##_class_options(mc); \
4833++ spapr_machine_##qemuver##_class_options(mc); \
4834+ if (latest) { \
4835+ mc->alias = "pseries"; \
4836+ mc->is_default = 1; \
4837+@@ -4499,7 +4502,7 @@ static void spapr_machine_4_2_class_opti
4838+ /* Defaults for the latest behaviour inherited from the base class */
4839+ }
4840+
4841+-DEFINE_SPAPR_MACHINE(4_2, "4.2", true);
4842++DEFINE_SPAPR_MACHINE(4_2, "4.2", false);
4843+
4844+ /*
4845+ * pseries-4.1
4846+@@ -4791,11 +4794,16 @@ DEFINE_SPAPR_MACHINE(2_6, "2.6", false);
4847+ * pseries-2.5
4848+ */
4849+
4850++/*
4851++ * ddw was backported to 2.6 (Yakkety), so we have to disable it in <=2.5
4852++ * can be dropped when dropping Yakkety machine type (18.10)
4853++ */
4854+ static void spapr_machine_2_5_class_options(MachineClass *mc)
4855+ {
4856+ SpaprMachineClass *smc = SPAPR_MACHINE_CLASS(mc);
4857+ static GlobalProperty compat[] = {
4858+ { "spapr-vlan", "use-rx-buffer-pools", "off" },
4859++ { TYPE_SPAPR_PCI_HOST_BRIDGE, "ddw", "off" },
4860+ };
4861+
4862+ spapr_machine_2_6_class_options(mc);
4863+@@ -4864,6 +4872,30 @@ static void spapr_machine_2_1_class_opti
4864+ }
4865+ DEFINE_SPAPR_MACHINE(2_1, "2.1", false);
4866+
4867++/* Ubuntu machine types */
4868++DEFINE_SPAPR_MACHINE_NAMED(2_5, ubuntu_xenial, "xenial", false);
4869++DEFINE_SPAPR_MACHINE_NAMED(2_6, ubuntu_yakkety, "yakkety", false);
4870++DEFINE_SPAPR_MACHINE_NAMED(2_8, ubuntu_zesty, "zesty", false);
4871++DEFINE_SPAPR_MACHINE_NAMED(2_10, ubuntu_artful, "artful", false);
4872++DEFINE_SPAPR_MACHINE_NAMED(2_11, ubuntu_bionic, "bionic", false);
4873++DEFINE_SPAPR_MACHINE_NAMED(2_12, ubuntu_cosmic, "cosmic", false);
4874++DEFINE_SPAPR_MACHINE_NAMED(3_1, ubuntu_disco, "disco", false);
4875++DEFINE_SPAPR_MACHINE_NAMED(4_0, ubuntu_eoan, "eoan", false);
4876++DEFINE_SPAPR_MACHINE_NAMED(4_2, ubuntu_focal, "focal", true);
4877++
4878++/* Special 2.11 type for 1761372, since 2.12 is unreleased and 18.04 is 2.11 */
4879++static void spapr_machine_2_11_sxxm_class_options(MachineClass *mc)
4880++{
4881++ SpaprMachineClass *smc = SPAPR_MACHINE_CLASS(mc);
4882++
4883++ spapr_machine_2_11_class_options(mc);
4884++ smc->default_caps.caps[SPAPR_CAP_CFPC] = SPAPR_CAP_WORKAROUND;
4885++ smc->default_caps.caps[SPAPR_CAP_SBBC] = SPAPR_CAP_WORKAROUND;
4886++ smc->default_caps.caps[SPAPR_CAP_IBS] = SPAPR_CAP_FIXED_CCD;
4887++}
4888++DEFINE_SPAPR_MACHINE_NAMED(2_11_sxxm, ubuntu_bionic_sxxm, "bionic-sxxm", false);
4889++/* end Special 2.11 type for 1761372 */
4890++
4891+ static void spapr_machine_register_types(void)
4892+ {
4893+ type_register_static(&spapr_machine_info);
4894+--- a/hw/s390x/s390-virtio-ccw.c
4895++++ b/hw/s390x/s390-virtio-ccw.c
4896+@@ -610,12 +610,15 @@ bool css_migration_enabled(void)
4897+ }
4898+
4899+ #define DEFINE_CCW_MACHINE(suffix, verstr, latest) \
4900++ DEFINE_CCW_MACHINE_NAMED(suffix, suffix, verstr, latest)
4901++
4902++#define DEFINE_CCW_MACHINE_NAMED(qemuver, suffix, verstr, latest) \
4903+ static void ccw_machine_##suffix##_class_init(ObjectClass *oc, \
4904+ void *data) \
4905+ { \
4906+ MachineClass *mc = MACHINE_CLASS(oc); \
4907+- ccw_machine_##suffix##_class_options(mc); \
4908+- mc->desc = "VirtIO-ccw based S390 machine v" verstr; \
4909++ ccw_machine_##qemuver##_class_options(mc); \
4910++ mc->desc = "VirtIO-ccw based S390 machine " verstr; \
4911+ if (latest) { \
4912+ mc->alias = "s390-ccw-virtio"; \
4913+ mc->is_default = 1; \
4914+@@ -625,7 +628,7 @@ bool css_migration_enabled(void)
4915+ { \
4916+ MachineState *machine = MACHINE(obj); \
4917+ current_mc = S390_MACHINE_CLASS(MACHINE_GET_CLASS(machine)); \
4918+- ccw_machine_##suffix##_instance_options(machine); \
4919++ ccw_machine_##qemuver##_instance_options(machine); \
4920+ } \
4921+ static const TypeInfo ccw_machine_##suffix##_info = { \
4922+ .name = MACHINE_TYPE_NAME("s390-ccw-virtio-" verstr), \
4923+@@ -646,7 +649,7 @@ static void ccw_machine_4_2_instance_opt
4924+ static void ccw_machine_4_2_class_options(MachineClass *mc)
4925+ {
4926+ }
4927+-DEFINE_CCW_MACHINE(4_2, "4.2", true);
4928++DEFINE_CCW_MACHINE(4_2, "4.2", false);
4929+
4930+ static void ccw_machine_4_1_instance_options(MachineState *machine)
4931+ {
4932+@@ -867,6 +870,17 @@ static void ccw_machine_2_4_class_option
4933+ }
4934+ DEFINE_CCW_MACHINE(2_4, "2.4", false);
4935+
4936++/* Ubuntu machine types */
4937++DEFINE_CCW_MACHINE_NAMED(2_5, ubuntu_xenial, "xenial", false);
4938++DEFINE_CCW_MACHINE_NAMED(2_6, ubuntu_yakkety, "yakkety", false);
4939++DEFINE_CCW_MACHINE_NAMED(2_8, ubuntu_zesty, "zesty", false);
4940++DEFINE_CCW_MACHINE_NAMED(2_10, ubuntu_artful, "artful", false);
4941++DEFINE_CCW_MACHINE_NAMED(2_11, ubuntu_bionic, "bionic", false);
4942++DEFINE_CCW_MACHINE_NAMED(2_12, ubuntu_cosmic, "cosmic", false);
4943++DEFINE_CCW_MACHINE_NAMED(3_1, ubuntu_disco, "disco", false);
4944++DEFINE_CCW_MACHINE_NAMED(3_1, ubuntu_eoan, "eoan", false);
4945++DEFINE_CCW_MACHINE_NAMED(4_2, ubuntu_focal, "focal", true);
4946++
4947+ static void ccw_machine_register_types(void)
4948+ {
4949+ type_register_static(&ccw_machine_info);
4950+--- a/vl.c
4951++++ b/vl.c
4952+@@ -2471,6 +2471,17 @@ static gint machine_class_cmp(gconstpoin
4953+ object_class_get_name(OBJECT_CLASS(mc1)));
4954+ }
4955+
4956++static int EndsWith(const char *str, const char *suffix)
4957++{
4958++ if (!str || !suffix)
4959++ return 0;
4960++ size_t lenstr = strlen(str);
4961++ size_t lensuffix = strlen(suffix);
4962++ if (lensuffix > lenstr)
4963++ return 0;
4964++ return strncmp(str + lenstr - lensuffix, suffix, lensuffix) == 0;
4965++}
4966++
4967+ static MachineClass *machine_parse(const char *name, GSList *machines)
4968+ {
4969+ MachineClass *mc;
4970+@@ -2493,8 +2504,23 @@ static MachineClass *machine_parse(const
4971+
4972+ mc = find_machine(name, machines);
4973+ if (!mc) {
4974+- error_report("unsupported machine type");
4975++ error_report("unsupported machine type '%s'", name);
4976+ error_printf("Use -machine help to list supported machines\n");
4977++
4978++ /*
4979++ * check for formerly supported, but now dropped distro
4980++ * specific types. Add extra hint to the error on match.
4981++ * This is arch-independent as it only checks for the suffix.
4982++ */
4983++ if (EndsWith(name, "precise") ||
4984++ EndsWith(name, "utopic") ||
4985++ EndsWith(name, "vivid")) {
4986++ error_printf("The machine type is old and out of support now\n");
4987++ error_printf("Please study https://wiki.ubuntu.com/"
4988++ "QemuKVMMigration#Upgrade_machine_type how to"
4989++ "upgrade machine types");
4990++ }
4991++
4992+ exit(1);
4993+ }
4994+ return mc;
4995+--- a/hw/i386/pc.c
4996++++ b/hw/i386/pc.c
4997+@@ -109,6 +109,11 @@ const size_t pc_compat_4_1_len = G_N_ELE
4998+ GlobalProperty pc_compat_4_0[] = {};
4999+ const size_t pc_compat_4_0_len = G_N_ELEMENTS(pc_compat_4_0);
5000+
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches