Re: [Qemu-devel] [PATCH v2 0/3] crypto: add ctr mode support and little inprovement

2016-09-26 Thread Gonglei (Arei)
AM > > > To: Gonglei (Arei) > > > Cc: f...@redhat.com; qemu-devel@nongnu.org; Gonglei (Arei); Wubin (H) > > > Subject: Re: [Qemu-devel] [PATCH v2 0/3] crypto: add ctr mode support and > > > little inprovement > > > > > > Hi, > > > > > &

Re: [Qemu-devel] [PATCH v2 0/3] crypto: add ctr mode support and little inprovement

2016-09-26 Thread Daniel P. Berrange
qemu-devel@nongnu.org; Gonglei (Arei); Wubin (H) > > Subject: Re: [Qemu-devel] [PATCH v2 0/3] crypto: add ctr mode support and > > little inprovement > > > > Hi, > > > > Your series failed automatic build test. Please find the testing commands > > and > &g

Re: [Qemu-devel] [PATCH v2 0/3] crypto: add ctr mode support and little inprovement

2016-09-23 Thread Gonglei (Arei)
ge-id: 1474683000-346560-1-git-send-email-arei.gong...@huawei.com > Subject: [Qemu-devel] [PATCH v2 0/3] crypto: add ctr mode support and little > inprovement > > === TEST SCRIPT BEGIN === > #!/bin/bash > set -e > git submodule update --init dtc > make J=8 docker-test-quick@centos6

Re: [Qemu-devel] [PATCH v2 0/3] crypto: add ctr mode support and little inprovement

2016-09-23 Thread no-reply
] crypto: add ctr mode support and little inprovement === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc make J=8 docker-test-quick@centos6 make J=8 docker-test-mingw@fedora === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 From https://github.com

[Qemu-devel] [PATCH v2 0/3] crypto: add ctr mode support and little inprovement

2016-09-23 Thread Gonglei
Please see the detailed description in each patch. v2: - fix qtest complaint in cipher-builtin backend. - introduce patch 2 and patch 3. Gonglei (3): crypto: add CTR mode support crypto: extend mode as a parameter in qcrypto_cipher_supports() crypto: add mode check in qcrypto_cipher_new()