Planning/2.9: Difference between revisions
Line 38: | Line 38: | ||
* SPARC host failure in tests/virtio-9p-test (using le*_to_cpus() on unaligned field in packed struct) | * SPARC host failure in tests/virtio-9p-test (using le*_to_cpus() on unaligned field in packed struct) | ||
* bsd-user compile failure | |||
* OSX graphics don't work (trying to call into cocoa from wrong thread) | |||
=== Not yet fixed in any rc === | === Not yet fixed in any rc === | ||
Line 45: | Line 47: | ||
* SPARC host failure in tests/bios-tables-test (unaligned field in packed struct) | * SPARC host failure in tests/bios-tables-test (unaligned field in packed struct) | ||
* NetBSD build failure because ivshmem-server uses shm_open but doesn't link -lrt | * NetBSD build failure because ivshmem-server uses shm_open but doesn't link -lrt | ||
* OpenBSD fails make check ("-drive if=none,id=drive1,file=/dev/null,format=raw: Could not refresh total sector count: Operation not supported by device") | * OpenBSD fails make check ("-drive if=none,id=drive1,file=/dev/null,format=raw: Could not refresh total sector count: Operation not supported by device") | ||
* aarch64 KVM doesn't work on kernel 4.10 or lower | * aarch64 KVM doesn't work on kernel 4.10 or lower | ||
Revision as of 13:35, 28 March 2017
Release Schedule
2016-12-20 | Beginning of development phase |
2017-02-28 | 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. |
Hard feature freeze. Tag rc0 | |
Tag rc1 | |
Tag rc2 | |
Tag rc3 | |
Tag rc4 if necessary, otherwise release | |
Release if rc4 was necessary |
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
- SPARC host failure in tests/virtio-9p-test (using le*_to_cpus() on unaligned field in packed struct)
- bsd-user compile failure
- OSX graphics don't work (trying to call into cocoa from wrong thread)
Not yet fixed in any rc
- SPARC host failures (not extending arguments to load/store helpers) -- patch on list
- test-qga fails if /sys/devices/ doesn't have slaves/ directory where expected
- SPARC host failure in tests/bios-tables-test (unaligned field in packed struct)
- NetBSD build failure because ivshmem-server uses shm_open but doesn't link -lrt
- OpenBSD fails make check ("-drive if=none,id=drive1,file=/dev/null,format=raw: Could not refresh total sector count: Operation not supported by device")
- aarch64 KVM doesn't work on kernel 4.10 or lower
Issues that will not be fixed
Targeted Features
See the ChangeLog/2.9 for full details.