Skip to content
Snippets Groups Projects
Commit 4477035e authored by Thomas Huth's avatar Thomas Huth
Browse files

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: default avatarThomas Huth <thuth@redhat.com>
parent 201aa17e
No related branches found
No related tags found
No related merge requests found
......@@ -56,9 +56,11 @@
[machine]
type = "virt"
accel = "kvm"
gic-version = "host"
[accel]
accel = "kvm"
[memory]
size = "1024"
......
......@@ -62,9 +62,11 @@
[machine]
type = "virt"
accel = "kvm"
gic-version = "host"
[accel]
accel = "kvm"
[memory]
size = "1024"
......
......@@ -61,6 +61,8 @@
[machine]
type = "q35"
[accel]
accel = "kvm"
[memory]
......
......@@ -55,6 +55,8 @@
[machine]
type = "q35"
[accel]
accel = "kvm"
[memory]
......
......@@ -60,6 +60,8 @@
[machine]
type = "q35"
[accel]
accel = "kvm"
[memory]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment