diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-02-22 22:16:51 -1000 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-03-05 13:44:07 -0800 |
commit | 019a98083a57861475461fd63895240b5c341077 (patch) | |
tree | 0728a302d360e5d18bf0d9caa7053c6f76bffe87 /migration/block.h | |
parent | 0953674ed0acacfa9b2409678f8ce8333398ee1c (diff) |
softmmu: Check watchpoints for read+write at once
Atomic operations are read-modify-write, and we'd like to
be able to test both read and write with one call. This is
easy enough, with BP_MEM_READ | BP_MEM_WRITE.
Add BP_HIT_SHIFT to make it easy to set BP_WATCHPOINT_HIT_*.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'migration/block.h')
0 files changed, 0 insertions, 0 deletions