commit | ac72a9b733995cb3ef538000f6309b5e724aa469 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Mon Mar 01 15:34:36 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:15:10 2010 +0300 |
tree | 7a35953db8e79c9f2d7c8935f167070c882e744e | |
parent | 455716fa941ec7a03c04bd54e1b906698171b15c [diff] |
KVM: SVM: Introduce direct access msr list This patch introduces a list with all msrs a guest might have direct access to and changes the svm_vcpu_init_msrpm function to use this list. It also adds a check to set_msr_interception which triggers a warning if a developer changes a msr intercept that is not in the list. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>