Re: [Qemu-block] [PATCH v8 07/12] tests: No longer dependent on CONFIG_UUID

2016-09-18 Thread Jeff Cody
On Sun, Sep 18, 2016 at 12:25:27PM +0800, Fam Zheng wrote: > crypto now uses built-in uuid implementation, so this check is not > needed. > > Signed-off-by: Fam Zheng > Reviewed-by: Eric Blake > --- > tests/test-crypto-block.c | 2 +- > 1 file changed, 1

[Qemu-block] [PATCH v8 07/12] tests: No longer dependent on CONFIG_UUID

2016-09-17 Thread Fam Zheng
crypto now uses built-in uuid implementation, so this check is not needed. Signed-off-by: Fam Zheng Reviewed-by: Eric Blake --- tests/test-crypto-block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-crypto-block.c