Re: [PATCH] drivers: iommu: hyperv: Make HYPERV_IOMMU only available on x86

2019-10-28 Thread Sasha Levin
On Thu, Oct 17, 2019 at 08:57:03AM +0800, Boqun Feng wrote: Currently hyperv-iommu is implemented in a x86 specific way, for example, apic is used. So make the HYPERV_IOMMU Kconfig depend on X86 as a preparation for enabling HyperV on architecture other than x86. Cc: Lan Tianyu Cc: Michael

RE: [PATCH] drivers: iommu: hyperv: Make HYPERV_IOMMU only available on x86

2019-10-17 Thread Michael Kelley via iommu
From: Boqun Feng Sent: Wednesday, October 16, 2019 5:57 PM > > Currently hyperv-iommu is implemented in a x86 specific way, for > example, apic is used. So make the HYPERV_IOMMU Kconfig depend on X86 > as a preparation for enabling HyperV on architecture other than x86. > > Cc: Lan Tianyu >

[PATCH] drivers: iommu: hyperv: Make HYPERV_IOMMU only available on x86

2019-10-16 Thread Boqun Feng
Currently hyperv-iommu is implemented in a x86 specific way, for example, apic is used. So make the HYPERV_IOMMU Kconfig depend on X86 as a preparation for enabling HyperV on architecture other than x86. Cc: Lan Tianyu Cc: Michael Kelley Cc: linux-hyp...@vger.kernel.org Signed-off-by: Boqun