commit | 8a3c1a33476f6bfebd07954e2277dbc88003bd37 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 02 16:56:13 2013 +0200 |
committer | Gleb Natapov <gleb@redhat.com> | Thu Oct 03 15:44:02 2013 +0300 |
tree | a0861917a144bc81aa70e9865a411f99ee621b2d | |
parent | 95f93af4add9047f7d1ae4f43d12e66f2ba2d6f0 [diff] |
KVM: mmu: change useless int return types to void kvm_mmu initialization is mostly filling in function pointers, there is no way for it to fail. Clean up unused return values. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>