KVM: x86: constify read_write_emulator_ops
authorMathias Krause <minipli@googlemail.com>
Wed, 29 Aug 2012 23:30:17 +0000 (01:30 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 5 Sep 2012 09:41:54 +0000 (12:41 +0300)
commit0fbe9b0b19fb92eee2cf23c23d63d6b3312681e5
treebf07cc869ed78c41f20ac493dfeab866f78910fd
parent0225fb509d51fcf777eb0aa31c304c582e3248fd
KVM: x86: constify read_write_emulator_ops

We never change those, make them r/o.

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