x86/hvm: constify static data where possible
authorJan Beulich <jbeulich@suse.com>
Fri, 14 Sep 2012 12:28:59 +0000 (14:28 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 14 Sep 2012 12:28:59 +0000 (14:28 +0200)
commit26c465b52783ca11cd79e231caf8fad08e276cf7
tree88b4b2321d461e3a034a2c447746d44f40400465
parent00f05388a688508f8a6b0c82d281aebd90a37d4e
x86/hvm: constify static data where possible

In a few cases this also extends to making them static in the first
place.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/mtrr.c
xen/arch/x86/hvm/stdvga.c
xen/arch/x86/hvm/svm/emulate.c
xen/arch/x86/hvm/svm/vpmu.c
xen/arch/x86/hvm/vlapic.c
xen/arch/x86/hvm/vmx/vmx.c
xen/arch/x86/hvm/vmx/vpmu_core2.c
xen/arch/x86/hvm/vmx/vvmx.c