Re: [Qemu-devel] [PATCH for-2.9 v1 0/7] crypto: add HMAC algorithms support

2016-12-11 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [PATCH for-2.9 v1 0/7] crypto: add HMAC algorithms support Type: series Message-id: 1481527639-17520-1

[Qemu-devel] [PATCH for-2.9 v1 0/7] crypto: add HMAC algorithms support

2016-12-11 Thread Longpeng(Mike)
Since QEMU has been supported cryptodev, so it is necessary to support more crypto algorithms(i.e. hmac,aead) in QEMU backend. This patchset add HMAC algorithms support. Longpeng(Mike) (7): qapi: crypto: add defination about HMAC algorithms crypto: add HMAC algorithms framework configure: a