Re: [PATCH v2 1/5] KVM: rename API for requests to match bit operations

2017-03-01 Thread Radim Krčmář
2017-02-27 10:54+0100, David Hildenbrand: > Am 24.02.2017 um 20:49 schrieb Radim Krčmář: >> kvm_make_request was a wrapper that added barriers to set_bit and >> kvm_check_request did the same for test_bit and check_bit, but the name >> was not very obvious. >> >> The renaming: >>

Re: [PATCH v2 1/5] KVM: rename API for requests to match bit operations

2017-03-01 Thread Radim Krčmář
2017-02-27 10:54+0100, David Hildenbrand: > Am 24.02.2017 um 20:49 schrieb Radim Krčmář: >> kvm_make_request was a wrapper that added barriers to set_bit and >> kvm_check_request did the same for test_bit and check_bit, but the name >> was not very obvious. >> >> The renaming: >>

Re: [PATCH v2 1/5] KVM: rename API for requests to match bit operations

2017-02-27 Thread David Hildenbrand
Am 24.02.2017 um 20:49 schrieb Radim Krčmář: > kvm_make_request was a wrapper that added barriers to set_bit and > kvm_check_request did the same for test_bit and check_bit, but the name > was not very obvious. > > The renaming: > kvm_request_set<- kvm_make_request >

Re: [PATCH v2 1/5] KVM: rename API for requests to match bit operations

2017-02-27 Thread David Hildenbrand
Am 24.02.2017 um 20:49 schrieb Radim Krčmář: > kvm_make_request was a wrapper that added barriers to set_bit and > kvm_check_request did the same for test_bit and check_bit, but the name > was not very obvious. > > The renaming: > kvm_request_set<- kvm_make_request >

[PATCH v2 1/5] KVM: rename API for requests to match bit operations

2017-02-24 Thread Radim Krčmář
kvm_make_request was a wrapper that added barriers to set_bit and kvm_check_request did the same for test_bit and check_bit, but the name was not very obvious. The renaming: kvm_request_set<- kvm_make_request kvm_request_test_and_clear <- kvm_check_request Automated with

[PATCH v2 1/5] KVM: rename API for requests to match bit operations

2017-02-24 Thread Radim Krčmář
kvm_make_request was a wrapper that added barriers to set_bit and kvm_check_request did the same for test_bit and check_bit, but the name was not very obvious. The renaming: kvm_request_set<- kvm_make_request kvm_request_test_and_clear <- kvm_check_request Automated with