From 302a406d198c895d266bee989fed472ba2b87eda Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 20 May 2025 21:38:26 +0800 Subject: [PATCH] fix --- docs/en/guide/incus/incus_windows.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/en/guide/incus/incus_windows.md b/docs/en/guide/incus/incus_windows.md index 5037c1e055..feb6f8fe19 100644 --- a/docs/en/guide/incus/incus_windows.md +++ b/docs/en/guide/incus/incus_windows.md @@ -136,13 +136,7 @@ incus start winvm Need to add CPU passthrough ```shell -incus profile set windows raw.qemu="-device intel-hda -device hda-duplex -cpu host" -``` - -OR - -```shell -incus config set win11vm raw.qemu -- "-device intel-hda -device hda-duplex cpu host" +incus config set winvm raw.qemu -- "-device intel-hda -device hda-duplex cpu host" ``` Just start the virtual machine again