commit | 08ff0d5e63b4f360091dd171b0ede1a3361227a1 | [log] [tgz] |
---|---|---|
author | Yaowei Bai <baiyaowei@cmss.chinamobile.com> | Sat Nov 14 11:21:07 2015 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Nov 25 17:24:23 2015 +0100 |
tree | cb61f44938dbf805c217ca1b5499a5f05e46ea91 | |
parent | 33e941547923283f7f1022f3c35359ea9403d9a4 [diff] |
KVM: kvm_para_has_feature can be boolean This patch makes kvm_para_has_feature return bool due to this particular function only using either one or zero as its return value. No functional change. Signed-off-by: Yaowei Bai <baiyaowei@cmss.chinamobile.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>