aboutsummaryrefslogtreecommitdiff
path: root/qemu-deprecated.texi
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-09-04 07:27:39 +0200
committerLaurent Vivier <laurent@vivier.eu>2019-09-19 12:01:48 +0200
commit976e8c54142586285f71f524308e4715f6e04e2d (patch)
tree16a70fa9d8bc21c44cb51df2914aa5bdaea3d6bf /qemu-deprecated.texi
parent31e404151bddbfd7215e471b5822ea2e96024e02 (diff)
Replace '-machine accel=xyz' with '-accel xyz'
We've got a separate option to configure the accelerator nowadays, which is shorter to type and the preferred way of specifying an accelerator. Use it in the source and examples to show that it is the favored option. (However, do not touch the places yet which also specify other machine options or multiple accelerators - these are currently still better handled with one single "-machine" statement instead) Signed-off-by: Thomas Huth <thuth@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20190904052739.22123-1-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'qemu-deprecated.texi')
-rw-r--r--qemu-deprecated.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi
index 9d74a1cfc0..01245e0b1c 100644
--- a/qemu-deprecated.texi
+++ b/qemu-deprecated.texi
@@ -26,8 +26,7 @@ The @option{enforce-config-section} parameter is replaced by the
@subsection -no-kvm (since 1.3.0)
-The ``-no-kvm'' argument is now a synonym for setting
-``-machine accel=tcg''.
+The ``-no-kvm'' argument is now a synonym for setting ``-accel tcg''.
@subsection -usbdevice (since 2.10.0)