On 4/27/24 08:57, Philippe Mathieu-Daudé wrote:
User-specific PAGE definitions shouldn't be used on system emulation.Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- include/exec/page-prot-common.h | 8 ++++++++ 1 file changed, 8 insertions(+)
Come to that, PAGE_WRITE_INV is system only. Does this clarify or simply spread ifdefs around? They aren't particularly common at this point... r~