]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kvm: mmu: remove is_present_gpte()
authorBandan Das <bsd@redhat.com>
Tue, 12 Jul 2016 22:18:50 +0000 (18:18 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 14 Jul 2016 07:02:47 +0000 (09:02 +0200)
commit812f30b234539ccb0139f92dfdbec1e8158cf535
tree34af341c89d7de276002d344a3482fa944c74675
parent8d5cf1610da526c3c1286bd7b3ac9f35f96ed43d
kvm: mmu: remove is_present_gpte()

We have two versions of the above function.
To prevent confusion and bugs in the future, remove
the non-FNAME version entirely and replace all calls
with the actual check.

Signed-off-by: Bandan Das <bsd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu.c
arch/x86/kvm/mmu.h
arch/x86/kvm/paging_tmpl.h
arch/x86/kvm/x86.c