Re: [PATCH for-5.0 v11 00/20] VIRTIO-IOMMU device

2019-12-12 Thread Auger Eric
Hi Michael, On 12/11/19 9:40 PM, Michael S. Tsirkin wrote: > On Wed, Dec 11, 2019 at 05:48:05PM +0100, Auger Eric wrote: >> Hi Michael, >> >> On 12/11/19 5:40 PM, Michael S. Tsirkin wrote: >>> On Fri, Nov 22, 2019 at 07:29:23PM +0100, Eric Auger wrote: This series implements the QEMU

Re: [PATCH for-5.0 v11 00/20] VIRTIO-IOMMU device

2019-12-11 Thread Michael S. Tsirkin
On Wed, Dec 11, 2019 at 05:48:05PM +0100, Auger Eric wrote: > Hi Michael, > > On 12/11/19 5:40 PM, Michael S. Tsirkin wrote: > > On Fri, Nov 22, 2019 at 07:29:23PM +0100, Eric Auger wrote: > >> This series implements the QEMU virtio-iommu device. > >> > >> This matches the v0.12 spec and the

Re: [PATCH for-5.0 v11 00/20] VIRTIO-IOMMU device

2019-12-11 Thread Auger Eric
Hi Michael, On 12/11/19 5:40 PM, Michael S. Tsirkin wrote: > On Fri, Nov 22, 2019 at 07:29:23PM +0100, Eric Auger wrote: >> This series implements the QEMU virtio-iommu device. >> >> This matches the v0.12 spec and the corresponding virtio-iommu >> driver upstreamed in 5.3. >> >> The pci proxy

Re: [PATCH for-5.0 v11 00/20] VIRTIO-IOMMU device

2019-12-11 Thread Michael S. Tsirkin
On Fri, Nov 22, 2019 at 07:29:23PM +0100, Eric Auger wrote: > This series implements the QEMU virtio-iommu device. > > This matches the v0.12 spec and the corresponding virtio-iommu > driver upstreamed in 5.3. > > The pci proxy for the virtio-iommu device is instantiated using > "-device

Re: [PATCH for-5.0 v11 00/20] VIRTIO-IOMMU device

2019-11-22 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191122182943.4656-1-eric.au...@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

[PATCH for-5.0 v11 00/20] VIRTIO-IOMMU device

2019-11-22 Thread Eric Auger
This series implements the QEMU virtio-iommu device. This matches the v0.12 spec and the corresponding virtio-iommu driver upstreamed in 5.3. The pci proxy for the virtio-iommu device is instantiated using "-device virtio-iommu-pci". This series still relies on ACPI IORT/DT integration. Note the