This commit is contained in:
spiritlhl
2025-05-20 21:38:17 +08:00
committed by GitHub
parent d7f505453d
commit fe5196acc7

View File

@@ -140,13 +140,7 @@ incus start winvm
需要添加CPU直通
```shell
incus profile set windows raw.qemu="-device intel-hda -device hda-duplex -cpu host"
```
```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"
```
再次启动虚拟机即可