Re: [Xen-devel] [PATCH V3 21/29] VIOMMU: Introduce callback of checking irq remapping mode

2017-10-19 Thread Roger Pau Monné
On Thu, Sep 21, 2017 at 11:02:02PM -0400, Lan Tianyu wrote: > This patch is to add callback for vIOAPIC and vMSI to check whether interrupt > remapping is enabled. > > Signed-off-by: Lan Tianyu > --- > xen/common/viommu.c | 15 +++ > xen/include/xen/viommu.h | 10 ++ > 2

[Xen-devel] [PATCH V3 21/29] VIOMMU: Introduce callback of checking irq remapping mode

2017-09-22 Thread Lan Tianyu
This patch is to add callback for vIOAPIC and vMSI to check whether interrupt remapping is enabled. Signed-off-by: Lan Tianyu --- xen/common/viommu.c | 15 +++ xen/include/xen/viommu.h | 10 ++ 2 files changed, 25 insertions(+) diff --git a/xen/common/viommu.c b/xen/com