Re: [PATCH v15 0/9] VIRTIO-IOMMU device

2020-02-11 Thread Michael S. Tsirkin
On Tue, Feb 11, 2020 at 03:02:28PM +, Peter Maydell wrote: > On Tue, 11 Feb 2020 at 13:56, Michael S. Tsirkin wrote: > > > > On Sat, Feb 08, 2020 at 01:00:13PM +0100, Eric Auger wrote: > > > This series implements the QEMU virtio-iommu device. > > > > > > This matches the v0.12 spec (voted) an

Re: [PATCH v15 0/9] VIRTIO-IOMMU device

2020-02-11 Thread Peter Maydell
On Tue, 11 Feb 2020 at 13:56, Michael S. Tsirkin wrote: > > On Sat, Feb 08, 2020 at 01:00:13PM +0100, Eric Auger wrote: > > This series implements the QEMU virtio-iommu device. > > > > This matches the v0.12 spec (voted) and the corresponding > > virtio-iommu driver upstreamed in 5.3. All kernel d

Re: [PATCH v15 0/9] VIRTIO-IOMMU device

2020-02-11 Thread Michael S. Tsirkin
On Sat, Feb 08, 2020 at 01:00:13PM +0100, Eric Auger wrote: > This series implements the QEMU virtio-iommu device. > > This matches the v0.12 spec (voted) and the corresponding > virtio-iommu driver upstreamed in 5.3. All kernel dependencies > are resolved for DT integration. The virtio-iommu can

[PATCH v15 0/9] VIRTIO-IOMMU device

2020-02-08 Thread Eric Auger
This series implements the QEMU virtio-iommu device. This matches the v0.12 spec (voted) and the corresponding virtio-iommu driver upstreamed in 5.3. All kernel dependencies are resolved for DT integration. The virtio-iommu can be instantiated in ARM virt using: "-device virtio-iommu-pci". Non D