Re: [PATCH v2 09/13] KVM: x86: Move kvm_emulate.h into KVM's private directory

From: Paolo Bonzini
Date: Tue Mar 03 2020 - 05:27:10 EST


On 26/02/20 18:38, Vitaly Kuznetsov wrote:
> Not this patchset's problem (and particular forward declaration is
> likely needed), but
>
> $ grep 'struct x86_emulate_ctxt' arch/x86/include/asm/kvm_host.h
> struct x86_emulate_ctxt;
> struct x86_emulate_ctxt *emulate_ctxt;
> struct x86_emulate_ctxt;
>
> The second forward declaration is not needed and this patch (or
> patchset) may be a good place to get rid of it)
>

Squashed, thanks.

Paolo