From ef2b4b7d8c36c79a829c707b05c648f5bb2093be Mon Sep 17 00:00:00 2001 From: Yadong Qi Date: Mon, 25 Oct 2021 08:21:53 +0800 Subject: [PATCH] Disable Audio Signed-off-by: Yadong Qi --- src/guest/start.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/guest/start.c b/src/guest/start.c index 5f1e218..07ca0a0 100644 --- a/src/guest/start.c +++ b/src/guest/start.c @@ -43,8 +43,6 @@ static const char *fixed_cmd = " -device qemu-xhci,id=xhci,p2=8,p3=8" " -device usb-mouse" " -device usb-kbd" - " -device intel-hda -device hda-duplex" - " -audiodev id=android_spk,timer-period=5000,driver=pa" " -device vhost-vsock-pci,id=vhost-vsock-pci0,guest-cid=3" " -device e1000,netdev=net0" " -device intel-iommu,device-iotlb=on,caching-mode=on"