Planning/3.1: Difference between revisions

From QEMU
Line 34: Line 34:


* QEMU aborts with: <code>aarch64-softmmu/qemu-system-aarch64 -M virt -device ramfb</code>
* QEMU aborts with: <code>aarch64-softmmu/qemu-system-aarch64 -M virt -device ramfb</code>
=== Fixed in rc2 ===
* QEMU crashes with: <code>qemu-system-aarch64 -M n800</code> (without any additional parameters) - this used to work better with v3.0


=== Not yet fixed in any rc ===
=== Not yet fixed in any rc ===


* QEMU currently can't be compiled with "--disable-replication". Patch is on the list: https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg07119.html
* QEMU currently can't be compiled with "--disable-replication". Patch is on the list: https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg07119.html
* QEMU crashes with: <code>qemu-system-aarch64 -M n800</code> (without any additional parameters) - this used to work better with v3.0
* QEMU crashes at startup on older AMD systems with:  error: failed to set MSR 0x10a to 0x0
* QEMU crashes at startup on older AMD systems with:  error: failed to set MSR 0x10a to 0x0



Revision as of 18:41, 19 November 2018

Release Schedule

2018-08-14 Beginning of development phase
2018-10-30 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.
2018-11-06 Hard feature freeze. Tag rc0
2018-11-13 Tag rc1
2018-11-20 Tag rc2
2018-11-27 Tag rc3
2018-12-04 Release; or tag rc4 if needed
2018-12-11 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

  • QEMU aborts with: aarch64-softmmu/qemu-system-aarch64 -M virt -device ramfb

Fixed in rc2

  • QEMU crashes with: qemu-system-aarch64 -M n800 (without any additional parameters) - this used to work better with v3.0

Not yet fixed in any rc

Targeted Features

See the ChangeLog/3.1 for full details.