commit | 330e6adc1acd2a235a96b502b3dd15ba6e77c228 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed May 29 15:12:22 2024 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Sat Jun 08 10:33:38 2024 +0200 |
tree | daa19bc768be4afd40950c83a68d06e0091f4451 | |
parent | 536032566b1fc1f4b66450770dbb30b49e736b52 [diff] |
target/i386: cleanup PAUSE helpers Use decode.c's support for intercepts, doing the check in TCG-generated code rather than the helper. This is cleaner because it allows removing the eip_addend argument to helper_pause(), even though it adds a bit of bloat for opcode 0x90's new decoding function. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>