On Thu, Apr 28, 2016 at 03:05:26PM +0800, Peter Xu wrote: > v5 changes: > - patch 10: add vector checking for IOAPIC interrupts (this may help > debug in the future, will only generate warning if specify > IOMMU_DEBUG) > - patch 13: replace error_report() with a trace. [Jan] > - patch 14: rename parameter "intr" to "intremap", to be aligned > with kernel parameter [Jan] > - patch 15: fix comments for vtd_iec_notify_fn > - patch 17 & 18 (added): fix issue when IR enabled with devices > using level-triggered interrupts, like e1000. Adding it to the end > of series, since this issue never happen without IR. > > Patch 17 adds read-only check for IOAPIC entries. > Patch 18 clears remote IRR bit when entry configured as > edge-triggered.
Sorry forgot to update github branch for better reference: https://github.com/xzpeter/qemu vtd-intr-v5 Thanks, -- peterx