commit | 575e7c1417d41dd72ddf2a49965f833ce9352e92 | [log] [tgz] |
---|---|---|
author | Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> | Wed Apr 13 00:24:55 2011 +0900 |
committer | Avi Kivity <avi@redhat.com> | Wed May 11 07:57:08 2011 -0400 |
tree | 0f7d85332966e89520dd00fcee03e66b47fdb15e | |
parent | be6d05cfdf1f2ddbdc367a6433d8eac49d6bfe6f [diff] |
KVM: x86 emulator: Disable writeback for CMP emulation This stops "CMP r/m, reg" to write back the data into memory. Pointed out by Avi. The writeback suppression now covers CMP, CMPS, SCAS. Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> Signed-off-by: Avi Kivity <avi@redhat.com>