Planning/5.2: Difference between revisions

From QEMU
m (→‎Not fixed yet: fix for qmp_guest_get_vcpus loop count)
(→‎Known issues: no fix for microblaze s3adsp1800 in time for 5.2)
Line 56: Line 56:
* SD command ACMD41 misbehaves (https://bugs.launchpad.net/qemu/+bug/1809291)
* SD command ACMD41 misbehaves (https://bugs.launchpad.net/qemu/+bug/1809291)
** fixed: 89c6700fe7e ("hw/sd/sdcard: Zero out function selection fields before being populated")
** fixed: 89c6700fe7e ("hw/sd/sdcard: Zero out function selection fields before being populated")
=== Will not be fixed in 5.2 ===
* microblaze s3adsp1800 stuck while booting (https://lists.gnu.org/archive/html/qemu-devel/2020-11/msg02183.html) - not a recent regression, also happens with v5.0 already


=== Not fixed yet ===
=== Not fixed yet ===
Line 62: Line 66:
* set_pci_host_devaddr() fails parsing bus > 0x1f
* set_pci_host_devaddr() fails parsing bus > 0x1f
** fix: https://www.mail-archive.com/qemu-devel@nongnu.org/msg761406.html
** fix: https://www.mail-archive.com/qemu-devel@nongnu.org/msg761406.html
* microblaze s3adsp1800 stuck while booting (https://lists.gnu.org/archive/html/qemu-devel/2020-11/msg02183.html) - not a recent regression, also happens with v5.0 already, thus this should likely not block the release
* pci broken for s390x-on-x86 tcg guests, bisected to 28dc86a07299 ("s390x/pci: use a PCI Group structure") (https://lore.kernel.org/qemu-devel/20201117124349.2e1e2fe3.cohuck@redhat.com/)
* pci broken for s390x-on-x86 tcg guests, bisected to 28dc86a07299 ("s390x/pci: use a PCI Group structure") (https://lore.kernel.org/qemu-devel/20201117124349.2e1e2fe3.cohuck@redhat.com/)
** fix: https://lore.kernel.org/qemu-devel/20201118104202.1301363-1-cohuck@redhat.com/
** fix: https://lore.kernel.org/qemu-devel/20201118104202.1301363-1-cohuck@redhat.com/

Revision as of 14:07, 24 November 2020

Release Schedule

2020-08-12 Beginning of development phase
2020-10-27 Soft feature freeze. Only bug fixes after this point. All feature changes must be already in a sub maintainer tree and all pull requests from submaintainers must have been sent to the list by this date.
2020-11-03 Hard feature freeze. Tag rc0
2020-11-10 Tag rc1
2020-11-17 Tag rc2
2020-11-24 Tag rc3
2020-12-01 Release; or tag rc4 if needed
2020-12-08 Release if we needed an rc4

Known issues

Please list all patch series or bugs which need to be fixed for the release here. That way I can be sure I don't miss any when I'm rolling release candidates.

Fixed in rc3

  • Regression on POWER9 when using VSMT breaks guests (https://bugs.launchpad.net/qemu/+bug/1900241)
    • fixed: 6d24795ee7e3 ("Revert series "spapr/xive: Allocate vCPU IPIs from the vCPU contexts"")
  • net: Use correct default-path macro for downscript
    • fixed: 9925990d01a ("net: Use correct default-path macro for downscript")

Fixed in rc2

Fixed in rc1

Will not be fixed in 5.2

Not fixed yet

Targeted Features

See the ChangeLog/5.2 for full details.