qemu: command: Always assume QEMU_CAPS_OVERCOMMIT

Starting with qemu-3.1 we always have the '-overcommit' argument and use
it instead of '-realtime'. Remove the capability check and fix all
fake-caps tests.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa
2022-02-10 12:57:26 +01:00
parent 22acc863c7
commit edfd78d7f6
459 changed files with 460 additions and 466 deletions

View File

@@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel kvm \
-cpu Haswell,rtm=on,hle=on \
-m 214 \
-realtime mlock=off \
-overcommit mem-lock=off \
-smp 6,sockets=6,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \