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)
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

Simple merge