mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 14:37:42 -07:00
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>
This commit is contained in:
parent
2bd3c31a60
commit
d0ee7a135f
3 changed files with 326 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue