Re: [Qemu-devel] [PATCH v5 0/4] pcie: Add support for Single Root I/O Virtualization

2015-10-18 Thread Knut Omang
On Sun, 2015-10-18 at 14:02 +0300, Marcel Apfelbaum wrote: > On 10/14/2015 06:51 PM, Knut Omang wrote: > > This patch set implements generic support for SR/IOV as an > > extension to the > > core PCIe functionality, similar to the way other capabilities such > > as AER > > is implemented. > > > >

Re: [Qemu-devel] [PATCH v5 0/4] pcie: Add support for Single Root I/O Virtualization

2015-10-18 Thread Marcel Apfelbaum
On 10/14/2015 06:51 PM, Knut Omang wrote: This patch set implements generic support for SR/IOV as an extension to the core PCIe functionality, similar to the way other capabilities such as AER is implemented. There is no implementation of any device that provides SR/IOV support included, but I h

[Qemu-devel] [PATCH v5 0/4] pcie: Add support for Single Root I/O Virtualization

2015-10-14 Thread Knut Omang
This patch set implements generic support for SR/IOV as an extension to the core PCIe functionality, similar to the way other capabilities such as AER is implemented. There is no implementation of any device that provides SR/IOV support included, but I have implemented a test example which can be