Planning/5.2: Difference between revisions

From QEMU
Line 64: Line 64:
* 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/
===Fixed in rc4 ===
* nsis: Fix build for 64 bit installer
* drop setuptools dependency requirement
* meson: use dependency() to find libjpeg


=== Will not be fixed in 5.2 ===
=== Will not be fixed in 5.2 ===
Line 71: Line 77:
** fix: https://www.mail-archive.com/qemu-devel@nongnu.org/msg755553.html
** fix: https://www.mail-archive.com/qemu-devel@nongnu.org/msg755553.html
* pica61 -device isa-vga aborts (RAMBlock "vga.vram" already registered) - not a recent regression, thus this should likely not block the release
* pica61 -device isa-vga aborts (RAMBlock "vga.vram" already registered) - not a recent regression, thus this should likely not block the release
* qga: Correct loop count in qmp_guest_get_vcpus
* qga: Correct loop count in qmp_guest_get_vcpus (not a regression)
** proposed fix: https://www.mail-archive.com/qemu-devel@nongnu.org/msg761395.html
** proposed fix: https://www.mail-archive.com/qemu-devel@nongnu.org/msg761395.html
* HMP netdev_add doesn't let you reuse the ID of a deleted netdev, QMP netdev_add fails to reject duplicate ID
* HMP netdev_add doesn't let you reuse the ID of a deleted netdev, QMP netdev_add fails to reject duplicate ID
Line 78: Line 84:
=== Not fixed yet ===
=== Not fixed yet ===
* "[PATCH] qxl: fix segfault" regression fix
* "[PATCH] qxl: fix segfault" regression fix
* "[PATCH for-5.2] nsis: Fix build for 64 bit installer"


== Targeted Features ==
== Targeted Features ==


See the [[ChangeLog/5.2]] for full details.
See the [[ChangeLog/5.2]] for full details.

Revision as of 18:02, 26 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 rc1

Fixed in rc2

Fixed in rc3

Fixed in rc4

  • nsis: Fix build for 64 bit installer
  • drop setuptools dependency requirement
  • meson: use dependency() to find libjpeg

Will not be fixed in 5.2

Not fixed yet

  • "[PATCH] qxl: fix segfault" regression fix

Targeted Features

See the ChangeLog/5.2 for full details.