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

@ -7439,14 +7439,8 @@ qemuBuildMemCommandLine(virCommand *cmd,
return -1; return -1;
} }
if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_OVERCOMMIT)) { virCommandAddArg(cmd, "-overcommit");
virCommandAddArg(cmd, "-overcommit"); virCommandAddArgFormat(cmd, "mem-lock=%s", def->mem.locked ? "on" : "off");
virCommandAddArgFormat(cmd, "mem-lock=%s", def->mem.locked ? "on" : "off");
} else {
virCommandAddArg(cmd, "-realtime");
virCommandAddArgFormat(cmd, "mlock=%s",
def->mem.locked ? "on" : "off");
}
return 0; return 0;
} }

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel tcg \ -accel tcg \
-cpu cortex-a53 \ -cpu cortex-a53 \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \
-display none \ -display none \

View File

@ -17,7 +17,7 @@ QEMU_AUDIO_DRV=none \
-drive file=/usr/share/AAVMF/AAVMF_CODE.fd,if=pflash,format=raw,unit=0,readonly=on \ -drive file=/usr/share/AAVMF/AAVMF_CODE.fd,if=pflash,format=raw,unit=0,readonly=on \
-drive file=/some/user/nvram/path/guest_VARS.fd,if=pflash,format=raw,unit=1 \ -drive file=/some/user/nvram/path/guest_VARS.fd,if=pflash,format=raw,unit=1 \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel kvm \ -accel kvm \
-cpu host \ -cpu host \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel kvm \ -accel kvm \
-cpu host \ -cpu host \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f \ -uuid 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel tcg \ -accel tcg \
-cpu cortex-a57 \ -cpu cortex-a57 \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f \ -uuid 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel kvm \ -accel kvm \
-cpu host \ -cpu host \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f \ -uuid 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel kvm \ -accel kvm \
-cpu host \ -cpu host \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f \ -uuid 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel kvm \ -accel kvm \
-cpu host,aarch64=off \ -cpu host,aarch64=off \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e6a \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e6a \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel tcg \ -accel tcg \
-cpu cortex-a57 \ -cpu cortex-a57 \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \
-display none \ -display none \

View File

@ -17,7 +17,7 @@ QEMU_AUDIO_DRV=none \
-drive file=/usr/share/AAVMF/AAVMF_CODE.fd,if=pflash,format=raw,unit=0,readonly=on \ -drive file=/usr/share/AAVMF/AAVMF_CODE.fd,if=pflash,format=raw,unit=0,readonly=on \
-drive file=/some/user/nvram/path/guest_VARS.fd,if=pflash,format=raw,unit=1 \ -drive file=/some/user/nvram/path/guest_VARS.fd,if=pflash,format=raw,unit=1 \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine virt,usb=off,dump-guest-core=off,gic-version=2 \ -machine virt,usb=off,dump-guest-core=off,gic-version=2 \
-accel tcg \ -accel tcg \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine virt,usb=off,dump-guest-core=off,gic-version=2 \ -machine virt,usb=off,dump-guest-core=off,gic-version=2 \
-accel tcg \ -accel tcg \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine virt,usb=off,dump-guest-core=off,gic-version=2 \ -machine virt,usb=off,dump-guest-core=off,gic-version=2 \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine virt,usb=off,dump-guest-core=off,gic-version=2 \ -machine virt,usb=off,dump-guest-core=off,gic-version=2 \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel tcg \ -accel tcg \
-cpu cortex-a57 \ -cpu cortex-a57 \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid f3197c89-6457-44fe-b26d-897090ba6541 \ -uuid f3197c89-6457-44fe-b26d-897090ba6541 \
-no-user-config \ -no-user-config \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel tcg \ -accel tcg \
-cpu cortex-a57 \ -cpu cortex-a57 \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid f3197c89-6457-44fe-b26d-897090ba6541 \ -uuid f3197c89-6457-44fe-b26d-897090ba6541 \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel tcg \ -accel tcg \
-cpu cortex-a53 \ -cpu cortex-a53 \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel tcg \ -accel tcg \
-cpu cortex-a53 \ -cpu cortex-a53 \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f \ -uuid 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel tcg \ -accel tcg \
-cpu cortex-a53 \ -cpu cortex-a53 \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel tcg \ -accel tcg \
-cpu cortex-a53 \ -cpu cortex-a53 \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel tcg \ -accel tcg \
-cpu cortex-a53 \ -cpu cortex-a53 \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine vexpress-a9,usb=off,dump-guest-core=off \ -machine vexpress-a9,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e6a \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e6a \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine vexpress-a9,usb=off,dump-guest-core=off \ -machine vexpress-a9,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e6a \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e6a \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine vexpress-a9,usb=off,dump-guest-core=off \ -machine vexpress-a9,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e6a \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e6a \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine virt,usb=off,dump-guest-core=off \ -machine virt,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e6a \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e6a \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ SDL_AUDIODRIVER=esd \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-no-user-config \ -no-user-config \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=spice \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-no-user-config \ -no-user-config \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=alsa \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-no-user-config \ -no-user-config \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine q35,usb=off,dump-guest-core=off \ -machine q35,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 2048 \ -m 2048 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 2,sockets=2,cores=1,threads=1 \ -smp 2,sockets=2,cores=1,threads=1 \
-uuid 11dbdcdd-4c3b-482b-8903-9bdb8c0a2774 \ -uuid 11dbdcdd-4c3b-482b-8903-9bdb8c0a2774 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine s390-ccw-virtio,usb=off,dump-guest-core=off \ -machine s390-ccw-virtio,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel tcg \ -accel tcg \
-cpu cortex-a53 \ -cpu cortex-a53 \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \ -uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \
-display none \ -display none \

View File

@ -17,7 +17,7 @@ QEMU_AUDIO_DRV=none \
-drive file=/usr/share/OVMF/OVMF_CODE.secboot.fd,if=pflash,format=raw,unit=0,readonly=on \ -drive file=/usr/share/OVMF/OVMF_CODE.secboot.fd,if=pflash,format=raw,unit=0,readonly=on \
-drive file=/some/user/nvram/path/guest_VARS.fd,if=pflash,format=raw,unit=1 \ -drive file=/some/user/nvram/path/guest_VARS.fd,if=pflash,format=raw,unit=1 \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 362d1fc1-df7d-193e-5c18-49a71bd1da66 \ -uuid 362d1fc1-df7d-193e-5c18-49a71bd1da66 \
-display none \ -display none \

View File

@ -16,7 +16,7 @@ QEMU_AUDIO_DRV=none \
-drive file=/usr/share/OVMF/OVMF_CODE.fd,if=pflash,format=raw,unit=0,readonly=on \ -drive file=/usr/share/OVMF/OVMF_CODE.fd,if=pflash,format=raw,unit=0,readonly=on \
-drive file=/some/user/nvram/path/guest_VARS.fd,if=pflash,format=raw,unit=1 \ -drive file=/some/user/nvram/path/guest_VARS.fd,if=pflash,format=raw,unit=1 \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 362d1fc1-df7d-193e-5c18-49a71bd1da66 \ -uuid 362d1fc1-df7d-193e-5c18-49a71bd1da66 \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel tcg \ -accel tcg \
-bios /usr/share/seabios/bios.bin \ -bios /usr/share/seabios/bios.bin \
-m 1024 \ -m 1024 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 362d1fc1-df7d-193e-5c18-49a71bd1da66 \ -uuid 362d1fc1-df7d-193e-5c18-49a71bd1da66 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine q35,usb=off,dump-guest-core=off \ -machine q35,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=spice \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-no-user-config \ -no-user-config \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid 1c15a1f6-f4f0-4d3c-9002-667ddb458736 \ -uuid 1c15a1f6-f4f0-4d3c-9002-667ddb458736 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

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

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine s390-ccw-virtio,usb=off,dump-guest-core=off \ -machine s390-ccw-virtio,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=none \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel tcg \ -accel tcg \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -14,7 +14,7 @@ QEMU_AUDIO_DRV=spice \
-machine pc,usb=off,dump-guest-core=off \ -machine pc,usb=off,dump-guest-core=off \
-accel kvm \ -accel kvm \
-m 4096 \ -m 4096 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 4,sockets=4,cores=1,threads=1 \ -smp 4,sockets=4,cores=1,threads=1 \
-uuid d091ea82-29e6-2e34-3005-f02617b36e87 \ -uuid d091ea82-29e6-2e34-3005-f02617b36e87 \
-no-user-config \ -no-user-config \

View File

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

View File

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

View File

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

View File

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

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel kvm \ -accel kvm \
-cpu host,host-cache-info=off,l3-cache=off \ -cpu host,host-cache-info=off,l3-cache=off \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

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

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel kvm \ -accel kvm \
-cpu core2duo,ds=on,acpi=on,ss=on,ht=on,tm=on,pbe=on,ds-cpl=on,vmx=on,est=on,tm2=on,cx16=on,xtpr=on,lahf-lm=on,l3-cache=off \ -cpu core2duo,ds=on,acpi=on,ss=on,ht=on,tm=on,pbe=on,ds-cpl=on,vmx=on,est=on,tm2=on,cx16=on,xtpr=on,lahf-lm=on,l3-cache=off \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 1,sockets=1,cores=1,threads=1 \ -smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel kvm \ -accel kvm \
-cpu core2duo,ds=on,acpi=on,ss=on,ht=on,tm=on,pbe=on,ds-cpl=on,vmx=on,est=on,tm2=on,cx16=on,xtpr=on,lahf-lm=on \ -cpu core2duo,ds=on,acpi=on,ss=on,ht=on,tm=on,pbe=on,ds-cpl=on,vmx=on,est=on,tm2=on,cx16=on,xtpr=on,lahf-lm=on \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 6,sockets=6,cores=1,threads=1 \ -smp 6,sockets=6,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

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

View File

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

View File

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

View File

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

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel kvm \ -accel kvm \
-cpu qemu64,mca=off,pse36=off,clflush=off,syscall=off,nx=off,lm=off,svm=off \ -cpu qemu64,mca=off,pse36=off,clflush=off,syscall=off,nx=off,lm=off,svm=off \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 6,sockets=6,cores=1,threads=1 \ -smp 6,sockets=6,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel kvm \ -accel kvm \
-cpu core2duo,ds=on,ht=on,tm=on,ds-cpl=on,xtpr=on,3dnowext=on,lahf-lm=on,nx=off,cx16=off,tm2=off,pbe=off,ss=off,sse4a=off,wdt=off \ -cpu core2duo,ds=on,ht=on,tm=on,ds-cpl=on,xtpr=on,3dnowext=on,lahf-lm=on,nx=off,cx16=off,tm2=off,pbe=off,ss=off,sse4a=off,wdt=off \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 6,sockets=6,cores=1,threads=1 \ -smp 6,sockets=6,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

View File

@ -15,7 +15,7 @@ QEMU_AUDIO_DRV=none \
-accel kvm \ -accel kvm \
-cpu core2duo,ds=on,ht=on,tm=on,ds-cpl=on,xtpr=on,3dnowext=on,lahf-lm=on,nx=off,cx16=off,tm2=off,pbe=off,ss=off,sse4a=off,wdt=off \ -cpu core2duo,ds=on,ht=on,tm=on,ds-cpl=on,xtpr=on,3dnowext=on,lahf-lm=on,nx=off,cx16=off,tm2=off,pbe=off,ss=off,sse4a=off,wdt=off \
-m 214 \ -m 214 \
-realtime mlock=off \ -overcommit mem-lock=off \
-smp 6,sockets=6,cores=1,threads=1 \ -smp 6,sockets=6,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \ -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-display none \ -display none \

Some files were not shown because too many files have changed in this diff Show More