Skip to content
Commit 7a73c028 authored by Avi Kivity's avatar Avi Kivity
Browse files

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: default avatarAvi Kivity <avi@redhat.com>
parent 6aa0b9de
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment