KVM: SVM: Clean up rip handling in vmrun emulation
authorRoedel, Joerg <Joerg.Roedel@amd.com>
Fri, 3 Sep 2010 12:21:40 +0000 (14:21 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:52:25 +0000 (10:52 +0200)
commitb75f4eb34122b60ee4f07ec89973d1589002c68a
tree031aa153a287f46c77da150fcb155057563f9b14
parentcda0008299a06f0d7218c6037c3c02d7a865e954
KVM: SVM: Clean up rip handling in vmrun emulation

This patch changes the rip handling in the vmrun emulation
path from using next_rip to the generic kvm register access
functions.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/svm.c