[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <169297943227.2871340.9955188529798179185.b4-ty@google.com>
Date: Fri, 25 Aug 2023 12:01:26 -0700
From: Sean Christopherson <seanjc@...gle.com>
To: Sean Christopherson <seanjc@...gle.com>,
Paolo Bonzini <pbonzini@...hat.com>
Cc: kvm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] KVM: x86/mmu: Include mmu.h in spte.h
On Tue, 08 Aug 2023 15:40:59 -0700, Sean Christopherson wrote:
> Explicitly include mmu.h in spte.h instead of relying on the "parent" to
> include mmu.h. spte.h references a variety of macros and variables that
> are defined/declared in mmu.h, and so including spte.h before (or instead
> of) mmu.h will result in build errors, e.g.
>
> arch/x86/kvm/mmu/spte.h: In function ‘is_mmio_spte’:
> arch/x86/kvm/mmu/spte.h:242:23: error: ‘enable_mmio_caching’ undeclared
> 242 | likely(enable_mmio_caching);
> | ^~~~~~~~~~~~~~~~~~~
>
> [...]
Applied to kvm-x86 mmu, thanks!
[1/1] KVM: x86/mmu: Include mmu.h in spte.h
https://github.com/kvm-x86/linux/commit/bfd926291c58
--
https://github.com/kvm-x86/linux/tree/next
https://github.com/kvm-x86/linux/tree/fixes
Powered by blists - more mailing lists