summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-crypto.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-crypto: Support asynchronous modeLei He2022-11-021-147/+190
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-10-041-1/+1
* crypto: Introduce RSA algorithmzhenwei pi2022-06-161-66/+257
* virtio: add vhost support for virtio devicesJonah Palmer2022-05-161-0/+10
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-1/+1
* hw/virtio: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé2022-05-131-3/+3
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin2022-01-101-6/+0Star
* virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu2022-01-061-0/+6
* virtio-crypto: don't modify elem->in/out_sgStefan Hajnoczi2020-09-231-3/+14
* qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster2020-07-211-3/+2Star
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealizePan Nengyuan2020-02-251-1/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* cryptodev: add vhost supportGonglei2018-03-011-0/+70
* 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