From: Joerg Roedel Date: Wed, 13 Feb 2008 17:58:46 +0000 (+0100) Subject: KVM: SVM: allocate the MSR permission map per VCPU X-Git-Tag: v2.6.26-rc1~1028^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f65c229c3e7743c6654c16b9ec6248466b5eef21;p=pandora-kernel.git KVM: SVM: allocate the MSR permission map per VCPU This patch changes the kvm-amd module to allocate the SVM MSR permission map per VCPU instead of a global map for all VCPUs. With this we have more flexibility allowing specific guests to access virtualized MSRs. This is required for LBR virtualization. Signed-off-by: Joerg Roedel Signed-off-by: Markus Rechberger Signed-off-by: Avi Kivity --- Reading git-diff-tree failed