summaryrefslogtreecommitdiffstats
path: root/docs/system
diff options
context:
space:
mode:
authorThomas Huth2020-10-20 18:05:04 +0200
committerPaolo Bonzini2020-10-22 17:53:55 +0200
commit7239c050e81ad4aad282f8d43848c14b3956838a (patch)
tree52df4352cb4492d96349176a28cd06059bb72a1e /docs/system
parentreplay: do not build if TCG is not available (diff)
downloadqemu-7239c050e81ad4aad282f8d43848c14b3956838a.tar.gz
qemu-7239c050e81ad4aad282f8d43848c14b3956838a.tar.xz
qemu-7239c050e81ad4aad282f8d43848c14b3956838a.zip
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>
Diffstat (limited to 'docs/system')
-rw-r--r--docs/system/deprecated.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst
index 905628f3a0..895433c356 100644
--- a/docs/system/deprecated.rst
+++ b/docs/system/deprecated.rst
@@ -27,11 +27,6 @@ System emulator command line arguments
The ``enforce-config-section`` parameter is replaced by the
``-global migration.send-configuration={on|off}`` option.
-``-no-kvm`` (since 1.3.0)
-'''''''''''''''''''''''''
-
-The ``-no-kvm`` argument is now a synonym for setting ``-accel tcg``.
-
``-usbdevice`` (since 2.10.0)
'''''''''''''''''''''''''''''
@@ -504,6 +499,12 @@ System emulator command line arguments
The ``name`` parameter of the ``-net`` option was a synonym
for the ``id`` parameter, which should now be used instead.
+``-no-kvm`` (removed in 5.2)
+''''''''''''''''''''''''''''
+
+The ``-no-kvm`` argument was a synonym for setting ``-machine accel=tcg``.
+
+
QEMU Machine Protocol (QMP) commands
------------------------------------