From: Joerg Roedel Date: Mon, 1 Mar 2010 14:34:36 +0000 (+0100) Subject: KVM: SVM: Introduce direct access msr list X-Git-Tag: v2.6.35-rc1~436^2~200 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac72a9b733995cb3ef538000f6309b5e724aa469;p=pandora-kernel.git 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 Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed