Re: [PATCH] linux-user: fix handling of cpu mask in riscv_hwprobe syscall

2025-03-11 Thread Robbin Ehn
On Tue, Mar 11, 2025 at 12:10 AM Alistair Francis wrote: > > On Wed, Mar 5, 2025 at 2:54 AM Andreas Schwab wrote: > > > > The third argument of the riscv_hwprobe syscall contains the size of the > > cpu mask in bytes, not bits. > > > > Signed-off-by: Andreas Schwab > > Richard sent a v2 that I h

Re: [PATCH] linux-user: fix handling of cpu mask in riscv_hwprobe syscall

2025-03-10 Thread Alistair Francis
On Wed, Mar 5, 2025 at 2:54 AM Andreas Schwab wrote: > > The third argument of the riscv_hwprobe syscall contains the size of the > cpu mask in bytes, not bits. > > Signed-off-by: Andreas Schwab Richard sent a v2 that I have applied: https://patchew.org/QEMU/20250308225902.1208237-3-richard.hen

[PATCH] linux-user: fix handling of cpu mask in riscv_hwprobe syscall

2025-03-04 Thread Andreas Schwab
The third argument of the riscv_hwprobe syscall contains the size of the cpu mask in bytes, not bits. Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index a22a5df8cc..4