Planning/6.0: Difference between revisions
(Crash with x-remote machine) |
|||
Line 38: | Line 38: | ||
* Windows won't boot on default x86_64 machine type for 6.0 (see https://lists.gnu.org/archive/html/qemu-devel/2021-03/msg05322.html) | * Windows won't boot on default x86_64 machine type for 6.0 (see https://lists.gnu.org/archive/html/qemu-devel/2021-03/msg05322.html) | ||
* Semihosting SYS_HEAPINFO (currently in [https://patchew.org/QEMU/20210320133706.21475-1-alex.bennee@linaro.org/ for-6.0/fixes-for-rc1] ([https://patchew.org/QEMU/20210312102029.17017-1-alex.bennee@linaro.org/ original series])) | * Semihosting SYS_HEAPINFO (currently in [https://patchew.org/QEMU/20210320133706.21475-1-alex.bennee@linaro.org/ for-6.0/fixes-for-rc1] ([https://patchew.org/QEMU/20210312102029.17017-1-alex.bennee@linaro.org/ original series])) | ||
* QEMU crashes with: <code>qemu-system-i386 -M x-remote -device piix3-ide-xen</code> | |||
== Targeted Features == | == Targeted Features == | ||
See the [[ChangeLog/6.0]] for full details. | See the [[ChangeLog/6.0]] for full details. |
Revision as of 15:34, 23 March 2021
Release Schedule
(not yet final)
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.
Not fixed yet
- Running something like
qemu-system-x86_64 -device isa-fdc,help
showsdefault: (null)
instead of the proper default values in the output (see https://lists.gnu.org/archive/html/qemu-devel/2021-03/msg04432.html for the discussion on the mailing list) - Windows won't boot on default x86_64 machine type for 6.0 (see https://lists.gnu.org/archive/html/qemu-devel/2021-03/msg05322.html)
- Semihosting SYS_HEAPINFO (currently in for-6.0/fixes-for-rc1 (original series))
- QEMU crashes with:
qemu-system-i386 -M x-remote -device piix3-ide-xen
Targeted Features
See the ChangeLog/6.0 for full details.