]> Pileus Git - ~andy/linux/commit
KVM: x86 emulator: mark opcode tables const
authorMathias Krause <minipli@googlemail.com>
Wed, 29 Aug 2012 23:30:15 +0000 (01:30 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 5 Sep 2012 09:41:28 +0000 (12:41 +0300)
commitfd0a0d82083747301f6c8084b4141bb490625016
tree1233ae0b425ce146652725e99c492b4bc3c80f0e
parent89a87c67791b840d815a2028b88cefe6906ed42c
KVM: x86 emulator: mark opcode tables const

The opcode tables never change at runtime, therefor mark them const.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c