]> git.ipfire.org Git - thirdparty/qemu.git/commit
docs/config: Set the "kvm" accelerator via "[accel]" section
authorThomas Huth <thuth@redhat.com>
Tue, 28 Feb 2023 21:15:30 +0000 (22:15 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 8 Mar 2023 07:57:42 +0000 (08:57 +0100)
commit4477035ec685be4c20d1213779f7ca00e867c3b8
tree170f07158751854ad8e0c5c2e3d1feeac3ec382b
parent201aa17efd4ddd512d6a04b98847424c6178318d
docs/config: Set the "kvm" accelerator via "[accel]" section

Configuring the accelerator should nowadays be done via the "-accel"
command line parameter, and thus via the "[accel]" section in config
files. We also need this change for the upcoming qtests that will
use these config files, since the qtests are already using "-accel"
for setting the "qtest" accelerator and QEMU does not like mixing
"-accel ..." and "-machine accel=...".

Message-Id: <20230228211533.201837-4-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
docs/config/mach-virt-graphical.cfg
docs/config/mach-virt-serial.cfg
docs/config/q35-emulated.cfg
docs/config/q35-virtio-graphical.cfg
docs/config/q35-virtio-serial.cfg