[PATCH 0/4] device ID reservation patches

From
Cornelia Huck <>
Date
2016-08-03T17:18:00+00:00
ID
Thread
[PATCH 0/4] device ID reservation patches
From: Gonglei <>  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: <> Signed-off-by: Cornelia Huck <> ---  content.tex
2 ++  1 file changed, 2 insertions(+)  diff --git a/content.tex b/content.tex index 4eebfc6..5beedd9 100644 --- a/content.tex +++ b/content.tex @@ -3000,6 +3000,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, --  2.9.2