]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-deprecated.texi
Replace '-machine accel=xyz' with '-accel xyz'
authorThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2019 05:27:39 +0000 (07:27 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 19 Sep 2019 10:01:48 +0000 (12:01 +0200)
commit976e8c54142586285f71f524308e4715f6e04e2d
tree16a70fa9d8bc21c44cb51df2914aa5bdaea3d6bf
parent31e404151bddbfd7215e471b5822ea2e96024e02
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>
python/qemu/qtest.py
qemu-deprecated.texi
qemu-options.hx
tests/libqtest.c
tests/migration/guestperf/engine.py
tests/qemu-iotests/172