Planning/6.0: Difference between revisions

From QEMU
Line 57: Line 57:
* Sphinx qapidoc extension messes up man output for 'if' conditions (see https://lists.gnu.org/archive/html/qemu-devel/2021-04/msg00628.html)
* Sphinx qapidoc extension messes up man output for 'if' conditions (see https://lists.gnu.org/archive/html/qemu-devel/2021-04/msg00628.html)


=== Not fixed yet ===
=== Fixed in rc4 ===


* new glib causes compile failure when C++ compiler involved (patches 1 and 2 of https://patchew.org/QEMU/20210416135543.20382-1-peter.maydell@linaro.org/)
* new glib causes compile failure when C++ compiler involved (patches 1 and 2 of https://patchew.org/QEMU/20210416135543.20382-1-peter.maydell@linaro.org/)
Line 63: Line 63:
* mps3-an547 uses wrong CPU type (https://patchew.org/QEMU/20210416104010.13228-1-peter.maydell@linaro.org/)
* mps3-an547 uses wrong CPU type (https://patchew.org/QEMU/20210416104010.13228-1-peter.maydell@linaro.org/)
* using -icount and executing from non-RAM can abort() in cpu_io_recompile() (https://patchew.org/QEMU/20210415162454.22056-1-alex.bennee@linaro.org/)
* using -icount and executing from non-RAM can abort() in cpu_io_recompile() (https://patchew.org/QEMU/20210415162454.22056-1-alex.bennee@linaro.org/)
=== Not fixed yet ===
* [PATCH-for-6.0? v2] mptsas: Remove unused MPTSASState 'pending' field (CVE-2021-3392)
* [PATCH-for-6.0? v2] mptsas: Remove unused MPTSASState 'pending' field (CVE-2021-3392)
* [PATCH-for-6.0] target/mips: Correct the license text
* [PATCH-for-6.0] target/mips: Correct the license text

Revision as of 12:58, 19 April 2021

Release Schedule

2020-12-09 Beginning of development phase
2021-03-16 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.
2021-03-23 Hard feature freeze. Tag rc0
2021-03-30 Tag rc1
2021-04-06 Tag rc2
2021-04-13 Tag rc3
2021-04-20 Release; or tag rc4 if needed
2021-04-27 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 rc0

Fixed in rc1

Fixed in rc2

Fixed in rc3

Fixed in rc4

Not fixed yet

  • [PATCH-for-6.0? v2] mptsas: Remove unused MPTSASState 'pending' field (CVE-2021-3392)
  • [PATCH-for-6.0] target/mips: Correct the license text

Will not be fixed in 6.0

Targeted Features

See the ChangeLog/6.0 for full details.