Don't swallow stderr
This commit is contained in:
parent
47e044b18a
commit
4d7910b868
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user