commit | 23611332938d8c7e87f7fbe6d3bc37f9c50d688f | [log] [tgz] |
---|---|---|
author | Radim Krčmář <rkrcmar@redhat.com> | Thu Sep 29 22:41:33 2016 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Nov 02 21:32:17 2016 +0100 |
tree | 9e4e95b642a8214655a16f6a987dfe0311cf9b0d | |
parent | 2e69f8656139fc3f28079ed5019a2a475e175f0a [diff] |
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>