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
/
include
/
sysemu
/
cryptodev.h
Age
Commit message (
Expand
)
Author
2023-09-08
include/: spelling fixes
Michael Tokarev
2023-03-07
cryptodev: support QoS
zhenwei pi
2023-03-07
cryptodev: Account statistics
zhenwei pi
2023-03-07
cryptodev: Use CryptoDevBackendOpInfo for operation
zhenwei pi
2023-03-07
cryptodev: Introduce cryptodev alg type in QAPI
zhenwei pi
2023-03-07
cryptodev: Remove 'name' & 'model' fields
zhenwei pi
2023-03-07
cryptodev: Introduce cryptodev.json
zhenwei pi
2022-11-02
cryptodev: Add a lkcf-backend for cryptodev
Lei He
2022-11-02
virtio-crypto: Support asynchronous mode
Lei He
2022-06-16
crypto: Introduce RSA algorithm
zhenwei pi
2020-10-27
cryptodev: Fix Lesser GPL version number
Chetan Pant
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-03-16
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2018-03-01
cryptodev: add vhost support
Gonglei
2017-01-10
cryptodev: wrap the ready flag
Gonglei
2017-01-10
cryptodev: introduce a new is_used property
Gonglei
2016-11-01
cryptodev: introduce an unified wrapper for crypto operation
Gonglei
2016-10-30
cryptodev: add symmetric algorithm operation stuff
Gonglei
2016-10-30
cryptodev: introduce cryptodev backend interface
Gonglei