Skip to content

Commit bbde044

Browse files
committed
vl: Enable audio backend
1 parent f25d82b commit bbde044

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

system/vl.c

-3
Original file line numberDiff line numberDiff line change
@@ -2996,9 +2996,6 @@ void qemu_init(int argc, char **argv)
29962996
fake_argv[fake_argc++] = strdup("-device");
29972997
fake_argv[fake_argc++] = strdup("usb-hub,port=1,ports=4");
29982998

2999-
fake_argv[fake_argc++] = strdup("-audio");
3000-
fake_argv[fake_argc++] = strdup("none");
3001-
30022999
for (int i = 1; i < argc; i++) {
30033000
if (argv[i] != NULL) {
30043001
fake_argv[fake_argc++] = argv[i];

0 commit comments

Comments
 (0)