index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio-crypto.c
Age
Commit message (
Expand
)
Author
2024-07-21
hw/virtio/virtio-crypto: Fix op_code assignment in virtio_crypto_create_asym_...
Zheyu Ma
2024-04-10
hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs
Philippe Mathieu-Daudé
2023-12-30
hw/virtio: Constify VMState
Richard Henderson
2023-09-21
hw/other: spelling fixes
Michael Tokarev
2023-08-03
virtio-crypto: verify src&dst buffer length for sym request
zhenwei pi
2023-07-10
hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX comments
Alex Bennée
2023-06-23
hw/virtio: Remove unnecessary 'virtio-access.h' header
Philippe Mathieu-Daudé
2023-05-19
virtio-crypto: fix NULL pointer dereference in virtio_crypto_free_request
Mauro Matteo Cascella
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-03-07
cryptodev: Use CryptoDevBackendOpInfo for operation
zhenwei pi
2023-03-07
cryptodev: Introduce server type in QAPI
zhenwei pi
2023-03-07
cryptodev: Introduce cryptodev alg type in QAPI
zhenwei pi
2023-01-08
virtio: introduce macro VIRTIO_CONFIG_IRQ_IDX
Cindy Lu
2022-11-02
virtio-crypto: Support asynchronous mode
Lei He
2022-10-04
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-06-16
crypto: Introduce RSA algorithm
zhenwei pi
2022-05-16
virtio: add vhost support for virtio devices
Jonah Palmer
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
2022-05-13
hw/virtio: Replace g_memdup() by g_memdup2()
Philippe Mathieu-Daudé
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-01-10
Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"
Michael S. Tsirkin
2022-01-06
virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
Cindy Lu
2020-09-23
virtio-crypto: don't modify elem->in/out_sg
Stefan Hajnoczi
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-02-25
virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealize
Pan Nengyuan
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-03-01
cryptodev: add vhost support
Gonglei
2017-07-14
virtio-crypto: Convert to DEFINE_PROP_LINK
Fam Zheng
2017-07-14
qom: enforce readonly nature of link's check callback
Igor Mammedov
2017-01-24
hw: Fix typos found by codespell
Stefan Weil
2017-01-10
virtio-crypto: zeroize the key material before free
Gonglei
2017-01-10
virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...
Gonglei
2017-01-10
cryptodev: wrap the ready flag
Gonglei
2017-01-10
cryptodev: introduce a new is_used property
Gonglei
2017-01-10
virtio-crypto: use the correct length for cipher operation
Gonglei
2017-01-10
virtio-crypto: fix possible integer and heap overflow
Gonglei
2016-11-30
virtio-crypto: fix uninitialized variables
Gonglei
2016-11-18
virtio-crypto: fix virtio_queue_set_notification() race
Stefan Hajnoczi
2016-11-15
virtio-crypto: tag as not hotpluggable and migration
Gonglei
2016-11-01
virtio-crypto: using bh to handle dataq's requests
Gonglei
2016-11-01
cryptodev: introduce an unified wrapper for crypto operation
Gonglei
2016-11-01
virtio-crypto: add data queue processing handler
Gonglei
2016-11-01
virtio-crypto: add control queue handler
Gonglei
2016-11-01
virtio-crypto: set capacity of algorithms supported
Gonglei
2016-11-01
virtio-crypto: add virtio crypto device emulation
Gonglei