diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-01-23 02:10:40 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-01-23 02:10:40 +0000 |
commit | f324e9e4fc89c9586b3f7d7c616c23b104b197e0 (patch) | |
tree | 8b09b9693ef6e148b3e5c5611f46e950822b61d5 | |
parent | 6779cafec5cbbffc6f6eb6ba3ef7f213124fa2b5 (diff) |
Formatting: fix feature bits for console device.
Make them a description list like every other device.
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@191 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r-- | content.tex | 6 |
1 files changed, 4 insertions, 2 deletions
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} |