Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSR
We don't need more than a page, and vmalloc() is slower (much slower recently due to a regression). Signed-off-by: Avi Kivity <avi@redhat.com>
- Loading branch information