KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSR
authorAvi Kivity <avi@redhat.com>
Thu, 22 Jul 2010 20:24:52 +0000 (23:24 +0300)
committerAvi Kivity <avi@redhat.com>
Fri, 23 Jul 2010 06:07:14 +0000 (09:07 +0300)
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>

No differences found