Re: [Qemu-devel] [PATCH v2 0/6] luks: Implement .bdrv_co_create

2018-03-12 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180312150218.1314-1-kw...@redhat.com Subject: [Qemu-devel] [PATCH v2 0/6] luks: Implement .bdrv_co_create === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git

Re: [Qemu-devel] [PATCH v2 0/6] luks: Implement .bdrv_co_create

2018-03-12 Thread Kevin Wolf
Am 12.03.2018 um 16:02 hat Kevin Wolf geschrieben: > This series implements the .bdrv_co_create callback for luks, adds an > image creation test for it and contains some bonus fixes for bugs that > the test triggered. > > v2: > - Use QCryptoBlockCreateOptionsLUKS as the base type for >

[Qemu-devel] [PATCH v2 0/6] luks: Implement .bdrv_co_create

2018-03-12 Thread Kevin Wolf
This series implements the .bdrv_co_create callback for luks, adds an image creation test for it and contains some bonus fixes for bugs that the test triggered. v2: - Use QCryptoBlockCreateOptionsLUKS as the base type for BlockdevCreateOptionsLUKS [Dan] - Use INT64_MAX instead of UINT64_MAX as