|
From: | Gonglei |
Subject: | Re: [Qemu-devel] [PATCH v3 07/10] block: convert quorum blockdrv to use crypto APIs |
Date: | Tue, 23 Jun 2015 10:17:55 +0800 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
On 2015/6/19 1:02, Daniel P. Berrange wrote: > Get rid of direct use of gnutls APIs in quorum blockdrv in > favour of using the crypto APIs. This avoids the need to > do conditional compilation of the quorum driver. It can > simply report an error at file open file instead if the > required hash algorithm isn't supported by QEMU. > > Signed-off-by: Daniel P. Berrange <address@hidden> > --- > block/Makefile.objs | 2 +- > block/quorum.c | 41 ++++++++++++++++++++++------------------- > configure | 39 --------------------------------------- > 3 files changed, 23 insertions(+), 59 deletions(-) Reviewed-by: Gonglei <address@hidden>
[Prev in Thread] | Current Thread | [Next in Thread] |