diff options
| author | Gonglei | 2016-10-28 10:33:23 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2016-10-30 19:06:22 +0100 |
| commit | 1653a5f3fc79bc5f3d43b09d23c225c04d4f14d0 (patch) | |
| tree | 02e727093f094d9bb2eb68c1fac428d73d4546e9 /backends/Makefile.objs | |
| parent | virtio-crypto: introduce virtio_crypto.h (diff) | |
| download | qemu-1653a5f3fc79bc5f3d43b09d23c225c04d4f14d0.tar.gz qemu-1653a5f3fc79bc5f3d43b09d23c225c04d4f14d0.tar.xz qemu-1653a5f3fc79bc5f3d43b09d23c225c04d4f14d0.zip | |
cryptodev: introduce a new cryptodev backend
The new cryptodev backend named cryptodev-builtin,
which realized by QEMU cipher APIs. These APIs can
be backed by either nettle or gcrypt.
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.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/Makefile.objs b/backends/Makefile.objs index 55bd43d111..18469980e6 100644 --- a/backends/Makefile.objs +++ b/backends/Makefile.objs @@ -11,3 +11,4 @@ common-obj-y += hostmem.o hostmem-ram.o common-obj-$(CONFIG_LINUX) += hostmem-file.o common-obj-y += cryptodev.o +common-obj-y += cryptodev-builtin.o |
