• C
    KVM: mark kvm->busses as rcu protected · 4a12f951
    Christian Borntraeger 提交于
    mark kvm->busses as rcu protected and use the correct access
    function everywhere.
    
    found by sparse
    virt/kvm/kvm_main.c:3490:15: error: incompatible types in comparison expression (different address spaces)
    virt/kvm/kvm_main.c:3509:15: error: incompatible types in comparison expression (different address spaces)
    virt/kvm/kvm_main.c:3561:15: error: incompatible types in comparison expression (different address spaces)
    virt/kvm/kvm_main.c:3644:15: error: incompatible types in comparison expression (different address spaces)
    Signed-off-by: NChristian Borntraeger <borntraeger@de.ibm.com>
    4a12f951
kvm_main.c 94.6 KB