diff options
author | 2025-01-24 15:50:55 +0800 | |
---|---|---|
committer | 2025-02-11 07:05:29 -0800 | |
commit | dfcbcd864edc694a8efdd20179dc29cb561207ac (patch) | |
tree | 4d797afbd5bf94684cfa71336de0a6b942cb90c5 | |
parent | Linux 6.14-rc2 (diff) | |
download | wireguard-linux-dfcbcd864edc694a8efdd20179dc29cb561207ac.tar.xz wireguard-linux-dfcbcd864edc694a8efdd20179dc29cb561207ac.zip |
KVM: x86: Remove unused iommu_domain and iommu_noncoherent from kvm_arch
Remove the "iommu_domain" and "iommu_noncoherent" fields from struct
kvm_arch, which are no longer used since commit ad6260da1e23 ("KVM: x86:
drop legacy device assignment").
Signed-off-by: Ted Chen <znscnchen@gmail.com>
Link: https://lore.kernel.org/r/20250124075055.97158-1-znscnchen@gmail.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index b15cde0a9b5c..c4e844b60b0f 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -1353,8 +1353,6 @@ struct kvm_arch { u64 shadow_mmio_value; - struct iommu_domain *iommu_domain; - bool iommu_noncoherent; #define __KVM_HAVE_ARCH_NONCOHERENT_DMA atomic_t noncoherent_dma_count; #define __KVM_HAVE_ARCH_ASSIGNED_DEVICE |