From: Mathias Krause Date: Wed, 29 Aug 2012 23:30:20 +0000 (+0200) Subject: KVM: SVM: constify lookup tables X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09941fbb712655cde9b350852be7a99a6f61a03f;p=pandora-kernel.git KVM: SVM: constify lookup tables We never modify direct_access_msrs[], msrpm_ranges[], svm_exit_handlers[] or x86_intercept_map[] at runtime. Mark them r/o. Signed-off-by: Mathias Krause Cc: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed