Re: [PATCH 2/3] linux-user: Implement PR_{GET,SET}_SPECULATION_CTRL

2024-03-04 Thread Peter Maydell
On Sat, 2 Mar 2024 at 04:14, Richard Henderson wrote: > > Both of these only pass and return integral values. > > Signed-off-by: Richard Henderson > --- > linux-user/syscall.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 2/3] linux-user: Implement PR_{GET,SET}_SPECULATION_CTRL

2024-03-01 Thread Richard Henderson
Both of these only pass and return integral values. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 263b651cc5..efa200878f 100644 --- a/linux-user/syscall.c +++ b/l