commit | f65c229c3e7743c6654c16b9ec6248466b5eef21 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Wed Feb 13 18:58:46 2008 +0100 |
committer | Avi Kivity <avi@qumranet.com> | Sun Apr 27 11:53:21 2008 +0300 |
tree | 0326e1e3e7a407c8271d2ae5427c300e6e741a39 | |
parent | e6101a96c9efb74c98bba6322d4c5ea89e47e0fe [diff] |
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 <joerg.roedel@amd.com> Signed-off-by: Markus Rechberger <markus.rechberger@amd.com> Signed-off-by: Avi Kivity <avi@qumranet.com>