From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL54P-0000xx-3i for qemu-devel@nongnu.org; Thu, 07 Jul 2016 04:54:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bL54K-0005Ig-Ru for qemu-devel@nongnu.org; Thu, 07 Jul 2016 04:54:04 -0400 From: Alberto Garcia In-Reply-To: <1467715800-20379-3-git-send-email-berrange@redhat.com> References: <1467715800-20379-1-git-send-email-berrange@redhat.com> <1467715800-20379-3-git-send-email-berrange@redhat.com> Date: Thu, 07 Jul 2016 10:53:59 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v1 2/2] Revert "block: don't register quorum driver if SHA256 support is unavailable" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org Cc: qemu-block@nongnu.org, Kevin Wolf , Fam Zheng , Max Reitz On Tue 05 Jul 2016 12:50:00 PM CEST, "Daniel P. Berrange" wrote: > The qcrypto hash APIs now guarantee that sha256 is available at > compile time, so skipping registration is rarely needed. A check > at time of open is kept to ensure good error reporting in the > (unlikely) case sha256 is runtime disabled. > > This reverts commit e94867ed5f241008d0f53142b2704a075f9ed505. Reviewed-by: Alberto Garcia Berto