diff options
| author | Gonglei | 2016-10-28 10:33:24 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2016-11-01 18:21:08 +0100 |
| commit | ea4d8ac2daea311d186569efab6b9a271a24190f (patch) | |
| tree | 7af7d6b6aa787d65b6d5bb416dbd709ccf90a436 /include/standard-headers | |
| parent | cryptodev: introduce a new cryptodev backend (diff) | |
| download | qemu-ea4d8ac2daea311d186569efab6b9a271a24190f.tar.gz qemu-ea4d8ac2daea311d186569efab6b9a271a24190f.tar.xz qemu-ea4d8ac2daea311d186569efab6b9a271a24190f.zip | |
virtio-crypto: add virtio crypto device emulation
Introduce the virtio crypto realization, I'll
finish the core code in the following patches. The
thoughts came from virtio net realization.
For more information see:
http://qemu-project.org/Features/VirtioCrypto
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/standard-headers')
| -rw-r--r-- | include/standard-headers/linux/virtio_ids.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/standard-headers/linux/virtio_ids.h b/include/standard-headers/linux/virtio_ids.h index 3228d58223..fe74e422d4 100644 --- a/include/standard-headers/linux/virtio_ids.h +++ b/include/standard-headers/linux/virtio_ids.h @@ -42,5 +42,5 @@ #define VIRTIO_ID_GPU 16 /* virtio GPU */ #define VIRTIO_ID_INPUT 18 /* virtio input */ #define VIRTIO_ID_VSOCK 19 /* virtio vsock transport */ - +#define VIRTIO_ID_CRYPTO 20 /* virtio crypto */ #endif /* _LINUX_VIRTIO_IDS_H */ |
