OSDN Git Service

linux-user: Add new flag VERIFY_NONE
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 22 Apr 2023 10:03:13 +0000 (12:03 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 17 May 2023 05:20:29 +0000 (07:20 +0200)
commit64d06015f6f44e3338af0ab2968ef7467dd2f3ef
treea1f57e659fd5c324242c07c1884c06a8c5d8f830
parentb67e5cb43b64cd511785aa1b35876b5e5bf55f69
linux-user: Add new flag VERIFY_NONE

This can be used to validate that an address range is mapped but without
being readable or writable.

It will be used by an updated implementation of mincore().

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20230422100314.1650-2-thomas@t-8ch.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/qemu.h