Public bug reported:

Upstream: tbd
Debian:   1:8.2.3+ds-2    1:9.0.0~rc2+ds-1
Ubuntu:   1:8.2.2+ds-0ubuntu1

Debian new has 1:9.0.0~rc2+ds-1, which may be available for merge soon.

If it turns out this needs a sync rather than a merge, please change the
tag 'needs-merge' to 'needs-sync', and (optionally) update the title as
desired.

If this merge pulls in a new upstream version, also consider adding an
entry to the Oracular Release Notes:
https://discourse.ubuntu.com/c/release/38


### New Debian Changes ###

qemu (1:8.2.3+ds-2) unstable; urgency=medium

  * d/changelog: add Closes: for security bugs fixed by 8.2.3
  * static-linux-user-stubs: provide some stubs for static linux-user
    build (this avoids ld warnings about getpw*())
  * add 3 missing upstream commits to fix 8.2.3 breakage on riscv64
    The broken commit is 1e4ec0958e 'target/riscv/kvm: fix
    timebase-frequency when using KVM acceleration', which requires
    other changes in the same patch series:
      target-riscv-kvm-change-KVM_REG_RISCV_FP_F-to-u32.patch
      target-riscv-kvm-change-KVM_REG_RISCV_FP_D-to-u64.patch
      target-riscv-kvm-change-timer-regs-size-to-u64.patch
    (Closes: #1069892)

 -- Michael Tokarev <m...@tls.msk.ru>  Sat, 27 Apr 2024 20:09:22 +0300

qemu (1:8.2.3+ds-1) unstable; urgency=medium

  [ Michael Tokarev ]

  * new upstream stable/bugfix release
    Closes: #1068819, CVE-2024-26327, CVE-2024-26328
    Closes: #1068820, CVE-2024-3446
    Closes: #1068821, CVE-2024-3447
    Closes: #1068822, CVE-2024-3567
  * fix typo in newly added change (expection)
  * d/rules: run dh_installdocs for install-indep too

  [ Sergio Durigan Junior ]

  * d/control: Fix typo in long description of qemu-system-gui package

 -- Michael Tokarev <m...@tls.msk.ru>  Thu, 25 Apr 2024 07:48:12 +0300

qemu (1:8.2.2+ds-2) unstable; urgency=medium

  * d/control: fix qemu version in Breaks: to include the missing epoch
    (Closes: #1065469)
  * d/rules: remove x32 from qemu-user host arch list and add it to tools

 -- Michael Tokarev <m...@tls.msk.ru>  Tue, 05 Mar 2024 10:27:47 +0300

qemu (1:8.2.2+ds-1) unstable; urgency=medium

  * new upstream stable/bugfix release
  * d/gen-module-upgrade.sh: change addfr() for clarity
  * d/rules: stop qemu-system-${arch} packages from providing themselves
    (different fix, really closes: #1063233)
  * d/rules: ensure ${sysdataidir} is created in pre-install-indep
  * d/control: stop build-depending on texinfo (not used)
  * d/rules: build docs directly with sphinx, --disable-docs, install more docs
  * move system docs to qemu-system-data
  * d/rules: stop compressing config examples
  * d/control: bc isn't needed for u-boot anymore
  * d/copyright: exclude python/wheels/*.whl (not used on debian)
  * remove patch included upstream now:
    ui-clipboard-mark-type-as-not-available-when-no-data-CVE-2023-6683.patch
  * d/rules: disable building qemu-system on x32
  * remove disable-xen-on-x32.patch

 -- Michael Tokarev <m...@tls.msk.ru>  Mon, 04 Mar 2024 22:55:03 +0300

qemu (1:8.2.1+ds-2) unstable; urgency=medium

  * rework module-upgrade handling: do not ship /run/qemu.mount unit
    anymore, instead bind-mount-exec particular subdir in /run/qemu/
    on upgrade only if some qemu-system-foo processes are running
  * d/control: Rules-Requires-Root: no
  * d/control: Standards-Version: 4.6.2
  * d/rules: stop qemu-system-${arch} packages
    from providing themselves (Closes: #1063233)
  * d/rules: run ./configure in arch-indep build
    and build some roms from there
  * build x86 optionrom using qemu build rules
  * d/rules: move fragments which builds firmware out of qemu
    arch-indep subdir closer together (no code changes)
  * d/control: clarify qemu-system-gui description:
    this is not a management gui for qemu
  * d/control: set minimum version for libpipewire (for bullseye)
  * d/control: require recent python3 or separate tomli (for bullseye)

 -- Michael Tokarev <m...@tls.msk.ru>  Sat, 24 Feb 2024 12:19:35 +0300

qemu (1:8.2.1+ds-1) unstable; urgency=medium

  * new upstream stable/bugfix release
  * remove all upstream-applied patches
  * d/patches/note-missing-module-pkg-name.diff: fixup
  * replace fix for CVE-2023-6683 (A different fix from upstream)
  * remove the mistakenly-added temp file in d/qemu-block-extra/
  * d/.gitignore: refresh

 -- Michael Tokarev <m...@tls.msk.ru>  Tue, 30 Jan 2024 10:32:17 +0300

qemu (1:8.2.0+ds-5) unstable; urgency=medium

  * d/rules, d/run-qemu.mount: use dh_installsystemd to install run-qemu.mount
    (Closes: #1060087)
  * update hppa and seabios-hppa patch series
  * ui-clipboard-avoid-crash-upon-request-when-clipboard-CVE-2023-6683.patch


### Old Ubuntu Delta ###

qemu (1:8.2.2+ds-0ubuntu1) noble; urgency=medium

  * Merge version 8.2.2 from upstream. (LP: #2061005).  Cherry-picks from
    Debian:
    - 
d/p/ui-clipboard-mark-type-as-not-available-when-no-data-CVE-2023-6683.patch:
      Remove patch; included upstream.
    - d/control: clarify qemu-system-gui description: this is not a
      management gui for qemu
    - d/rules: stop qemu-system-${arch} packages from providing
      themselves (#1063233)
    - d/control{,-in}: Fix typo on qemu-system-gui description.

 -- Sergio Durigan Junior <sergio.duri...@canonical.com>  Fri, 12 Apr
2024 18:13:51 -0400

qemu (1:8.2.1+ds-1ubuntu9) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <wgr...@ubuntu.com>  Mon, 01 Apr 2024 18:20:15 +1100

qemu (1:8.2.1+ds-1ubuntu8) noble; urgency=medium

  * d/p/u/lp2012763-maxcpus-too-low.patch: Actually set the max_cpus
    property of the new Mantic machine types. (LP: #2012763)

 -- Sergio Durigan Junior <sergio.duri...@canonical.com>  Mon, 25 Mar
2024 14:58:39 -0400

qemu (1:8.2.1+ds-1ubuntu7) noble; urgency=medium

  * d/p/u/lp2012763-maxcpus-too-low.patch: Bump max_cpus to 1024 on
    Jammy amd64 machine types.  (LP: #2012763)

 -- Sergio Durigan Junior <sergio.duri...@canonical.com>  Mon, 18 Mar
2024 16:48:22 -0400

qemu (1:8.2.1+ds-1ubuntu6) noble; urgency=medium

  * No-change rebuild against libcurl3t64-gnutls

 -- Steve Langasek <steve.langa...@ubuntu.com>  Sat, 16 Mar 2024
07:16:54 +0000

qemu (1:8.2.1+ds-1ubuntu5) noble; urgency=medium

  * No-change rebuild against libglib2.0-0t64

 -- Steve Langasek <steve.langa...@ubuntu.com>  Mon, 11 Mar 2024
23:31:21 +0000

qemu (1:8.2.1+ds-1ubuntu4) noble; urgency=medium

  * No-change rebuild against libgnutls30t64

 -- Steve Langasek <steve.langa...@ubuntu.com>  Sun, 10 Mar 2024
02:11:43 +0000

qemu (1:8.2.1+ds-1ubuntu3) noble; urgency=medium

  * No-change rebuild against libpng16-16t64

 -- Steve Langasek <steve.langa...@ubuntu.com>  Thu, 29 Feb 2024
07:54:00 +0000

qemu (1:8.2.1+ds-1ubuntu2) noble; urgency=medium

  * d/p/u/lp-2055003-*: Properly initialize max_cpus limit to
    SPAPR_IRQ_NR_IPIS, fixing a segfault on ppc64el. (LP: #2055003)

 -- Sergio Durigan Junior <sergio.duri...@canonical.com>  Mon, 26 Feb
2024 15:32:25 -0500

qemu (1:8.2.1+ds-1ubuntu1) noble; urgency=medium

  * Merge with Debian unstable (LP: #2051883, #2049703). 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.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 1776189 1761372 1761372 1776189)
      - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
        types containing release versioned machine attributes
      - Add an info about -hpb machine type in debian/qemu-system-x86.NEWS
      - ubuntu-q35 alias added to auto-select the most recent q35 ubuntu type
    - Enable nesting by default
      - 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 ]
    - 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.
    - Ease the use of module retention on upgrades (LP 1913421)
      - debian/qemu-block-extra.postinst: enable mount unit on install/upgrade
    - Remaining GCC-12 FTBFS (LP 1988710 + LP 1921664)
      + d/p/u/qboot-Disable-LTO-for-ELF-binary-build-step.patch:
        fix qboot FTBFS with LTO
    - d/rules: Enable/disable extra features on microvm
      variant. (LP #2045594)
    - Move glusterfs storage driver to Universe in a new package
      (LP #2045063):
      + d/control{,-in}: new package qemu-block-supplemental for drivers
        we want in Universe
      + d/rules: we only want block-gluster.so in the new
        qemu-block-supplemental package. Adjust dynamically-created
        maintainer scripts for qemu-block-extra and -supplemental.

 -- Sergio Durigan Junior <sergio.duri...@canonical.com>  Wed, 07 Feb
2024 13:01:14 -0500

** Affects: qemu (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: needs-merge upgrade-software-version

** Changed in: qemu (Ubuntu)
    Milestone: None => ubuntu-24.06

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064450

Title:
  Merge qemu from Debian unstable for oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2064450/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to