Re: [PATCH for QEMU] hw/vfio: Add VMD Passthrough Quirk

2020-04-22 Thread Andrzej Jakowski
On 4/22/20 10:13 AM, Jon Derrick wrote: > The VMD endpoint provides a real PCIe domain to the guest, including > bridges and endpoints. The IOMMU performs Host Physical Address to Guest > Physical Address translation when assigning downstream endpoint BARs and > when translating MMIO addresses. > >

Re: [PATCH for QEMU] hw/vfio: Add VMD Passthrough Quirk

2020-04-22 Thread Derrick, Jonathan
On Wed, 2020-04-22 at 14:36 -0700, no-re...@patchew.org wrote: > Patchew URL: > https://patchew.org/QEMU/20200422171305.10923-1-jonathan.derr...@intel.com/ > > > > Hi, > > This series failed the asan build test. Please find the testing commands and > their output below. If you have Docker inst

Re: [PATCH for QEMU] hw/vfio: Add VMD Passthrough Quirk

2020-04-22 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200422171305.10923-1-jonathan.derr...@intel.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT B

Re: [PATCH for QEMU] hw/vfio: Add VMD Passthrough Quirk

2020-04-22 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200422171305.10923-1-jonathan.derr...@intel.com/ Hi, This series failed the asan 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 === #!/bin/b

[PATCH for QEMU] hw/vfio: Add VMD Passthrough Quirk

2020-04-22 Thread Jon Derrick
The VMD endpoint provides a real PCIe domain to the guest, including bridges and endpoints. The IOMMU performs Host Physical Address to Guest Physical Address translation when assigning downstream endpoint BARs and when translating MMIO addresses. This translation is not desired when assigning bri