On 16.07.19 18:19, Maxim Levitsky wrote: > preallocation=off and preallocation=metadata > both allocate luks header only, and preallocation=falloc/full > is passed to underlying file. > > Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1534951 > > Signed-off-by: Maxim Levitsky > --- > > This is hopefully a revision without coding style violations. > > Note that I still haven't tested the blockdev-create code, other that > compile testing it. > > Best regards, > Maxim Levitsky > > > block/crypto.c | 30 +++++++++++++++++++++++++++--- > qapi/block-core.json | 6 +++++- > 2 files changed, 32 insertions(+), 4 deletions(-) Thanks, applied to my block-next branch for 4.2: https://git.xanclic.moe/XanClic/qemu/commits/branch/block-next Max (The Patchew warning doesn’t look like it’s caused by this patch.)