Re: [Qemu-devel] [PATCH v6 5/9] crypto: Switch to QEMU UUID API

2016-09-17 Thread Eric Blake
On 08/17/2016 02:28 AM, Fam Zheng wrote: > The uuid generation doesn't return error, so update the function > signature and calling code accordingly. > > Signed-off-by: Fam Zheng > --- > crypto/block-luks.c | 26 +++--- > 1 file changed, 7 insertions(+), 19 deletions(-) > R

[Qemu-devel] [PATCH v6 5/9] crypto: Switch to QEMU UUID API

2016-08-17 Thread Fam Zheng
The uuid generation doesn't return error, so update the function signature and calling code accordingly. Signed-off-by: Fam Zheng --- crypto/block-luks.c | 26 +++--- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/crypto/block-luks.c b/crypto/block-luks.c inde