Re: [Qemu-devel] [RFC v8 11/18] virtio-iommu: Add an msi_bypass property
On 09/11/2018 11:29, Eric Auger wrote: > +static void virtio_iommu_register_resv_region(viommu_endpoint *ep, > + uint8_t subtype, > + uint64_t start, uint64_t end) > +{ > +viommu_interval *interval; > +
[Qemu-devel] [RFC v8 11/18] virtio-iommu: Add an msi_bypass property
In case the msi_bypass property is set, it means we need to register the IOAPIC MSI window as a reserved region: 0xFEE0 - 0xFEEF. Signed-off-by: Eric Auger --- --- hw/virtio/virtio-iommu.c | 52 include/hw/virtio/virtio-iommu.h | 1 + 2 files ch