]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: SVM: Make sure rip is synced to vmcb before nested vmexit
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 22 Apr 2010 10:33:08 +0000 (12:33 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:19:18 +0000 (12:19 +0300)
commit06c8430e8ab968e5204f2b6410c14506fcacdb77
treefa40065df7293dc8057db6ba098256f3fd05dbfd
parent8e46d4b00173c698fb3b1934617ab30aaceec59a
KVM: SVM: Make sure rip is synced to vmcb before nested vmexit

This patch fixes a bug where a nested guest always went over
the same instruction because the rip was not advanced on a
nested vmexit.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/svm.c