commit | 741cbbae0768b828be2d48331eb371a4f08bbea8 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Sat Aug 03 08:14:25 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Aug 05 12:55:48 2019 +0200 |
tree | 92978c9e137cd19ef81fba0aa9f1791512b2be70 | |
parent | 17e433b54393a6269acbcb792da97791fe1592d8 [diff] |
KVM: remove kvm_arch_has_vcpu_debugfs() There is no need for this function as all arches have to implement kvm_arch_create_vcpu_debugfs() no matter what. A #define symbol let us actually simplify the code. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>