KVM: x86 emulator: constify emulate_ops
authorMathias Krause <minipli@googlemail.com>
Wed, 29 Aug 2012 23:30:16 +0000 (01:30 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 5 Sep 2012 09:41:48 +0000 (12:41 +0300)
We never change emulate_ops[] at runtime so it should be r/o.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found