aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-crypto.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-23virtio-crypto: don't modify elem->in/out_sgStefan Hajnoczi1-3/+14
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster1-3/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-02-25virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealizePan Nengyuan1-1/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2018-03-01cryptodev: add vhost supportGonglei1-0/+70
2017-07-14virtio-crypto: Convert to DEFINE_PROP_LINKFam Zheng1-20/+7
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov1-1/+1
2017-01-24hw: Fix typos found by codespellStefan Weil1-1/+1
2017-01-10virtio-crypto: zeroize the key material before freeGonglei1-1/+12
2017-01-10virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...Gonglei1-1/+15
2017-01-10cryptodev: wrap the ready flagGonglei1-2/+2
2017-01-10cryptodev: introduce a new is_used propertyGonglei1-0/+2
2017-01-10virtio-crypto: use the correct length for cipher operationGonglei1-1/+1
2017-01-10virtio-crypto: fix possible integer and heap overflowGonglei1-2/+2
2016-11-30virtio-crypto: fix uninitialized variablesGonglei1-1/+1
2016-11-18virtio-crypto: fix virtio_queue_set_notification() raceStefan Hajnoczi1-2/+11
2016-11-15virtio-crypto: tag as not hotpluggable and migrationGonglei1-0/+1
2016-11-01virtio-crypto: using bh to handle dataq's requestsGonglei1-2/+53
2016-11-01cryptodev: introduce an unified wrapper for crypto operationGonglei1-5/+5
2016-11-01virtio-crypto: add data queue processing handlerGonglei1-1/+357
2016-11-01virtio-crypto: add control queue handlerGonglei1-1/+298
2016-11-01virtio-crypto: set capacity of algorithms supportedGonglei1-0/+43
2016-11-01virtio-crypto: add virtio crypto device emulationGonglei1-0/+151