Re: [PATCH] KVM: x86: use direct accessors for RIP and RSP

From: Sean Christopherson
Date: Tue Apr 30 2019 - 17:11:41 EST


On Tue, Apr 30, 2019 at 10:07:45PM +0200, Paolo Bonzini wrote:
> 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: Paolo Bonzini <pbonzini@xxxxxxxxxx>

Reviewed-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>