From c30b1614d7d6a4e6b20b465841f116a863422f91 Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Wed, 10 May 2023 09:44:38 +0900 Subject: [PATCH] meta: Use -device AC97 instead of -soundhw option; no more pcspkr --- build/x86_64.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/x86_64.mk b/build/x86_64.mk index f0720f0c..b8e26671 100644 --- a/build/x86_64.mk +++ b/build/x86_64.mk @@ -25,7 +25,7 @@ EMU_ARGS += -smp $(SMP) EMU_ARGS += ${EMU_KVM} EMU_ARGS += -no-reboot EMU_ARGS += -serial mon:stdio -EMU_ARGS += -soundhw pcspk,ac97 +EMU_ARGS += -device AC97 # UTC is the default setting. #EMU_ARGS += -rtc base=utc