feat: monitor stdio

This commit is contained in:
ange 2024-05-25 18:22:14 +02:00
parent 4eee1c4119
commit 914cf61d44
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

1
lib.sh
View File

@ -61,6 +61,7 @@ function qemu() {
(set -x (set -x
qemu-system-x86_64 -accel kvm \ qemu-system-x86_64 -accel kvm \
-monitor stdio \
-M q35 \ -M q35 \
-cpu host \ -cpu host \
-m "$ram,maxmem=$maxram" \ -m "$ram,maxmem=$maxram" \