Quote:
Originally Posted by lloyd mcclendon 
in my system here the video and audio parts of the card are separate line items in lspci ...
03:00.0 VGA compatible controller: nVidia Corporation Device 1081 (rev a1)
03:00.1 Audio device: nVidia Corporation Device 0e09 (rev a1)
04:00.0 VGA compatible controller: nVidia Corporation Device 1081 (rev a1)
04:00.1 Audio device: nVidia Corporation Device 0e09 (rev a1)
so you would have to just have 2 pci passthrough devices, 1 for the video @ 03:00.0 and one for the audio @ 03:00.1 ... you could also use a virtual sound card, which will fallback to the onboard one, although this isn't true passthrough so it will lag a few ms behind and your audio will be out of sync.
btw since it looks like kvm is going to be about a year or so behind on this, i did go ahead and get all the xen stuff patched in and installed. i've yet to have the time to give it a try.. i will soon

in my system here the video and audio parts of the card are separate line items in lspci ...
03:00.0 VGA compatible controller: nVidia Corporation Device 1081 (rev a1)
03:00.1 Audio device: nVidia Corporation Device 0e09 (rev a1)
04:00.0 VGA compatible controller: nVidia Corporation Device 1081 (rev a1)
04:00.1 Audio device: nVidia Corporation Device 0e09 (rev a1)
so you would have to just have 2 pci passthrough devices, 1 for the video @ 03:00.0 and one for the audio @ 03:00.1 ... you could also use a virtual sound card, which will fallback to the onboard one, although this isn't true passthrough so it will lag a few ms behind and your audio will be out of sync.
btw since it looks like kvm is going to be about a year or so behind on this, i did go ahead and get all the xen stuff patched in and installed. i've yet to have the time to give it a try.. i will soon
It's good to see nvidia devices are listed on separate lines -- the same as ATI. That means the guest should not require the onboard audio to be passed through. I saw that one proposed patch actually broke ATI functionality in favor of nvidia. Another thing I read was that they had to be passed as primary video devices. That would mean installing the OS to the domU then redoing the config file as I stated before -- nographic=1. I also heard that the patch tries to load the video bios from the card, so that might be the real issue.
Let me know if the patch works and I will include it in my first beta release.













Eventually this will all be handled by the USB boot drive --- that is when I can figure out how to get a proper Grub2 boot menu on a live-cd image.
Thanks so much for reading and reporting. What are your specific UEFI specs and boot settings?