Planning/2.5: Difference between revisions
Line 35: | Line 35: | ||
* OSX cocoa UI: don't pass clicks to guest if window is in background (targeting rc3) | * OSX cocoa UI: don't pass clicks to guest if window is in background (targeting rc3) | ||
* a few S390 patches (targeting rc3) | * a few S390 patches (targeting rc3) | ||
* a use-after-free bug in qemu-char.c that causes vhost-user test to fail in some setups, notably the Travis CI | * a use-after-free bug in qemu-char.c that causes vhost-user test to fail in some setups, notably the Travis CI https://lists.gnu.org/archive/html/qemu-devel/2015-11/msg06162.html | ||
=== Fixed in rc0 === | === Fixed in rc0 === |
Revision as of 02:17, 28 November 2015
Release Schedule
2015-08-11 | Beginning of development phase |
2015-10-15 | Soft feature freeze. All features
should have patches on the list by this date; major features should have initial code committed. |
Hard feature freeze. Tag -rc0,
only bug fixes committed after this point | |
Tag v2.5.0-rc1 | |
2015-11-26 | Tag v2.5.0-rc2 |
2015-12-03 | Tag v2.5.0-rc3 |
2015-12-10 | Tag v2.5.0 |
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.
Still unfixed
- OSX cocoa UI: don't pass clicks to guest if window is in background (targeting rc3)
- a few S390 patches (targeting rc3)
- a use-after-free bug in qemu-char.c that causes vhost-user test to fail in some setups, notably the Travis CI https://lists.gnu.org/archive/html/qemu-devel/2015-11/msg06162.html
Fixed in rc0
- netmap.c compile failures
- Mac OS 9 compatibility improvements (upstream rework)
- fix Highbank model by adding board setup blob
- migration: fix analyze-migration.py script
- revert of VHOST_RESET_DEVICE change
- bugs in ARM gdbstub singlestep and breakpoint handling
- configure barfs if there's no c++ compiler (fortify-source test is assuming $cxx is defined)
- Zynq ADC controller
- migration doesn't work on OSX (migrate_init zeroes out the mutex)
- migration/ram.c 32-bit compile fixes
Also see Planning/2.5/Testing.
Targeted Features
See the ChangeLog/2.5 for full details.