Re: [PATCH] kvm: x86: fix a prototype warning

2018-04-09 Thread David Hildenbrand
On 06.04.2018 23:47, Peng Hao wrote: > warning: no previous prototype for ‘vmx_enable_tdp’ > > Signed-off-by: Peng Hao > --- > arch/x86/kvm/vmx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c > index

Re: [PATCH] kvm: x86: fix a prototype warning

2018-04-09 Thread David Hildenbrand
On 06.04.2018 23:47, Peng Hao wrote: > warning: no previous prototype for ‘vmx_enable_tdp’ > > Signed-off-by: Peng Hao > --- > arch/x86/kvm/vmx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c > index f0fd50b..86681bc 100644 >

Re: [PATCH] kvm: x86: fix a prototype warning

2018-04-06 Thread Paolo Bonzini
On 06/04/2018 23:47, Peng Hao wrote: > warning: no previous prototype for ‘vmx_enable_tdp’ > > Signed-off-by: Peng Hao > --- > arch/x86/kvm/vmx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c > index

Re: [PATCH] kvm: x86: fix a prototype warning

2018-04-06 Thread Paolo Bonzini
On 06/04/2018 23:47, Peng Hao wrote: > warning: no previous prototype for ‘vmx_enable_tdp’ > > Signed-off-by: Peng Hao > --- > arch/x86/kvm/vmx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c > index f0fd50b..86681bc 100644 >