commit | 536032566b1fc1f4b66450770dbb30b49e736b52 | [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:37 2024 +0200 |
tree | 4acc17d5823d0e0a04d90f0921f6683973ede280 | |
parent | 73fb7b3c4983e48f3081fca00013a996abf659c0 [diff] |
target/i386: cleanup HLT 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_hlt(). Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>