Planning/6.0: Difference between revisions

From QEMU
 
(13 intermediate revisions by 4 users not shown)
Line 21: Line 21:
|-
|-
| 2021-04-20
| 2021-04-20
| Release; or tag rc4 if needed
| <strike>Release; or tag rc4 if needed</strike> Tag rc4
|-
|-
| 2021-04-27
| 2021-04-26
| Release if we needed an rc4
| Tag rc5
|-
| <strike>2021-04-27</strike>
| <strike>Release if we needed an rc4</strike>
|-
| 2021-04-29
| Release
|-
| 2021-10-26
| Freeze for v6.0.1
|-
| 2021-10-28
| Tag v6.0.1
|}
|}


Line 64: Line 76:
* 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/)
* [PATCH-for-6.0? v3] mptsas: Remove unused MPTSASState 'pending' field (CVE-2021-3392)
* [PATCH-for-6.0? v3] mptsas: Remove unused MPTSASState 'pending' field (CVE-2021-3392)
* migration: Deprecate redundant query-migrate result @blocked
* target/mips/rel6_translate: Change license to GNU LGPL v2.1 (or later)
* [PATCH for-6.0?] qga: fix guest-get-disks regression
=== Fixed in rc5 ===
* segfault if hotplugging a network interface
* s390 linux-user intermittent crash in signal handlers
* assert if unplugging emulated nvme controller


=== Not fixed yet ===
=== Not fixed yet ===
* [PATCH-for-6.0] target/mips: Correct the license text


=== Will not be fixed in 6.0 ===
=== Will not be fixed in 6.0 ===

Latest revision as of 14:09, 19 October 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 Tag rc4
2021-04-26 Tag rc5
2021-04-27 Release if we needed an rc4
2021-04-29 Release
2021-10-26 Freeze for v6.0.1
2021-10-28 Tag v6.0.1

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

Fixed in rc5

  • segfault if hotplugging a network interface
  • s390 linux-user intermittent crash in signal handlers
  • assert if unplugging emulated nvme controller

Not fixed yet

Will not be fixed in 6.0

Targeted Features

See the ChangeLog/6.0 for full details.