Planning/2.12: Difference between revisions
Line 54: | Line 54: | ||
* softfloat: some issue with float32_div ? | * softfloat: some issue with float32_div ? | ||
* ARM KVM: cpu_address_space_init: Assertion `asidx == 0 || !(kvm_allowed)' failed ? | * ARM KVM: cpu_address_space_init: Assertion `asidx == 0 || !(kvm_allowed)' failed ? | ||
* linux-user aarch64 signal frame not quite right | |||
=== Issues that will not be fixed === | === Issues that will not be fixed === |
Revision as of 09:36, 16 April 2018
Release Schedule
2017-12-13 | Beginning of development phase |
2018-03-13 | 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-03-20 | Hard feature freeze. Tag rc0 |
2018-03-27 | Tag rc1 |
Tag rc2 | |
Tag rc3 | |
2018-04-17 | Release, or tag rc4 if extra RC cycle needed |
2018-04-24 | 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 rc3
- Crash with:
ppc64-softmmu/qemu-system-ppc64 -S -machine 40p -device i82374
(patch is available here: https://lists.gnu.org/archive/html/qemu-devel/2018-03/msg06678.html ) - GTK WARNING and CRITICAL errors when closing QEMU window directly instead of using the "Quit" menu option (patch available at https://lists.gnu.org/archive/html/qemu-devel/2018-03/msg04315.html)
Fixed in rc4
- softfloat: failed to raise Invalid for float-to-int conversions of NaN and infinity
- softfloat: minnummag and maxnummag mishandled +Zero, -Zero
Not yet fixed in any rc
- compile failure on MIPS hosts building aarch64 targets
- m68k: fix exception stack frame for 68000
- softfloat: some issue with float32_div ?
- ARM KVM: cpu_address_space_init: Assertion `asidx == 0 || !(kvm_allowed)' failed ?
- linux-user aarch64 signal frame not quite right
Issues that will not be fixed
Targeted Features
See the ChangeLog/2.12 for full details.