]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: x86: use dynamic percpu allocations for shared msrs area
authorMarcelo Tosatti <mtosatti@redhat.com>
Thu, 3 Jan 2013 13:41:39 +0000 (11:41 -0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 8 Jan 2013 14:51:56 +0000 (12:51 -0200)
commit013f6a5d3dd9e4ebf4b49ca427b9c1f2e2a1b767
treee13d1206734d787d44fa4361f68abcffb26bb934
parentd686a54763953fe6ac81502fb5bf3895148975d1
KVM: x86: use dynamic percpu allocations for shared msrs area

Use dynamic percpu allocations for the shared msrs structure,
to avoid using the limited reserved percpu space.

Reviewed-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/x86.c