summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-crypto.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-crypto: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-20/+7Star
* qom: enforce readonly nature of link's check callbackIgor Mammedov2017-07-141-1/+1
* hw: Fix typos found by codespellStefan Weil2017-01-241-1/+1
* virtio-crypto: zeroize the key material before freeGonglei2017-01-101-1/+12
* virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...Gonglei2017-01-101-1/+15
* cryptodev: wrap the ready flagGonglei2017-01-101-2/+2
* cryptodev: introduce a new is_used propertyGonglei2017-01-101-0/+2
* virtio-crypto: use the correct length for cipher operationGonglei2017-01-101-1/+1
* virtio-crypto: fix possible integer and heap overflowGonglei2017-01-101-2/+2
* virtio-crypto: fix uninitialized variablesGonglei2016-11-301-1/+1
* virtio-crypto: fix virtio_queue_set_notification() raceStefan Hajnoczi2016-11-181-2/+11
* virtio-crypto: tag as not hotpluggable and migrationGonglei2016-11-151-0/+1
* virtio-crypto: using bh to handle dataq's requestsGonglei2016-11-011-2/+53
* cryptodev: introduce an unified wrapper for crypto operationGonglei2016-11-011-5/+5
* virtio-crypto: add data queue processing handlerGonglei2016-11-011-1/+357
* virtio-crypto: add control queue handlerGonglei2016-11-011-1/+298
* virtio-crypto: set capacity of algorithms supportedGonglei2016-11-011-0/+43
* virtio-crypto: add virtio crypto device emulationGonglei2016-11-011-0/+151