Re: [Qemu-devel] [PATCH v6 00/18] crypto: add afalg-backend support

2017-07-18 Thread Daniel P. Berrange
On Fri, Jul 14, 2017 at 02:03:53PM -0400, longpeng.m...@gmail.com wrote: > From: "Longpeng(Mike)" > > The AF_ALG socket family is the userspace interface for linux > crypto API, users can use it to access hardware accelerators. > > This patchset adds a afalg-backend for qemu crypto subsystem. QE

[Qemu-devel] [PATCH v6 00/18] crypto: add afalg-backend support

2017-07-14 Thread longpeng . mike
From: "Longpeng(Mike)" The AF_ALG socket family is the userspace interface for linux crypto API, users can use it to access hardware accelerators. This patchset adds a afalg-backend for qemu crypto subsystem. QEMU would try to use afalg-backend first if configures '--enable-crypto -afalg' and ho