cryptodev: introduce cryptodev backend interface
commitd0ee7a135fe499dd900bdca4d70efc2beaa6ef9c
authorGonglei <arei.gonglei@huawei.com>
Fri, 28 Oct 2016 08:33:20 +0000 (28 16:33 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 30 Oct 2016 18:06:22 +0000 (30 20:06 +0200)
tree3aab280428b92950c9f7b5e7f6a34b4fd559d5e8
parent2bd3c31a606e38ba12156d8ec11b9226354a2aff
cryptodev: introduce cryptodev backend interface

cryptodev backend interface is used to realize the active work for
virtual crypto device.

This patch only add the framework, doesn't include specific operations.

Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
backends/Makefile.objs
backends/cryptodev.c [new file with mode: 0644]
include/sysemu/cryptodev.h [new file with mode: 0644]