[Qemu-devel] PCI device pass through support

2012-11-28 Thread Krishna J
Hi Alex, I am trying to pass through a PCI device to the guest to compare the MSI interrupt latency with normal device pass through and pass through using VFIO framework. I used the following script for dev in $(ls /sys/bus/pci/devices/:06:00.0/iommu_group/devices); do     vendor=$(cat /sys/

Re: [Qemu-devel] PCI device pass through support

2012-11-28 Thread Alex Williamson
On Wed, 2012-11-28 at 16:32 +, Krishna J wrote: > Hi Alex, > I am trying to pass through a PCI device to the guest to compare the > MSI interrupt latency with normal device pass through and pass through > using VFIO framework. I used the following script > > for dev in $(ls /sys/bus/pci/device