aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-crypto.c
AgeCommit message (Expand)Author
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-03-01cryptodev: add vhost supportGonglei
2017-07-14virtio-crypto: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov
2017-01-24hw: Fix typos found by codespellStefan Weil
2017-01-10virtio-crypto: zeroize the key material before freeGonglei
2017-01-10virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...Gonglei
2017-01-10cryptodev: wrap the ready flagGonglei
2017-01-10cryptodev: introduce a new is_used propertyGonglei
2017-01-10virtio-crypto: use the correct length for cipher operationGonglei
2017-01-10virtio-crypto: fix possible integer and heap overflowGonglei
2016-11-30virtio-crypto: fix uninitialized variablesGonglei
2016-11-18virtio-crypto: fix virtio_queue_set_notification() raceStefan Hajnoczi
2016-11-15virtio-crypto: tag as not hotpluggable and migrationGonglei
2016-11-01virtio-crypto: using bh to handle dataq's requestsGonglei
2016-11-01cryptodev: introduce an unified wrapper for crypto operationGonglei
2016-11-01virtio-crypto: add data queue processing handlerGonglei
2016-11-01virtio-crypto: add control queue handlerGonglei
2016-11-01virtio-crypto: set capacity of algorithms supportedGonglei
2016-11-01virtio-crypto: add virtio crypto device emulationGonglei