qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 26/33] *-user: Deprecate and disable -p pagesize


From: Warner Losh
Subject: Re: [PATCH v2 26/33] *-user: Deprecate and disable -p pagesize
Date: Thu, 31 Aug 2023 20:26:31 -0600



On Thu, Aug 31, 2023 at 8:23 PM Richard Henderson <richard.henderson@linaro.org> 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.

Cc: Warner Losh <imp@bsdimp.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 docs/about/deprecated.rst |  7 +++++++
 docs/user/main.rst        |  3 ---
 bsd-user/main.c           |  9 +++++----
 linux-user/main.c         | 11 ++++++-----
 4 files changed, 18 insertions(+), 12 deletions(-)

Reviewed-by: Warner Losh <imp@bsdimp.com>
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]