Re: [PATCH 08/14] exec/cpu: Extract page-protection definitions to page-prot-common.h

2024-04-28 Thread Richard Henderson
On 4/27/24 08:57, Philippe Mathieu-Daudé wrote: Extract page-protection definitions from "exec/cpu-all.h" to "exec/page-prot-common.h". The list of files requiring the new header was generated using: $ git grep -wE \ 'PAGE_(READ|WRITE|EXEC|BITS|VALID|ANON|RESERVED|TARGET_.|PASSTHROUGH)'

[PATCH 08/14] exec/cpu: Extract page-protection definitions to page-prot-common.h

2024-04-27 Thread Philippe Mathieu-Daudé
Extract page-protection definitions from "exec/cpu-all.h" to "exec/page-prot-common.h". The list of files requiring the new header was generated using: $ git grep -wE \ 'PAGE_(READ|WRITE|EXEC|BITS|VALID|ANON|RESERVED|TARGET_.|PASSTHROUGH)' Signed-off-by: Philippe Mathieu-Daudé Acked-by: