summaryrefslogtreecommitdiffstats
path: root/backends/Makefile.objs
diff options
context:
space:
mode:
authorGonglei2016-10-28 10:33:20 +0200
committerMichael S. Tsirkin2016-10-30 19:06:22 +0100
commitd0ee7a135fe499dd900bdca4d70efc2beaa6ef9c (patch)
tree3aab280428b92950c9f7b5e7f6a34b4fd559d5e8 /backends/Makefile.objs
parentvirtio: inline set_host_notifier_internal (diff)
downloadqemu-d0ee7a135fe499dd900bdca4d70efc2beaa6ef9c.tar.gz
qemu-d0ee7a135fe499dd900bdca4d70efc2beaa6ef9c.tar.xz
qemu-d0ee7a135fe499dd900bdca4d70efc2beaa6ef9c.zip
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>
Diffstat (limited to 'backends/Makefile.objs')
-rw-r--r--backends/Makefile.objs2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/Makefile.objs b/backends/Makefile.objs
index 31a3a894f5..55bd43d111 100644
--- a/backends/Makefile.objs
+++ b/backends/Makefile.objs
@@ -9,3 +9,5 @@ common-obj-$(CONFIG_TPM) += tpm.o
common-obj-y += hostmem.o hostmem-ram.o
common-obj-$(CONFIG_LINUX) += hostmem-file.o
+
+common-obj-y += cryptodev.o