Skip to content
Commit e9c16c78 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: x86: use direct accessors for RIP and RSP



Use specific inline functions for RIP and RSP instead of
going through kvm_register_read and kvm_register_write,
which are quite a mouthful.  kvm_rsp_read and kvm_rsp_write
did not exist, so add them.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 2b3eaf81
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment