Planning/5.2: Difference between revisions

From QEMU
(→‎Known issues: macio device fixed)
(→‎Known issues: macio fixed rc1 -> rc2)
Line 38: Line 38:
* graphic_hw_update() may crash with -nodefaults [https://git.qemu.org/?p=qemu.git;a=commit;h=1cd8b9487025966123287e532636f231b46e8398 fixed]
* graphic_hw_update() may crash with -nodefaults [https://git.qemu.org/?p=qemu.git;a=commit;h=1cd8b9487025966123287e532636f231b46e8398 fixed]
* Xen support no longer built on arm64 [https://git.qemu.org/?p=qemu.git;a=commit;h=0c3e41d40828f78f182c6eb7d54624ce7b0c49f8 fixed]
* Xen support no longer built on arm64 [https://git.qemu.org/?p=qemu.git;a=commit;h=0c3e41d40828f78f182c6eb7d54624ce7b0c49f8 fixed]
* Crash with "qemu-system-ppc64 -M powernv -device macio-newworld" or "qemu-system-ppc64 -M mac99 -device macio-oldworld" (fix is available here: https://lists.gnu.org/archive/html/qemu-devel/2020-11/msg02630.html)
** fixed: 6bfa035ec31 ("macio: set user_creatable to false in macio_class_init")


=== Fixed in rc1 ===
=== Fixed in rc1 ===
Line 45: Line 47:
* 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")
* Crash with "qemu-system-ppc64 -M powernv -device macio-newworld" or "qemu-system-ppc64 -M mac99 -device macio-oldworld" (fix is available here: https://lists.gnu.org/archive/html/qemu-devel/2020-11/msg02630.html)
** fixed: 6bfa035ec31 ("macio: set user_creatable to false in macio_class_init")


=== Not fixed yet ===
=== Not fixed yet ===

Revision as of 11:26, 17 November 2020

Release Schedule

To be determined; release will be mid-December.

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 rc2

Fixed in rc1

Not fixed yet

Targeted Features

See the ChangeLog/5.2 for full details.