Re: [Qemu-devel] [PATCH V2 07/11] virtio-pci: address space translation service (ATS) support

2016-11-10 Thread Jason Wang
On 2016年11月11日 11:49, Michael S. Tsirkin wrote: On Fri, Nov 11, 2016 at 11:26:12AM +0800, Jason Wang wrote: > > >On 2016年11月11日 01:32, Michael S. Tsirkin wrote: > >On Fri, Nov 04, 2016 at 02:48:20PM +0800, Jason Wang wrote: > > > > > >On 2016年11月04日 03:49, Michael S. Tsirkin wrote: > > > >O

Re: [Qemu-devel] [PATCH V2 07/11] virtio-pci: address space translation service (ATS) support

2016-11-10 Thread Michael S. Tsirkin
On Fri, Nov 11, 2016 at 11:26:12AM +0800, Jason Wang wrote: > > > On 2016年11月11日 01:32, Michael S. Tsirkin wrote: > > On Fri, Nov 04, 2016 at 02:48:20PM +0800, Jason Wang wrote: > > > > > > On 2016年11月04日 03:49, Michael S. Tsirkin wrote: > > > > On Thu, Nov 03, 2016 at 05:27:19PM +0800, Jason Wa

Re: [Qemu-devel] [PATCH V2 07/11] virtio-pci: address space translation service (ATS) support

2016-11-10 Thread Jason Wang
On 2016年11月11日 01:32, Michael S. Tsirkin wrote: On Fri, Nov 04, 2016 at 02:48:20PM +0800, Jason Wang wrote: On 2016年11月04日 03:49, Michael S. Tsirkin wrote: On Thu, Nov 03, 2016 at 05:27:19PM +0800, Jason Wang wrote: This patches enable the Address Translation Service support for virtio pci

Re: [Qemu-devel] [PATCH V2 07/11] virtio-pci: address space translation service (ATS) support

2016-11-10 Thread Michael S. Tsirkin
On Fri, Nov 04, 2016 at 02:48:20PM +0800, Jason Wang wrote: > > > On 2016年11月04日 03:49, Michael S. Tsirkin wrote: > > On Thu, Nov 03, 2016 at 05:27:19PM +0800, Jason Wang wrote: > > > >This patches enable the Address Translation Service support for virtio > > > >pci devices. This is needed for a

Re: [Qemu-devel] [PATCH V2 07/11] virtio-pci: address space translation service (ATS) support

2016-11-03 Thread Jason Wang
On 2016年11月04日 03:49, Michael S. Tsirkin wrote: On Thu, Nov 03, 2016 at 05:27:19PM +0800, Jason Wang wrote: >This patches enable the Address Translation Service support for virtio >pci devices. This is needed for a guest visible Device IOTLB >implementation and will be required by vhost device

Re: [Qemu-devel] [PATCH V2 07/11] virtio-pci: address space translation service (ATS) support

2016-11-03 Thread Michael S. Tsirkin
On Thu, Nov 03, 2016 at 05:27:19PM +0800, Jason Wang wrote: > This patches enable the Address Translation Service support for virtio > pci devices. This is needed for a guest visible Device IOTLB > implementation and will be required by vhost device IOTLB API > implementation for intel IOMMU. > >

[Qemu-devel] [PATCH V2 07/11] virtio-pci: address space translation service (ATS) support

2016-11-03 Thread Jason Wang
This patches enable the Address Translation Service support for virtio pci devices. This is needed for a guest visible Device IOTLB implementation and will be required by vhost device IOTLB API implementation for intel IOMMU. Cc: Michael S. Tsirkin Signed-off-by: Jason Wang --- hw/pci/pcie.c