I posted some instructions, but I've lost them in the thread too. :p I used this document to setup the PCI passthrough: https://wiki.archlinux.org/title/PCI_passthrough_via_OVMF PCIE devices are in groups, and ALL of the devices in a group must be setup for passthrough together. However, I found I only needed to tell qemu about the sound card. On my 2020 Legion 7i, the sound card is in a group with 3 other devices. Fortunately, it didn't cause me any issues to set them all up for passthrough as none were vital to running the system. This will probably be the case for you, but we'll see. The article provides a script that lists all the PCI groups and their associated devices that is really helpful: https://wiki.archlinux.org/title/PCI_passthrough_via_OVMF#Ensuring_that_the_groups_are_valid Here's part of the output of the script showing the sound card and the group that it's in as well as the other devices in that group: IOMMU Group 14:         00:1f.0 ISA bridge [0601]: Intel Corporation Comet Lake LPC Controller [8086:068d]         00:1f.3 Audio device [0403]: Intel Corporation Comet Lake PCH cAVS [8086:06c8]         00:1f.4 SMBus [0c05]: Intel Corporation Comet Lake PCH SMBus Controller [8086:06a3]         00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake PCH SPI Controller [8086:06a4] Here's JCS's Qemu. JCS just made some changes that added logging to pick out HDA verbs. https://github.com/jcs/qemu You'll need to make sure you have the build dependencies for qemu. Here's what I used for configure: ./configure --prefix=/opt/qemu/jcs --enable-kvm --enable-trace-backends=log --target-list=x86_64-softmmu You can change the prefix to whatever you personally prefer of course. From there follow up with the usual "make && make install" If you get this far, I can provide more guidance on where to go. Vincent Morel has started working on the same thing, but with an entirely different model of Lenovo laptop. If you have trouble, also feel free to reach out for help. Here's one my last posts to Vincent. It has some instructions on how I got the correct driver working with the passed through sound card in the Windows 10 vm: https://bugzilla.kernel.org/show_bug.cgi?id=208555#c301 Of course those driver instructions are for my Intel based 2020 Legion 7. You may have different paths and you may need to try several different drivers in the archive before one works. In my case, it was the very last driver that ended up working for me. A heads up that I'm going to have poor availability this weekend. I'll be able to still to respond to emails at least, but my responses will be slower and less frequent. On 6/25/21 8:04 PM,