diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2021-11-29 17:46:00 +0100 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2021-11-29 17:46:00 +0100 |
| commit | 095c7737fbb8f25f7458290e4b5e5aa198f10a60 (patch) | |
| tree | 0c940859cb2923dc1749b928c071424e292cffc6 /linux-user/linux_loop.h | |
| parent | b1641c50975c5f9e5fdbd651ab63386716a0eb38 (diff) | |
| parent | 0a761ce30338526213f74dfe9900b9213d4bbb0b (diff) | |
| download | focaccia-qemu-095c7737fbb8f25f7458290e4b5e5aa198f10a60.tar.gz focaccia-qemu-095c7737fbb8f25f7458290e4b5e5aa198f10a60.zip | |
Merge tag 'linux-user-for-6.2-pull-request' of git://github.com/vivier/qemu into staging
linux-user pull request 20211129 Fix losetup # gpg: Signature made Mon 29 Nov 2021 03:04:30 PM CET # gpg: using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C # gpg: issuer "laurent@vivier.eu" # gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full] # gpg: aka "Laurent Vivier <laurent@vivier.eu>" [full] # gpg: aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full] * tag 'linux-user-for-6.2-pull-request' of git://github.com/vivier/qemu: linux-user: implement more loop ioctls Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/linux_loop.h')
| -rw-r--r-- | linux-user/linux_loop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/linux_loop.h b/linux-user/linux_loop.h index c69fea11e4..f80b96f1ff 100644 --- a/linux-user/linux_loop.h +++ b/linux-user/linux_loop.h @@ -96,6 +96,8 @@ struct loop_info64 { #define LOOP_CHANGE_FD 0x4C06 #define LOOP_SET_CAPACITY 0x4C07 #define LOOP_SET_DIRECT_IO 0x4C08 +#define LOOP_SET_BLOCK_SIZE 0x4C09 +#define LOOP_CONFIGURE 0x4C0A /* /dev/loop-control interface */ #define LOOP_CTL_ADD 0x4C80 |