KVM: x86: remove the unused assigned_dev_head from kvm_arch
authorLiang Chen <liangchen.linux@gmail.com>
Thu, 19 Oct 2023 04:33:36 +0000 (12:33 +0800)
committerSean Christopherson <seanjc@google.com>
Thu, 19 Oct 2023 15:42:22 +0000 (08:42 -0700)
commit122ae01c5159eb1584e07907aec89e2470622baa
tree44e0beee4afde8c2552ba1658dec97466b9866bb
parent329369caeccb1a0cb0dc5f864d6a671ed8190c11
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>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/x86.c