Re: [PATCH] linux-user: Add FIFREEZE and FITHAW ioctls

2024-03-01 Thread Richard Henderson
On 2/20/24 00:57, Michael Vogt wrote: Add missing FIFREEZE and FITHAW ioctls. Signed-off-by: Michael Vogt --- linux-user/ioctls.h | 6 ++ linux-user/syscall_defs.h | 3 +++ 2 files changed, 9 insertions(+) diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h index 071f7ca253..1

Re: [PATCH] linux-user: Add FIFREEZE and FITHAW ioctls

2024-02-21 Thread Daniel P . Berrangé
Adding the linux-user maintainer to the CC list On Tue, Feb 20, 2024 at 11:57:21AM +0100, Michael Vogt wrote: > Add missing FIFREEZE and FITHAW ioctls. > > Signed-off-by: Michael Vogt > --- > linux-user/ioctls.h | 6 ++ > linux-user/syscall_defs.h | 3 +++ > 2 files changed, 9 inserti

[PATCH] linux-user: Add FIFREEZE and FITHAW ioctls

2024-02-20 Thread Michael Vogt
Add missing FIFREEZE and FITHAW ioctls. Signed-off-by: Michael Vogt --- linux-user/ioctls.h | 6 ++ linux-user/syscall_defs.h | 3 +++ 2 files changed, 9 insertions(+) diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h index 071f7ca253..1aec9d5836 100644 --- a/linux-user/ioctls.h