qemu-e2k/softmmu
Richard Henderson 019a98083a 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>
2023-03-05 13:44:07 -08:00
..
arch_init.c
balloon.c
bootdevice.c
cpu-throttle.c
cpu-timers.c
cpus.c
datadir.c
device_tree.c
dirtylimit.c
dma-helpers.c dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() race 2023-02-23 19:49:35 +01:00
globals.c xen: Add XEN_DISABLED mode and make it default 2023-03-01 08:22:49 +00:00
icount.c
ioport.c
main.c
memory.c memory: introduce memory_region_unmap_iommu_notifier_range() 2023-03-02 19:13:52 -05:00
memory_mapping.c
meson.build softmmu: Extract watchpoint API from physmem.c 2023-02-27 22:29:01 +01:00
physmem.c softmmu: Use memmove in flatview_write_continue 2023-02-28 10:32:31 -10:00
qdev-monitor.c
qemu-seccomp.c
qtest.c
rtc.c
runstate-action.c
runstate-hmp-cmds.c
runstate.c tcg: Include "qemu/timer.h" for profile_getclock 2023-03-05 13:44:07 -08:00
timers-state.h
tpm-hmp-cmds.c
tpm.c
trace-events
trace.h
vl.c xen: Permit --xen-domid argument when accel is KVM 2023-03-01 08:22:49 +00:00
watchpoint.c softmmu: Check watchpoints for read+write at once 2023-03-05 13:44:07 -08:00