Re: [Qemu-devel] [PATCH v4 03/13] virtio-crypto: introduce virtio_crypto.h
On Wed, Sep 28, 2016 at 04:25:42PM +0800, Gonglei wrote: > Introdue the virtio_crypto.h which follows s/Introdue/Introduce/ signature.asc Description: PGP signature
[Qemu-devel] [PATCH v4 03/13] virtio-crypto: introduce virtio_crypto.h
Introdue the virtio_crypto.h which follows virtio-crypto specification. Signed-off-by: Gonglei --- include/standard-headers/linux/virtio_crypto.h | 508 + 1 file changed, 508 insertions(+) create mode 100644 include/standard-headers/linux/virtio_crypto.h diff --git a/in