Re: [PATCH 4/5] KVM: x86/xen: Bury xen_hvm_config behind CONFIG_KVM_XEN=y

From: Paul Durrant
Date: Mon Feb 03 2025 - 04:19:50 EST


On 01/02/2025 01:13, Sean Christopherson wrote:
Now that all references to kvm_vcpu_arch.xen_hvm_config are wrapped with
CONFIG_KVM_XEN #ifdefs, bury the field itself behind CONFIG_KVM_XEN=y.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>
---
arch/x86/include/asm/kvm_host.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


Reviewed-by: Paul Durrant <paul@xxxxxxx>