Remove deprecated -no-kvm option
commit7239c050e81ad4aad282f8d43848c14b3956838a
authorThomas Huth <thuth@redhat.com>
Tue, 20 Oct 2020 16:05:04 +0000 (20 18:05 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 22 Oct 2020 15:53:55 +0000 (22 11:53 -0400)
tree52df4352cb4492d96349176a28cd06059bb72a1e
parent9b1c911654e9d4937f10cb347cf581d50771ee5b
Remove deprecated -no-kvm option

The option has never been mentioned in our documentation, it's been
deprecated since years, it's marked with QEMU_ARCH_I386 (which does
not make sense anymore since KVM is available on other architectures,
too), it does not do anything by default in upstream QEMU (since TCG
is the default here anyway), and we're spending too much precious time
each year discussing whether it makes sense to keep this option as a
nice suger or not... let's finally put an end on this and remove it.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201020160504.62460-1-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
docs/system/deprecated.rst
qemu-options.hx
softmmu/vl.c