index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio-crypto.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-23
virtio-crypto: don't modify elem->in/out_sg
Stefan Hajnoczi
1
-3
/
+14
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
1
-3
/
+2
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-02-25
virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealize
Pan Nengyuan
1
-1
/
+2
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-1
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+2
2018-03-01
cryptodev: add vhost support
Gonglei
1
-0
/
+70
2017-07-14
virtio-crypto: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-20
/
+7
2017-07-14
qom: enforce readonly nature of link's check callback
Igor Mammedov
1
-1
/
+1
2017-01-24
hw: Fix typos found by codespell
Stefan Weil
1
-1
/
+1
2017-01-10
virtio-crypto: zeroize the key material before free
Gonglei
1
-1
/
+12
2017-01-10
virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...
Gonglei
1
-1
/
+15
2017-01-10
cryptodev: wrap the ready flag
Gonglei
1
-2
/
+2
2017-01-10
cryptodev: introduce a new is_used property
Gonglei
1
-0
/
+2
2017-01-10
virtio-crypto: use the correct length for cipher operation
Gonglei
1
-1
/
+1
2017-01-10
virtio-crypto: fix possible integer and heap overflow
Gonglei
1
-2
/
+2
2016-11-30
virtio-crypto: fix uninitialized variables
Gonglei
1
-1
/
+1
2016-11-18
virtio-crypto: fix virtio_queue_set_notification() race
Stefan Hajnoczi
1
-2
/
+11
2016-11-15
virtio-crypto: tag as not hotpluggable and migration
Gonglei
1
-0
/
+1
2016-11-01
virtio-crypto: using bh to handle dataq's requests
Gonglei
1
-2
/
+53
2016-11-01
cryptodev: introduce an unified wrapper for crypto operation
Gonglei
1
-5
/
+5
2016-11-01
virtio-crypto: add data queue processing handler
Gonglei
1
-1
/
+357
2016-11-01
virtio-crypto: add control queue handler
Gonglei
1
-1
/
+298
2016-11-01
virtio-crypto: set capacity of algorithms supported
Gonglei
1
-0
/
+43
2016-11-01
virtio-crypto: add virtio crypto device emulation
Gonglei
1
-0
/
+151