commit | b609db947752f0cc48471127d2abaff444dc836b | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Oct 19 14:22:53 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Dec 29 22:03:08 2023 +0100 |
tree | acaf0595442fe5abf6c9f9674898e2d368ef90e7 | |
parent | 8147df44daea383256964d2aeeed14bcfc8f63ce [diff] |
target/i386: reimplement check for validity of LOCK prefix The previous check erroneously allowed CMP to be modified with LOCK. Instead, tag explicitly the instructions that do support LOCK. Acked-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>