From 4477035ec685be4c20d1213779f7ca00e867c3b8 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 28 Feb 2023 22:15:30 +0100 Subject: 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 --- docs/config/mach-virt-serial.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/config/mach-virt-serial.cfg') diff --git a/docs/config/mach-virt-serial.cfg b/docs/config/mach-virt-serial.cfg index 18a7c83731..324b0542ff 100644 --- a/docs/config/mach-virt-serial.cfg +++ b/docs/config/mach-virt-serial.cfg @@ -62,9 +62,11 @@ [machine] type = "virt" - accel = "kvm" gic-version = "host" +[accel] + accel = "kvm" + [memory] size = "1024" -- cgit v1.2.3