Re: [Qemu-devel] [PATCH v2 6/8] crypto: Switch to QEMU UUID API

2016-08-08 Thread Daniel P. Berrange
On Mon, Aug 08, 2016 at 02:09:26PM +0800, 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

[Qemu-devel] [PATCH v2 6/8] crypto: Switch to QEMU UUID API

2016-08-07 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