diff --git a/quickemu.sh b/quickemu.sh index 596d187..137d09e 100755 --- a/quickemu.sh +++ b/quickemu.sh @@ -160,7 +160,7 @@ function vm_boot() { -device qemu-xhci \ -device virtio-vga,virgl=${VIRGL},xres=${xres},yres=${yres} \ ${display} \ - "$@" 2>/dev/null + "$@" } function usage() {