]> xenbits.xensource.com Git - xen.git/commit
VT-d: posted interrupts require interrupt remapping
authorJan Beulich <jbeulich@suse.com>
Tue, 9 Apr 2019 13:12:07 +0000 (15:12 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 9 Apr 2019 13:12:07 +0000 (15:12 +0200)
commit6c54663786d9f1ed04153867687c158675e7277d
treeb651c762d437f233e6e9f28ed2a4fed44b083dce
parentf61685a669038bd708feb50dc3fe0309ee1568b0
VT-d: posted interrupts require interrupt remapping

Initially I had just noticed the unnecessary indirection in the call
from pi_update_irte(). The generic wrapper having an iommu_intremap
conditional made me look at the setup code though. So first of all
enforce the necessary dependency.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/drivers/passthrough/vtd/intremap.c
xen/drivers/passthrough/vtd/iommu.c