The -no-kvm* options are a remainder of the ancient "qemu-kvm"
fork. They have never been officially documented in our qemu-doc,
they have been marked as deprecated in the sources since a very
long time, and we've marked them as deprecated in our qemu-doc
since QEMU v2.10. So far I haven't seen any complaints that we
should keep them, so it's time to remove these old parameters now.
Thomas Huth (4):
qemu-options: Remove remainders of the -tdf option
qemu-options: Remove deprecated -no-kvm-pit-reinjection
qemu-options: Remove deprecated -no-kvm-irqchip
qemu-options: Remove deprecated -no-kvm
qemu-doc.texi | 15 ---------------
qemu-options.hx | 13 -------------
vl.c | 21 ---------------------
3 files changed, 49 deletions(-)
--
1.8.3.1