commit | e3e9ed3d2c443fd90a04fb7ff231ad53ef087417 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Wed Apr 06 12:30:03 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed May 11 07:57:06 2011 -0400 |
tree | 527e793d02a79cbacc21348aaeda9d67f880dc51 | |
parent | 92a1f12d2598f429bd8639e21d89305e787115c5 [diff] |
KVM: SVM: Fix fault-rip on vmsave/vmload emulation When the emulation of vmload or vmsave fails because the guest passed an unsupported physical address it gets an #GP with rip pointing to the instruction after vmsave/vmload. This is a bug and fixed by this patch. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>