]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops
authorGleb Natapov <gleb@redhat.com>
Wed, 28 Apr 2010 16:15:27 +0000 (19:15 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:35:30 +0000 (10:35 +0300)
commit189062aa587c3e14a470493d8053c7b9ba66f387
tree62fb6202f9da42f6f987c754838e8c568e11b6e8
parent8f5fd59ff1b48b7ac770126de0ec5e16119a033f
KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops

Add (set|get)_dr 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/include/asm/kvm_host.h
arch/x86/kvm/emulate.c
arch/x86/kvm/x86.c