commit | 2c46d2aec054e61a33feac8c3992218eabdcc22a | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Wed Feb 09 18:29:39 2011 +0100 |
committer | Avi Kivity <avi@redhat.com> | Tue Feb 22 16:01:44 2011 +0200 |
tree | 3e8fbc0d589b5c2d2cdfe9d96749f1268418c61f | |
parent | a0dc00b430b7f515904aa6dd62296b577e94c7aa [diff] |
KVM: SVM: Advance instruction pointer in dr_intercept In the dr_intercept function a new cpu-feature called decode-assists is implemented and used when available. This code-path does not advance the guest-rip causing the guest to dead-loop over mov-dr instructions. This is fixed by this patch. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>