diff mbox

virtio: reserve device id for virtio crypto

Message ID 1460685060-5904-1-git-send-email-arei.gonglei@huawei.com
State New
Headers show

Commit Message

Gonglei (Arei) April 15, 2016, 1:51 a.m. UTC
Reserve a device ID for virtio crypto device to
avoid collisions with other new virtio devices.

Because 19 had been reserved for virtio socket
device, I'd like to reserve 20 for crypto device.

Suggested-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
---
 content.tex | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefan Hajnoczi April 19, 2016, 1:16 p.m. UTC | #1
On Fri, Apr 15, 2016 at 09:51:00AM +0800, Gonglei wrote:
> Reserve a device ID for virtio crypto device to
> avoid collisions with other new virtio devices.
> 
> Because 19 had been reserved for virtio socket
> device, I'd like to reserve 20 for crypto device.
> 
> Suggested-by: Cornelia Huck <cornelia.huck@de.ibm.com>
> Signed-off-by: Gonglei <arei.gonglei@huawei.com>
> ---
>  content.tex | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
diff mbox

Patch

diff --git a/content.tex b/content.tex
index d989d98..cb35f50 100644
--- a/content.tex
+++ b/content.tex
@@ -2990,6 +2990,8 @@  Device ID  &  Virtio Device    \\
 \hline
 18         &   Input device \\
 \hline
+20         &   Crypto device \\
+\hline
 \end{tabular}
 
 Some of the devices above are unspecified by this document,