accel/tcg: Drop PAGE_RESERVED for CONFIG_BSD
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 17 Dec 2022 18:44:43 +0000 (10:44 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 21 Dec 2022 01:09:41 +0000 (17:09 -0800)
commit50d25c8aec3e495faee82f1732cc93f016967850
treef39436eed60d732290cc159b3828d560862adf6f
parentf88f3ac90f9e98333abf91f23c8547a428cd90fa
accel/tcg: Drop PAGE_RESERVED for CONFIG_BSD

Make bsd-user match linux-user in not marking host pages
as reserved.  This isn't especially effective anyway, as
it doesn't take into account any heap memory that qemu
may allocate after startup.

Reviewed-by: Warner Losh <imp@bsdimp.com>
Tested-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c