]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: x86/xen: Move kvm_xen_hvm_config field into kvm_xen
authorSean Christopherson <seanjc@google.com>
Sat, 15 Feb 2025 01:14:37 +0000 (17:14 -0800)
committerSean Christopherson <seanjc@google.com>
Mon, 24 Feb 2025 16:59:59 +0000 (08:59 -0800)
commit26e228ec169501110c451ee28b3d9c0cb8fb5923
tree00e590403e66acbd2b230fbeb3379b63c05fec03
parent69e5a7dde9650c691489bad4472634c1dd64cab7
KVM: x86/xen: Move kvm_xen_hvm_config field into kvm_xen

Now that all KVM usage of the Xen HVM config information is buried behind
CONFIG_KVM_XEN=y, move the per-VM kvm_xen_hvm_config field out of kvm_arch
and into kvm_xen.

No functional change intended.

Reviewed-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Paul Durrant <paul@xen.org>
Link: https://lore.kernel.org/r/20250215011437.1203084-6-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/x86.c
arch/x86/kvm/xen.c
arch/x86/kvm/xen.h