commit | f1d248315afc55771c3991b934014daa154d05f1 | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Thu Aug 30 01:30:18 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Sep 05 12:42:02 2012 +0300 |
tree | 9b1193bad365bac11bf305cc35f448320a68f629 | |
parent | 0fbe9b0b19fb92eee2cf23c23d63d6b3312681e5 [diff] [blame] |
KVM: x86: more constification Signed-off-by: Mathias Krause <minipli@googlemail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 3172416..666da13 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c
@@ -817,7 +817,7 @@ static unsigned num_msrs_to_save; -static u32 emulated_msrs[] = { +static const u32 emulated_msrs[] = { MSR_IA32_TSCDEADLINE, MSR_IA32_MISC_ENABLE, MSR_IA32_MCG_STATUS,