virtio — archive
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
— [Date Index]
| [Thread Index]
| [Month Index]
| [List Home]
[PATCH 0/4] device ID reservation patches
From: Gonglei <[email protected]> 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 <[email protected]> Signed-off-by: Gonglei <[email protected]> Message-Id: <[email protected]> Signed-off-by: Cornelia Huck <[email protected]> --- 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
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
— [Date Index]
| [Thread Index]
| [Month Index]
| [List Home]