On Mon, May 30, 2016 at 06:31:13PM +0800, Peter Xu wrote: > This is v8 patchset for Intel IOMMU IR support. If to test it with > pci-bridges, we still need to apply the following fix to solve a known > issue which will hang the guest: > > - [PATCH v4] pci: fix pci_requester_id() > > https://lists.gnu.org/archive/html/qemu-devel/2016-05/msg02769.html > > V8 mostly fixes some issues with bit-field definitions, which is > possibly errornous when host is big endian machine types. > > v8 changes: > - rebase to latest master > - patch 7 > - remove VTD_IR_IOAPICEntry, which is useless now > - fix possible issue on big endian machines for VTD_IRTE, > VTD_IR_MSIAddress > - patch 12 > - fix endianess issue with bit-field defines: fix BE issue with > VTD_MSIMessage, do cpu_to_*() or reverse when necessary on > bit-field uses. > - patch 19 > - used le32_to_cpu() for dest_id, and added my s-o-b line beneath > Jan's.
Online repository: https://github.com/xzpeter/qemu vtd-intr-v8 Thanks, -- peterx
