commit | de2d1a524e94a79078d9fe22c57c0c6009237547 | [log] [tgz] |
---|---|---|
author | Zachary Amsden <zamsden@redhat.com> | Wed Jun 15 20:50:04 2011 -0700 |
committer | Avi Kivity <avi@redhat.com> | Sun Jun 19 19:23:14 2011 +0300 |
tree | 0f4c747a26aa45b3f670324064284e21ad4cd034 | |
parent | a0a8eaba1661232f094654422bdabe2df4e26863 [diff] |
KVM: Fix register corruption in pvclock_scale_delta The 128-bit multiply in pvclock.h was missing an output constraint for EDX which caused a register corruption to appear. Thanks to Ulrich for diagnosing the EDX corruption and Avi for providing this fix. Signed-off-by: Zachary Amsden <zamsden@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>