We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c77627 commit b738681Copy full SHA for b738681
tools/qemu-system-runner.sh
@@ -53,6 +53,8 @@ qemu_system() {
53
"qemu-system-${qemu_arch}" "$@" "${args[@]}"
54
}
55
56
+export QEMU_AUDIO_DRV=none
57
+
58
case "${target}" in
59
# AArch64
60
aarch64* | arm64*)
0 commit comments