commit | fd0a0d82083747301f6c8084b4141bb490625016 | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Thu Aug 30 01:30:15 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Sep 05 12:41:28 2012 +0300 |
tree | 1233ae0b425ce146652725e99c492b4bc3c80f0e | |
parent | 89a87c67791b840d815a2028b88cefe6906ed42c [diff] |
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>