summary refs log tree commit diff stats
path: root/softmmu/watchpoint.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé2023-10-081-226/+0
* accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson2023-10-031-1/+1
* softmmu: Restore use of CPU watchpoint for all acceleratorsPhilippe Mathieu-Daudé2023-03-281-0/+4
* softmmu/watchpoint: Add missing 'qemu/error-report.h' includePhilippe Mathieu-Daudé2023-03-281-0/+1
* softmmu: Check watchpoints for read+write at onceRichard Henderson2023-03-051-9/+10
* softmmu: Extract watchpoint API from physmem.cPhilippe Mathieu-Daudé2023-02-271-0/+220