]> git.ipfire.org Git - thirdparty/qemu.git/commit - qemu-options.hx
cryptodev: add vhost-user as a new cryptodev backend
authorGonglei <arei.gonglei@huawei.com>
Thu, 1 Mar 2018 13:46:28 +0000 (21:46 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 1 Mar 2018 16:26:17 +0000 (18:26 +0200)
commit042cea274c5854023e1d18626480190c0d64268e
tree18c53924b3847a6b7f2c600a35ab16b1fe3a7998
parent59fbfed9b814f7e6d55adf9b3a978ee2c987d05b
cryptodev: add vhost-user as a new cryptodev backend

Usage:
 -chardev socket,id=charcrypto0,path=/path/to/your/socket
 -object cryptodev-vhost-user,id=cryptodev0,chardev=charcrypto0
 -device virtio-crypto-pci,id=crypto0,cryptodev=cryptodev0

Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Longpeng(Mike) <longpeng2@huawei.com>
Signed-off-by: Jay Zhou <jianjay.zhou@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
backends/Makefile.objs
backends/cryptodev-vhost-user.c [new file with mode: 0644]
backends/cryptodev-vhost.c [new file with mode: 0644]
configure
include/sysemu/cryptodev-vhost.h [new file with mode: 0644]
qemu-options.hx
vl.c