Re: [PATCH v2 1/9] KVM: Pass kvm_init()'s opaque param to additional arch funcs
From: Marc Zyngier <maz@kernel.org>
Date: 2020-02-19 07:52:08
Also in:
kvm, kvmarm, linux-mips, lkml
From: Marc Zyngier <maz@kernel.org>
Date: 2020-02-19 07:52:08
Also in:
kvm, kvmarm, linux-mips, lkml
On Tue, 18 Feb 2020 15:54:29 -0800 Sean Christopherson [off-list ref] wrote:
Pass @opaque to kvm_arch_hardware_setup() and kvm_arch_check_processor_compat() to allow architecture specific code to reference @opaque without having to stash it away in a temporary global variable. This will enable x86 to separate its vendor specific callback ops, which are passed via @opaque, into "init" and "runtime" ops without having to stash away the "init" ops. No functional change intended. Reviewed-by: Cornelia Huck <cohuck@redhat.com> Tested-by: Cornelia Huck <cohuck@redhat.com> #s390 Signed-off-by: Sean Christopherson <redacted>
Acked-by: Marc Zyngier <maz@kernel.org> M. -- Jazz is not dead. It just smells funny... _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel