qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] virtio: reserve device id for virtio crypto


From: Gonglei
Subject: [Qemu-devel] [PATCH] virtio: reserve device id for virtio crypto
Date: Fri, 15 Apr 2016 09:51:00 +0800

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 <address@hidden>
Signed-off-by: Gonglei <address@hidden>
---
 content.tex | 2 ++
 1 file changed, 2 insertions(+)

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,
-- 
1.7.12.4





reply via email to

[Prev in Thread] Current Thread [Next in Thread]