Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | editorial: explain each structure before use | Michael S. Tsirkin | 2019-03-21 | 1 | -0/+2 |
| | | | | | | | | | | | Several structures are listed before they are introduced in some way. Add a sentence before each one so they don't appear prior to any prose. Fixes: https://issues.oasis-open.org/browse/VIRTIO-166 Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> | ||||
* | crypto: fix label name | Michael S. Tsirkin | 2018-10-19 | 1 | -1/+1 |
| | | | | fixes multiply defined label error | ||||
* | virtio-crypto: Add virtio crypto device specification | Longpeng(Mike) | 2018-10-19 | 1 | -0/+1533 |
The virtio crypto device is a virtual crypto device (ie. hardware crypto accelerator card). Currently, the virtio crypto device provides the following crypto services: CIPHER, MAC, HASH, and AEAD. In this patch, CIPHER, MAC, HASH, AEAD services are introduced. VIRTIO-153 Signed-off-by: Gonglei <arei.gonglei@huawei.com> Signed-off-by: Zhoujian <jianjay.zhou@huawei.com> Signed-off-by: Longpeng(Mike) <longpeng2@huawei.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |