commit | b75f4eb34122b60ee4f07ec89973d1589002c68a | [log] [tgz] |
---|---|---|
author | Roedel, Joerg <Joerg.Roedel@amd.com> | Fri Sep 03 14:21:40 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:25 2010 +0200 |
tree | 031aa153a287f46c77da150fcb155057563f9b14 | |
parent | cda0008299a06f0d7218c6037c3c02d7a865e954 [diff] |
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>