Re: [PATCH 13/37] include/exec: Split out mmap-lock.h

2025-03-13 Thread Richard Henderson
On 3/13/25 02:58, Philippe Mathieu-Daudé wrote: On 13/3/25 04:44, Richard Henderson wrote: Split out mmap_lock, et al from page-protection.h to a new header. Signed-off-by: Richard Henderson ---   accel/tcg/internal-target.h    |  1 +   include/exec/mmap-lock.h   | 33 +

Re: [PATCH 13/37] include/exec: Split out mmap-lock.h

2025-03-13 Thread Pierrick Bouvier
On 3/12/25 20:44, Richard Henderson wrote: Split out mmap_lock, et al from page-protection.h to a new header. Signed-off-by: Richard Henderson --- accel/tcg/internal-target.h| 1 + include/exec/mmap-lock.h | 33 + include/exec/page-protection.h | 2

Re: [PATCH 13/37] include/exec: Split out mmap-lock.h

2025-03-13 Thread Philippe Mathieu-Daudé
On 13/3/25 04:44, Richard Henderson wrote: Split out mmap_lock, et al from page-protection.h to a new header. Signed-off-by: Richard Henderson --- accel/tcg/internal-target.h| 1 + include/exec/mmap-lock.h | 33 + What about include/accel/tcg/mmap-

[PATCH 13/37] include/exec: Split out mmap-lock.h

2025-03-12 Thread Richard Henderson
Split out mmap_lock, et al from page-protection.h to a new header. Signed-off-by: Richard Henderson --- accel/tcg/internal-target.h| 1 + include/exec/mmap-lock.h | 33 + include/exec/page-protection.h | 22 -- accel/tcg/cpu-exec.c