Re: [PATCH 04/22] KVM: mmu: extract spte.h and spte.c

2020-10-28 Thread Paolo Bonzini
On 27/10/20 15:46, Valdis Klētnieks wrote: > This died a horrid death on my laptop when building with W=1. > > CC arch/x86/kvm/mmu/tdp_iter.o > In file included from arch/x86/kvm/mmu/tdp_iter.c:5: > arch/x86/kvm/mmu/spte.h:120:18: error: 'shadow_nonpresent_or_rsvd_mask_len' > defined but n

Re: [PATCH 04/22] KVM: mmu: extract spte.h and spte.c

2020-10-27 Thread Valdis Klētnieks
On Fri, 23 Oct 2020 12:30:06 -0400, Paolo Bonzini said: > The SPTE format will be common to both the shadow and the TDP MMU. > > Extract code that implements the format to a separate module, as a > first step towards adding the TDP MMU and putting mmu.c on a diet. > > Signed-off-by: Paolo Bonzini

[PATCH 04/22] KVM: mmu: extract spte.h and spte.c

2020-10-23 Thread Paolo Bonzini
The SPTE format will be common to both the shadow and the TDP MMU. Extract code that implements the format to a separate module, as a first step towards adding the TDP MMU and putting mmu.c on a diet. Signed-off-by: Paolo Bonzini --- arch/x86/kvm/Makefile | 3 +- arch/x86/kvm/mmu/mm