]> git.proxmox.com Git - mirror_qemu.git/history - hw/virtio/virtio-crypto.c
qom: enforce readonly nature of link's check callback
[mirror_qemu.git] / hw / virtio / virtio-crypto.c
2017-07-14 Igor Mammedovqom: enforce readonly nature of link's check callback
2017-01-25 Peter MaydellMerge remote-tracking branch 'remotes/gkurz/tags/for...
2017-01-25 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20170...
2017-01-25 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2017-01-25 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/trivial...
2017-01-24 Stefan Weilhw: Fix typos found by codespell
2017-01-10 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2017-01-10 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2017-01-10 Gongleivirtio-crypto: zeroize the key material before free
2017-01-10 Gongleivirtio-crypto: avoid one cryptodev device is used by...
2017-01-10 Gongleicryptodev: wrap the ready flag
2017-01-10 Gongleicryptodev: introduce a new is_used property
2017-01-10 Gongleivirtio-crypto: use the correct length for cipher operation
2017-01-10 Gongleivirtio-crypto: fix possible integer and heap overflow
2016-12-01 Stefan HajnocziMerge remote-tracking branch 'dgibson/tags/ppc-for...
2016-12-01 Stefan HajnocziMerge remote-tracking branch 'mst/tags/for_upstream...
2016-11-30 Gongleivirtio-crypto: fix uninitialized variables
2016-11-21 Stefan HajnocziMerge remote-tracking branch 'sstabellini/tags/xen...
2016-11-21 Stefan HajnocziMerge remote-tracking branch 'mst/tags/for_upstream...
2016-11-18 Stefan Hajnoczivirtio-crypto: fix virtio_queue_set_notification()...
2016-11-15 Stefan HajnocziMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2016-11-15 Gongleivirtio-crypto: tag as not hotpluggable and migration
2016-11-04 Stefan HajnocziMerge remote-tracking branch 'sstabellini/tags/xen...
2016-11-03 Stefan HajnocziMerge remote-tracking branch 'remotes/bonzini/tags...
2016-11-03 Stefan HajnocziMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2016-11-01 Gongleivirtio-crypto: using bh to handle dataq's requests
2016-11-01 Gongleicryptodev: introduce an unified wrapper for crypto...
2016-11-01 Gongleivirtio-crypto: add data queue processing handler
2016-11-01 Gongleivirtio-crypto: add control queue handler
2016-11-01 Gongleivirtio-crypto: set capacity of algorithms supported
2016-11-01 Gongleivirtio-crypto: add virtio crypto device emulation