commit | 52a4661737ecc918633f6b05c611a4af4b5eae5a | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Thu Mar 18 15:20:03 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:15:54 2010 +0300 |
tree | 25bf976f23423db921b5edde6854f0dc8391eb1c | |
parent | 6ce5a090a9a0ea4266a2cad058c69e2f27201e11 [diff] |
KVM: Provide callback to get/set control registers in emulator ops. Use this callback instead of directly call kvm function. Also rename realmode_(set|get)_cr to emulator_(set|get)_cr since function has nothing to do with real mode. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>