OASIS Open Mailing List Archives  ·  All Lists  ·  virtio  ·  2023-10

virtio — archive

[Date Prev]  |  [Thread Prev]  |  [Thread Next]  |  [Date Next]   —  [Date Index]  |  [Thread Index]  |  [Month Index]  |  [List Home]

[PATCH] editorial: allow for longer device id table


Move to "longtable" to allow the table to span multiple pages (it became too long to fit on one page with the latest addition.) Signed-off-by: Cornelia Huck <[email protected]> --- I plan to put this on top of the 1.4 branch when I push the TEE ID. It centers the table, which looks nicer IMHO. --- content.tex 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content.tex b/content.tex index 644aa4aaeb04..98b9c319a666 100644 --- a/content.tex +++ b/content.tex @@ -649,7 +649,7 @@ chapter{Device Types}label{sec:Device Types} Discovering what devices are available and their type is bus-dependent. -egin{tabular} { l c } +egin{longtable} { l c } hline Device ID & Virtio Device \ hline hline @@ -741,7 +741,7 @@ chapter{Device Types}label{sec:Device Types} hline 46 & TEE device \ hline -end{tabular} +end{longtable} Some of the devices above are unspecified by this document, because they are seen as immature or especially niche. Be warned -- 2.41.0

[Date Prev]  |  [Thread Prev]  |  [Thread Next]  |  [Date Next]   —  [Date Index]  |  [Thread Index]  |  [Month Index]  |  [List Home]