From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQanu-0002bS-0s for qemu-devel@nongnu.org; Tue, 02 Feb 2016 08:15:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQanp-0000lH-P1 for qemu-devel@nongnu.org; Tue, 02 Feb 2016 08:15:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQanp-0000lD-JU for qemu-devel@nongnu.org; Tue, 02 Feb 2016 08:15:29 -0500 From: "Daniel P. Berrange" Date: Tue, 2 Feb 2016 13:15:20 +0000 Message-Id: <1454418923-19489-1-git-send-email-berrange@redhat.com> Subject: [Qemu-devel] [PULL v1 0/3] Misc fixes for crypto/ code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell The following changes since commit 0430891ce162b986c6e02a7729a942ecd2a32ca4: hw: Clean up includes (2016-01-29 15:07:25 +0000) are available in the git repository at: git://github.com/berrange/qemu tags/pull-qcrypto-next-2016-02-02-1 for you to fetch changes up to c0377a7cc6cb46aba295b744d237aeed94087ac0: crypto: ensure qcrypto_hash_digest_len is always defined (2016-02-02 13:02:56 +0000) ---------------------------------------------------------------- Merge qcrypto-next 2016/2/2 v1 ---------------------------------------------------------------- Daniel P. Berrange (3): crypto: fix description of @errp parameter initialization crypto: register properties against the class instead of object crypto: ensure qcrypto_hash_digest_len is always defined crypto/hash.c | 30 +++++++++++++---------- crypto/secret.c | 60 ++++++++++++++++++++------------------------- crypto/tlscreds.c | 36 +++++++++++++++------------ crypto/tlscredsanon.c | 16 ++++-------- crypto/tlscredsx509.c | 26 ++++++++++---------- include/crypto/cipher.h | 8 +++--- include/crypto/hash.h | 12 ++++----- include/crypto/tlssession.h | 8 +++--- 8 files changed, 97 insertions(+), 99 deletions(-) -- 2.5.0