The following changes since commit a3b343772114c8c98986508f3352a631164f913c:
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2016-07-19 15:08:05 +0100) are available in the git repository at: git://github.com/berrange/qemu tags/pull-qcrypto-2016-07-20-1 for you to fetch changes up to 718083de8051736bba02f10dc4a88bd14ff6b79b: crypto: don't open-code qcrypto_hash_supports (2016-07-19 16:46:23 +0100) ---------------------------------------------------------------- Merge qcrypto-next 2016/07/20 v1 ---------------------------------------------------------------- Daniel P. Berrange (2): crypto: use glib as fallback for hash algorithm crypto: don't open-code qcrypto_hash_supports crypto/Makefile.objs | 2 +- crypto/hash-gcrypt.c | 3 +- crypto/hash-glib.c | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++ crypto/hash-nettle.c | 3 +- crypto/hash-stub.c | 41 ----------------------- 5 files changed, 96 insertions(+), 46 deletions(-) create mode 100644 crypto/hash-glib.c delete mode 100644 crypto/hash-stub.c -- 2.7.4