Re: [PATCH] KVM: VMX: Include architectural defs header in capabilities.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 18/04/19 17:07, Sean Christopherson wrote:
> The capabilities header depends on asm/vmx.h but doesn't explicitly
> include said file.  This currently doesn't cause problems as all users
> of capbilities.h first include asm/vmx.h, but the issue often results in
> build errors if someone starts moving things around the VMX files.
> 
> Fixes: 3077c1910882 ("KVM: VMX: Move capabilities structs and helpers to dedicated file")
> Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
> ---
>  arch/x86/kvm/vmx/capabilities.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/x86/kvm/vmx/capabilities.h b/arch/x86/kvm/vmx/capabilities.h
> index 854e144131c6..d6664ee3d127 100644
> --- a/arch/x86/kvm/vmx/capabilities.h
> +++ b/arch/x86/kvm/vmx/capabilities.h
> @@ -2,6 +2,8 @@
>  #ifndef __KVM_X86_VMX_CAPS_H
>  #define __KVM_X86_VMX_CAPS_H
>  
> +#include <asm/vmx.h>
> +
>  #include "lapic.h"
>  
>  extern bool __read_mostly enable_vpid;
> 

Queued.

Paolo



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux