~paelzer/ubuntu/+source/qemu:bug-1847361-miss-old-so-on-upgrade-UBUNTU

Last commit made on 2020-03-13
Get this branch:
git clone -b bug-1847361-miss-old-so-on-upgrade-UBUNTU 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:
bug-1847361-miss-old-so-on-upgrade-UBUNTU
Repository:
lp:~paelzer/ubuntu/+source/qemu

Recent commits

9eea3bd... by Christian Ehrhardt 

cahngelog: avoid unnecessary IOTLB transactions (LP: #1866207)

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

2212796... by Christian Ehrhardt 

d/p/ubuntu/lp-1847361-vhost-correctly-turn-on-VIRTIO_F_IOMMU_PLATFORM.patch: avoid unnecessary IOTLB transactions (LP: #1866207)

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

4683e8d... by Christian Ehrhardt 

changelog MEGRE

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

4509bbb... by Christian Ehrhardt 

changelog: allow qemu to load old modules post upgrade (LP: #1847361)

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

7d44fb3... by Christian Ehrhardt 

d/rules: enable --enable-module-upgrades where --enable-modules is set

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

dbe2005... by Christian Ehrhardt 

d/rules: generate maintainer scripts matching package version

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

1ea6aa1... by Christian Ehrhardt 

d/qemu-block-extra.*.in, d/qemu-system-gui.*.in: save shared objects on upgrade

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

1405310... by Christian Ehrhardt 

d/p/ubuntu/lp-1847361-modules-load-upgrade.patch: allow qemu to load old modules post upgrade (LP: #1847361)

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

6dc85c8... by Christian Ehrhardt 

Import patches-unapplied version 1:4.2-3ubuntu1 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: 3143be20bb7cd9b2f8d842ee250b9dd6c4720717

New changelog entries:
  * Merge with Debian testing, remaining changes:
    - qemu-kvm to systemd unit
      - d/qemu-kvm-init: script for QEMU KVM preparation modules, ksm,
        hugepages and architecture specifics
      - d/qemu-system-common.qemu-kvm.service: systemd unit to call
        qemu-kvm-init
      - d/qemu-system-common.install: install helper script
      - d/qemu-system-common.maintscript: clean old sysv and upstart scripts
      - d/qemu-system-common.qemu-kvm.default: defaults for
        /etc/default/qemu-kvm
      - d/rules: call dh_installinit and dh_installsystemd for qemu-kvm
    - Distribution specific machine type (LP: 1304107 1621042)
      - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
        types
      - d/qemu-system-x86.NEWS Info on fixed machine type definitions
        for host-phys-bits=true (LP: 1776189)
      - add an info about -hpb machine type in debian/qemu-system-x86.NEWS
      - provide pseries-bionic-2.11-sxxm type as convenience with all
        meltdown/spectre workarounds enabled by default. (LP: 1761372).
      - ubuntu-q35 alias added to auto-select the most recent q35 ubuntu type
    - Enable nesting by default
      - d/p/ubuntu/expose-vmx_qemu64cpu.patch: expose nested kvm by default
        in qemu64 cpu type.
      - d/p/ubuntu/enable-svm-by-default.patch: Enable nested svm by default
        in qemu64 on amd
        [ No more strictly needed, but required for backward compatibility ]
    - improved dependencies
      - Make qemu-system-common depend on qemu-block-extra
      - Make qemu-utils depend on qemu-block-extra
      - let qemu-utils recommend sharutils
    - improved s390x support
      - d/rules: build s390-ccw.img with upstream Makefile
      - d/rules: build s390-netboot.img with upstream Makefile
    - arch aware kvm wrappers
    - tolerate ipxe size change on migrations to >=18.04 (LP: 1713490)
      - d/p/ubuntu/pre-bionic-256k-ipxe-efi-roms.patch: old machine types
        reference 256k path
      - d/control-in: depend on ipxe-qemu-256k-compat-efi-roms to be able to
        handle incoming migrations from former releases.
    - d/control-in: Disable capstone disassembler library support (universe)
    - d/binfmt-update-in: fix binfmt being called in some containers
      (LP 1840956)
    - d/p/ubuntu/lp-1857033-*: add support for Cooper Lake cpu model
      (LP 1857033)
    - d/qemu-system-x86.README.Debian: add info about updated nesting changes
    - d/control*, d/rules: disable xen by default, but provide universe
      package qemu-system-x86-xen as alternative
    - d/p/lp-1859527-*: avoid breakage on high virtqueue counts (LP 1859527)
  - Dropped changes [ in Debian ]
    - d/control: update VCS links
    - d/control-in: bump debhelper build-dep for compat 12
    - d/control: disable bluetooth being deprecated
    - d/not-installed: ignore new interop docs and extra icons for now
    - d/not-installed: do not install elf2dmp until namespaced
    - d/qemu-utils.install: install new tools qemu-edid and qemu-keymap
      [ not needed ]
    - d/control-in: promote qemu-efi/ovmf in Ubuntu (LP 1570617)
    - s390x support
      - Create qemu-system-s390x package
      - Enable numa support for s390x
    - d/control*: enable libpmem support for nvdimms (LP 1790856)
  * Added changes
    - d/control: regenerate debian/control out of control-in
    - qemu-system-x86-microvm package
      In addition to the generic multi-purpose qemu also provide a minimal
      feature binary that is loading faster for use cases with microvm machine
      type and qboot bios
      - d/control-in: add a new qemu-system-x86-microvm package
      - d/rules: add an extra config/build step to get the minimal qemu
    - d/control-in: disable pmem on ppc64 as it is currently considered
      experimental on that architecture (pmdk v1.8-1)
    - d/rules: makefile definitions can't be recursive - sys_systems for s390x
    - d/p/ubuntu/vhost-user-gpu-Drop-trailing-json-comma.patch: fix parsing of
      vhost-user-gpu
    - d/rules: report config log from the correct subdir
    - d/rules: --disable-xen for user-static builds

3143be2... by Michael Tokarev <email address hidden>

Import patches-unapplied version 1:4.2-3 to debian/sid

Imported using git-ubuntu import.

Changelog parent: bde70fd643587fc33de3735e9feddfb458417ab1

New changelog entries:
  * mention closing of #909743 in previous changelog (Closes: #909743)
  * do not link to qemu-skiboot from qemu-system-ppc (Closes: #950431)
  * provide+conflict qemu-skiboot from qemu-system-data,
    as we are not using this package anymore