Re: [PATCH for 6.2 25/49] bsd-user: define max args in terms of pages

2021-08-09 Thread Warner Losh
On Mon, Aug 9, 2021 at 2:33 PM Richard Henderson < richard.hender...@linaro.org> wrote: > On 8/7/21 11:42 AM, Warner Losh wrote: > > From: Warner Losh > > > > For 32-bit platforms, pass in up to 256k of args. For 64-bit, bump that > > to 512k. > > > > Signed-off-by: Kyle Evans > > Signed-off-by:

Re: [PATCH for 6.2 25/49] bsd-user: define max args in terms of pages

2021-08-09 Thread Richard Henderson
On 8/7/21 11:42 AM, Warner Losh wrote: From: Warner Losh For 32-bit platforms, pass in up to 256k of args. For 64-bit, bump that to 512k. Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/qemu.h | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) Review

[PATCH for 6.2 25/49] bsd-user: define max args in terms of pages

2021-08-07 Thread Warner Losh
From: Warner Losh For 32-bit platforms, pass in up to 256k of args. For 64-bit, bump that to 512k. Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/qemu.h | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h ind