Features/Version3.0: Difference between revisions

From QEMU
(Split the list in parts that are likely doable and the ones that likely need more discussion first)
No edit summary
Line 4: Line 4:


* Make sure that we remove all deprecated interfaces and features that are marked accordingly in the qemu-doc deprecation chapter (see https://qemu.weilnetz.de/doc/qemu-doc.html#Deprecated-features for details)
* Make sure that we remove all deprecated interfaces and features that are marked accordingly in the qemu-doc deprecation chapter (see https://qemu.weilnetz.de/doc/qemu-doc.html#Deprecated-features for details)
* Use "--accel kvm:hax:tcg" by default instead of running in TCG mode by default
* Use "--accel kvm:hvf:tcg" by default instead of running in TCG mode by default (hax is too far from feature parity)
* Stop supporting SDL 1.2
 


Controversial ideas that likely need some discussion first:
Controversial ideas that likely need some discussion first:
Line 10: Line 12:
* Get rid of some really, really old and very likely completely unused machine types, like pc-0.10 and pc-0.11
* Get rid of some really, really old and very likely completely unused machine types, like pc-0.10 and pc-0.11
* Remove some code which is likely hardly used anymore and where we do not have an active maintainer since years? Especially if we do not have an "make check" regression test for it. (i.e. did anybody test the bluetooth code in the recent years?)
* Remove some code which is likely hardly used anymore and where we do not have an active maintainer since years? Especially if we do not have an "make check" regression test for it. (i.e. did anybody test the bluetooth code in the recent years?)
* Stop supporting SDL 1.2 and GTK2 ?
** Samsung was using it as recently as 2014. Also don't underestimate the Android emulator, it's in widespread use.
* Stop supporting GTK2 ?

Revision as of 11:19, 23 November 2017

Note: This page is used to gather ideas about what we could do when switching to the next major version of QEMU, i.e. version 3.0. The ideas here are by no means mandatory - it is rather meant as a base for discussion.

So for version 3.0, we very likely should do the following:

  • Make sure that we remove all deprecated interfaces and features that are marked accordingly in the qemu-doc deprecation chapter (see https://qemu.weilnetz.de/doc/qemu-doc.html#Deprecated-features for details)
  • Use "--accel kvm:hvf:tcg" by default instead of running in TCG mode by default (hax is too far from feature parity)
  • Stop supporting SDL 1.2


Controversial ideas that likely need some discussion first:

  • Get rid of some really, really old and very likely completely unused machine types, like pc-0.10 and pc-0.11
  • Remove some code which is likely hardly used anymore and where we do not have an active maintainer since years? Especially if we do not have an "make check" regression test for it. (i.e. did anybody test the bluetooth code in the recent years?)
    • Samsung was using it as recently as 2014. Also don't underestimate the Android emulator, it's in widespread use.
  • Stop supporting GTK2 ?