]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: VMX: refactor setup of global page-sized bitmaps
authorRadim Krčmář <rkrcmar@redhat.com>
Thu, 29 Sep 2016 20:41:33 +0000 (22:41 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Nov 2016 20:32:17 +0000 (21:32 +0100)
commit23611332938d8c7e87f7fbe6d3bc37f9c50d688f
tree9e4e95b642a8214655a16f6a987dfe0311cf9b0d
parent2e69f8656139fc3f28079ed5019a2a475e175f0a
KVM: VMX: refactor setup of global page-sized bitmaps

We've had 10 page-sized bitmaps that were being allocated and freed one
by one when we could just use a cycle.

Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/kvm/vmx.c