~paelzer/ubuntu/+source/qemu:post-disco-sru-set-cosmic

Last commit made on 2019-01-31
Get this branch:
git clone -b post-disco-sru-set-cosmic https://git.launchpad.net/~paelzer/ubuntu/+source/qemu
Only Christian Ehrhardt  can upload to this branch. If you are Christian Ehrhardt  please log in for upload directions.

Branch merges

Branch information

Name:
post-disco-sru-set-cosmic
Repository:
lp:~paelzer/ubuntu/+source/qemu

Recent commits

8af8622... by Christian Ehrhardt 

changelog: fix backward migration on ppc64el (LP: #1809083)

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

1b06aff... by Christian Ehrhardt 

- d/p/ubuntu/lp-1809083-*: fix backward migration on ppc64el (LP: #1809083)

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

eeb9885... by Christian Ehrhardt 

changelog: ensure a proper exception on unknown diag 308 subcodes (LP: #1812384)

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

44ccfa4... by Christian Ehrhardt 

- d/p/ubuntu/lp-1812384-s390x-Return-specification-exception-for-unimplement.patch: ensure a proper exception on unknown diag 308 subcodes (LP: #1812384)

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

0a1da74... by Christian Ehrhardt 

changelog: remove misleading warning (LP: #1806104

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

440414c... by Christian Ehrhardt 

- d/p/ubuntu/lp-1806104-spapr_pci-Remove-unhelpful-pagesize-warning.patch: remove misleading warning (LP: #1806104)

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

4e1f53d... by Christian Ehrhardt 

Import patches-unapplied version 1:2.12+dfsg-3ubuntu8.2 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: b32ad2281dc99c78bf26f4927315af7338adc6d5

New changelog entries:
  * debian/patches/ubuntu/lp1787405-*: Support guest dedicated Crypto
    Adapters on s390x (LP: #1787405)

b32ad22... by Marc Deslauriers

Import patches-unapplied version 1:2.12+dfsg-3ubuntu8.1 to ubuntu/cosmic-security

Imported using git-ubuntu import.

Changelog parent: 314c9f8bb417fa0591e6b314e92fe35e8ee4bed2

New changelog entries:
  * SECURITY UPDATE: integer overflow in NE2000 NIC emulation
    - debian/patches/CVE-2018-10839.patch: use proper type in
      hw/net/ne2000.c.
    - CVE-2018-10839
  * SECURITY UPDATE: integer overflow via crafted QMP command
    - debian/patches/CVE-2018-12617.patch: check bytes count read by
      guest-file-read in qga/commands-posix.c.
    - CVE-2018-12617
  * SECURITY UPDATE: OOB heap buffer r/w access in NVM Express Controller
    - debian/patches/CVE-2018-16847.patch: check size in hw/block/nvme.c.
    - CVE-2018-16847
  * SECURITY UPDATE: buffer overflow in rtl8139
    - debian/patches/CVE-2018-17958.patch: use proper type in
      hw/net/rtl8139.c.
    - CVE-2018-17958
  * SECURITY UPDATE: buffer overflow in pcnet
    - debian/patches/CVE-2018-17962.patch: use proper type in
      hw/net/pcnet.c.
    - CVE-2018-17962
  * SECURITY UPDATE: DoS via large packet sizes
    - debian/patches/CVE-2018-17963.patch: check size in net/net.c.
    - CVE-2018-17963
  * SECURITY UPDATE: DoS in lsi53c895a
    - debian/patches/CVE-2018-18849.patch: check message length value is
      valid in hw/scsi/lsi53c895a.c.
    - CVE-2018-18849
  * SECURITY UPDATE: Out-of-bounds r/w stack access in ppc64
    - debian/patches/CVE-2018-18954.patch: check size before data buffer
      access in hw/ppc/pnv_lpc.c.
    - CVE-2018-18954
  * SECURITY UPDATE: race condition in 9p
    - debian/patches/CVE-2018-19364-1.patch: use write lock in
      hw/9pfs/cofile.c.
    - debian/patches/CVE-2018-19364-2.patch: use write lock in
      hw/9pfs/9p.c.
    - CVE-2018-19364

314c9f8... by Christian Ehrhardt 

Import patches-unapplied version 1:2.12+dfsg-3ubuntu8 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: a53501ae64b5a12ce72b97832091161d15e2af91

New changelog entries:
  * d/control-in: our addition of a qemu-system-s390x package needs to follow
    the split of qemu-system-data by adding a dependency to it (LP: #1798084)

a53501a... by Christian Ehrhardt 

Import patches-unapplied version 1:2.12+dfsg-3ubuntu7 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: e80740e820f03383022e36a38ded2cb0c1c2ac11

New changelog entries:
  * Update pxe netboot images for KVM s390x to qemu 3.0 level (LP: #1790901)
    The SLOF source pieces in src:qemu are only used for s390x netboot,
    which are independent ROMs (no linking). All other binaries out of this
    are part of src:slof and independent.
    - d/p/ubuntu/lp-1790901-partial-SLOF-for-s390x-netboot-2.12-to-3.0.patch
    - d/p/ubuntu/lp-1790901-0*: backport s390x pxelinux netboot capabilities
      and related fixes