From f7df8764e3e35e541beaab9341e750ad8e8103d5 Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Mon, 10 Oct 2016 19:37:37 +0000 Subject: virtio: reserve device id for virtio crypto 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. VIRTIO-148 Suggested-by: Cornelia Huck Signed-off-by: Gonglei Message-Id: <1460685060-5904-1-git-send-email-arei.gonglei@huawei.com> Signed-off-by: Cornelia Huck git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/trunk@581 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- content.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content.tex b/content.tex index 1da979a..9f71106 100644 --- a/content.tex +++ b/content.tex @@ -3016,6 +3016,8 @@ Device ID & Virtio Device \\ \hline 19 & Socket device \\ \hline +20 & Crypto device \\ +\hline \end{tabular} Some of the devices above are unspecified by this document, -- cgit v1.2.3