Re: [PATCH] kvm: x86: Mark __kvm_vcpu_halt() as static

2021-01-12 Thread Sean Christopherson
On Sat, Jan 09, 2021, Souptick Joarder wrote: > Kernel test robot throws below warning -> > > >> arch/x86/kvm/x86.c:7979:5: warning: no previous prototype for > >> '__kvm_vcpu_halt' [-Wmissing-prototypes] > 7979 | int __kvm_vcpu_halt(struct kvm_vcpu *vcpu, int state, int > reason) > |

[PATCH] kvm: x86: Mark __kvm_vcpu_halt() as static

2021-01-08 Thread Souptick Joarder
Kernel test robot throws below warning -> >> arch/x86/kvm/x86.c:7979:5: warning: no previous prototype for >> '__kvm_vcpu_halt' [-Wmissing-prototypes] 7979 | int __kvm_vcpu_halt(struct kvm_vcpu *vcpu, int state, int reason) | ^~~ Marking __kvm_vcpu_halt() as static as