From f324e9e4fc89c9586b3f7d7c616c23b104b197e0 Mon Sep 17 00:00:00 2001 From: rusty Date: Thu, 23 Jan 2014 02:10:40 +0000 Subject: Formatting: fix feature bits for console device. Make them a description list like every other device. Signed-off-by: Rusty Russell git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@191 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- content.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'content.tex') diff --git a/content.tex b/content.tex index b038b0c..17d1bd7 100644 --- a/content.tex +++ b/content.tex @@ -3218,12 +3218,14 @@ data and outgoing characters are placed in the transmit queue. \subsection{Feature bits}\label{sec:Device Types / Console Device / Feature bits} - VIRTIO_CONSOLE_F_SIZE (0) Configuration cols and rows fields +\begin{description} +\item[VIRTIO_CONSOLE_F_SIZE (0)] Configuration cols and rows fields are valid. - VIRTIO_CONSOLE_F_MULTIPORT(1) Device has support for multiple +\item[VIRTIO_CONSOLE_F_MULTIPORT (1)] Device has support for multiple ports; configuration fields nr_ports and max_nr_ports are valid and control virtqueues will be used. +\end{description} \subsection{Device configuration layout}\label{sec:Device Types / Console Device / Device configuration layout} -- cgit v1.2.3