Re: [PATCH 07/17] KVM: monolithic: x86: adjust the section prefixes

2019-09-25 Thread Paolo Bonzini
On 25/09/19 14:13, Andrea Arcangeli wrote: > > The __exit removed from unsetup is because kvm_arch_hardware_unsetup > is called by kvm_init, so unless somehow kvm_init can go in the exit > section and be dropped too during the final kernel link (which would > prevent KVM to initialize in the first

Re: [PATCH 07/17] KVM: monolithic: x86: adjust the section prefixes

2019-09-25 Thread Andrea Arcangeli
Hello, On Mon, Sep 23, 2019 at 12:15:23PM +0200, Paolo Bonzini wrote: > On 20/09/19 23:24, Andrea Arcangeli wrote: > > Adjusts the section prefixes of some KVM common code function because > > with the monolithic methods the section checker can now do a more > > accurate analysis at build time and

Re: [PATCH 07/17] KVM: monolithic: x86: adjust the section prefixes

2019-09-23 Thread Paolo Bonzini
On 20/09/19 23:24, Andrea Arcangeli wrote: > Adjusts the section prefixes of some KVM common code function because > with the monolithic methods the section checker can now do a more > accurate analysis at build time and this allows to build without > CONFIG_SECTION_MISMATCH_WARN_ONLY=n. > > Signe

[PATCH 07/17] KVM: monolithic: x86: adjust the section prefixes

2019-09-20 Thread Andrea Arcangeli
Adjusts the section prefixes of some KVM common code function because with the monolithic methods the section checker can now do a more accurate analysis at build time and this allows to build without CONFIG_SECTION_MISMATCH_WARN_ONLY=n. Signed-off-by: Andrea Arcangeli --- arch/x86/kvm/svm.c