Re: [PATCH] linux-user: Add ioctl for BLKBSZSET

2024-05-29 Thread Richard Henderson
On 5/29/24 00:56, Michael Vogt wrote: Friendly ping I tested the patch as part of cross architecture build (using qemu-user) with bootc-image-builder in https://github.com/osbuild/bootc-image-builder/pull/342 (not sure that is relevant,

Re: [PATCH] linux-user: Add ioctl for BLKBSZSET

2024-05-29 Thread Michael Vogt
Friendly ping I tested the patch as part of cross architecture build (using qemu-user) with bootc-image-builder in https://github.com/osbuild/bootc-image-builder/pull/342 (not sure that is relevant, but I wanted to mention that it is working for my test-case). On Tue, Apr 23, 2024 at 5:25 PM Mich

[PATCH] linux-user: Add ioctl for BLKBSZSET

2024-04-23 Thread Michael Vogt
Tiny patch to add the ioctl wrapper definition for BLKBSZSET. Signed-off-by: Michael Vogt --- linux-user/ioctls.h | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h index d508d0c04a..3b41128fd7 100644 --- a/linux-user/ioctls.h +++ b/linux-user/ioctls.h