commit | 7a73c0283dadf1cf360a79de396ff0962e781b60 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Thu Jul 22 23:24:52 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Fri Jul 23 09:07:14 2010 +0300 |
tree | da5f0254f136fc3f231ee4afc236fd5fb284a4f7 | |
parent | 6aa0b9dec5d6dde26ea17b0b5be8fccfe19df3c9 [diff] |
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>