diff options
author | Liang Chen <liangchen.linux@gmail.com> | 2023-10-19 12:33:36 +0800 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2023-10-19 08:42:22 -0700 |
commit | 122ae01c5159eb1584e07907aec89e2470622baa (patch) | |
tree | 44e0beee4afde8c2552ba1658dec97466b9866bb /arch/x86/kvm | |
parent | 329369caeccb1a0cb0dc5f864d6a671ed8190c11 (diff) |
KVM: x86: remove the unused assigned_dev_head from kvm_arch
Legacy device assignment was dropped years ago. This field is not used
anymore.
Signed-off-by: Liang Chen <liangchen.linux@gmail.com>
Link: https://lore.kernel.org/r/20231019043336.8998-1-liangchen.linux@gmail.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'arch/x86/kvm')
-rw-r--r-- | arch/x86/kvm/x86.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 2b1d8e22502b..923eeca1c971 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -12425,7 +12425,6 @@ int kvm_arch_init_vm(struct kvm *kvm, unsigned long type) goto out_uninit_mmu; INIT_HLIST_HEAD(&kvm->arch.mask_notifier_list); - INIT_LIST_HEAD(&kvm->arch.assigned_dev_head); atomic_set(&kvm->arch.noncoherent_dma_count, 0); /* Reserve bit 0 of irq_sources_bitmap for userspace irq source */ |