]> Git Repo - qemu.git/commit - backends/cryptodev-vhost.c
cryptodev: add vhost support
authorGonglei <[email protected]>
Thu, 1 Mar 2018 13:46:29 +0000 (21:46 +0800)
committerMichael S. Tsirkin <[email protected]>
Thu, 1 Mar 2018 16:26:17 +0000 (18:26 +0200)
commit5da73dabe86162005dec83a039102b126944f03a
tree4c892d99660172149a8e6bb65527d6659bc1574e
parent042cea274c5854023e1d18626480190c0d64268e
cryptodev: add vhost support

Impliment the vhost-crypto's funtions, such as startup,
stop and notification etc. Introduce an enum
QCryptoCryptoDevBackendOptionsType in order to
identify the cryptodev vhost backend is vhost-user
or vhost-kernel-module (If exist).

At this point, the cryptdoev-vhost-user works.

Signed-off-by: Gonglei <[email protected]>
Signed-off-by: Longpeng(Mike) <[email protected]>
Signed-off-by: Jay Zhou <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
backends/cryptodev-builtin.c
backends/cryptodev-vhost-user.c
backends/cryptodev-vhost.c
hw/virtio/virtio-crypto.c
include/hw/virtio/virtio-crypto.h
include/sysemu/cryptodev-vhost-user.h [new file with mode: 0644]
include/sysemu/cryptodev.h
This page took 0.023114 seconds and 4 git commands to generate.