aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-crypto.c
AgeCommit message (Expand)Author
2023-01-08virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu
2022-11-02virtio-crypto: Support asynchronous modeLei He
2022-10-04Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-06-16crypto: Introduce RSA algorithmzhenwei pi
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer
2022-05-13hw/virtio: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-01-10Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin
2022-01-06virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu
2020-09-23virtio-crypto: don't modify elem->in/out_sgStefan Hajnoczi
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-02-25virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealizePan Nengyuan
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
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