]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/x86/kvm/vmx.c
KVM: VMX: Use proper types to access const arrays
authorMathias Krause <minipli@googlemail.com>
Wed, 26 Jun 2013 18:36:21 +0000 (20:36 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Jul 2013 10:29:28 +0000 (12:29 +0200)
commitc2bae8939487c101b0516c4c8ad80f543b22bb29
treed68d39e7a80b252a002a36aa5f70777b12c084cf
parenta25eb114d50d6e60ef586f2466c874581c31594c
KVM: VMX: Use proper types to access const arrays

Use a const pointer type instead of casting away the const qualifier
from const arrays. Keep the pointer array on the stack, nonetheless.
Making it static just increases the object size.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
arch/x86/kvm/vmx.c