Re: [PATCH] iommu/amd: Fix interrupt remapping when disable guest_mode

2017-06-24 Thread kbuild test robot
Hi Suravee, [auto build test WARNING on iommu/next] [also build test WARNING on v4.12-rc6 next-20170623] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] iommu/amd: Fix interrupt remapping when disable guest_mode

2017-06-23 Thread Suravee Suthikulpanit
Pass-through devices to VM guest can get updated affinity information via irq_set_affinity(). Currently, AMD IOMMU driver in GA mode ignores the updated information if the pass-through device is setup to use vAPIC, which could cause invalid interrupt remapping when not running in guest_mode.