commit | 79168fd1a307ffee46ee03b7f8711559241738c7 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Wed Apr 28 19:15:30 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Aug 01 10:35:31 2010 +0300 |
tree | e8b259d42828d641d11d8b6be95fa8c48aa57e74 | |
parent | 5951c4423724759906b10a26aa6a8817c4afa615 [diff] |
KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacks Use callbacks from x86_emulate_ops to access segments instead of calling into kvm directly. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>