Re: [Qemu-devel] [PATCH v9 06/13] crypto: Switch to QEMU UUID API

2016-09-21 Thread Daniel P. Berrange
On Wed, Sep 21, 2016 at 12:27:19PM +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 > Reviewed-by: Eric Blake > Reviewed-by: Jeff Cody > --- > crypto/block-luks.c | 26 +++--

[Qemu-devel] [PATCH v9 06/13] crypto: Switch to QEMU UUID API

2016-09-20 Thread Fam Zheng
The uuid generation doesn't return error, so update the function signature and calling code accordingly. Signed-off-by: Fam Zheng Reviewed-by: Eric Blake Reviewed-by: Jeff Cody --- crypto/block-luks.c | 26 +++--- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git