]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_ops
authorGleb Natapov <gleb@redhat.com>
Wed, 28 Apr 2010 16:15:28 +0000 (19:15 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:35:30 +0000 (10:35 +0300)
commit3fb1b5dbd397d16a855c97c3fb80fe6e9196ce7c
tree337a8ed2aba3f195d428c7b7827a323bd8b4428d
parent35aa5375d407ecadcc3adb5cb31d27044bf7f29f
KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_ops

Add (set|get)_msr callbacks to x86_emulate_ops instead of calling
them directly.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_emulate.h
arch/x86/kvm/emulate.c
arch/x86/kvm/x86.c