Re: [PATCH v3 22/51] system: Validate flags in cpu_watchpoint_insert
Ilya Leoshkevich <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel,org.nongnu.qemu-riscv |
|---|---|
| Message-ID | <[email protected]> |
On 7/10/26 22:53, Richard Henderson wrote: > Flags must watch reads, writes, or both. > Flags must specify GDB or CPU but not both. > Flags must not contain extraneous bits. > > Signed-off-by: Richard Henderson <[email protected]> > --- > system/watchpoint.c | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Ilya Leoshkevich <[email protected]>