]> git.baikalelectronics.ru Git - kernel.git/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)
commitfaebe3b1ebdf4cdb664aa6b049df9ccec6aec501
tree1233ae0b425ce146652725e99c492b4bc3c80f0e
parent42aa58af70c2eaea8d894f00359f4b3d1acfe1c9
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