On 18/8/23 19:12, Richard Henderson wrote:
This option controls the host page size. From the mis-usage in
our own testsuite, this is easily confused with guest page size.
The only thing that occurs when changing the host page size is
that stuff breaks, because one cannot actually change the host
page size. Therefore reject all but the no-op setting as part
of the deprecation process.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
linux-user/main.c | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
OK, but missing updates in docs/about/deprecated.rst
and docs/user/main.rst.