• Paolo Bonzini's avatar
    KVM: x86: fix some sparse warnings · 48d89b92
    Paolo Bonzini authored
    Sparse reports the following easily fixed warnings:
    
       arch/x86/kvm/vmx.c:8795:48: sparse: Using plain integer as NULL pointer
       arch/x86/kvm/vmx.c:2138:5: sparse: symbol vmx_read_l1_tsc was not declared. Should it be static?
       arch/x86/kvm/vmx.c:6151:48: sparse: Using plain integer as NULL pointer
       arch/x86/kvm/vmx.c:8851:6: sparse: symbol vmx_sched_in was not declared. Should it be static?
    
       arch/x86/kvm/svm.c:2162:5: sparse: symbol svm_read_l1_tsc was not declared. Should it be static?
    
    Cc: Radim Krčmář <rkrcmar@redhat.com>
    Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    48d89b92
svm.c 113 KB