On Fri, Feb 21, 2020 at 02:27:30PM +0000, Peter Maydell wrote: > On Fri, 14 Feb 2020 at 13:28, Eric Auger <eric.au...@redhat.com> 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 be > > instantiated in ARM virt using: > > > > "-device virtio-iommu-pci". > > > > Non DT mode is not yet supported as it has non resolved kernel > > dependencies [1]. > > > > This feature targets 5.0. > > > > Integration with vhost devices and vfio devices is not part > > of this series. Please follow Bharat's respins [2]. > > I think everything here has reviewed-by tags now -- does > anybody still want more time to review it, and what > is the preference for how it goes into master? > > thanks > -- PMM
I guess I'll pick it up, most code seems to be virtio related. Thanks everyone! -- MST