Hi Michael,
>
From: <-
> open.org> On Behalf Of Michael S. Tsirkin
> I pushed the rebase to tag mst-admin-v13 on github.
>
> Don't have time for tweaks it's a holiday.
> I usually leave patches on list for a week or so.
> If no comments I will post v13 and we will roll a vote.
Please take below small fixes hunk to v13.
Without these fixes pdf generation script stops; on manual intervention generated new tables in pdf are not readable.
--- a/admin.tex
+++ b/admin.tex
@@ -109,7 +109,7 @@ \subsection{Group administration commands}\label{sec:Basic Facilities of a Virti
\field{opcode} specifies the command. The valid
values for \field{opcode} can be found in the following table:
-\begin{tabular}{|l|l|}
+\begin{tabularx}{\textwidth}{ |l||l|X| }
\hline
opcode & Name & Command Description \\
\hline \hline
@@ -119,11 +119,11 @@ \subsection{Group administration commands}\label{sec:Basic Facilities of a Virti
\hline
0x8000 - 0xFFFF & - & Reserved for future commands (possibly using a different structure)
\\
\hline
-\end{tabular}
+\end{tabularx}
The \field{group_type} specifies the group type identifier.
The \field{group_member_id} specifies the member identifier within the group.
-See section \ref{sec:Introduction / Terminology / Device group}
+See section \ref{sec:Basic Facilities of a Virtio Device / Device groups}
for the definition of the group type identifier and group member
identifier.
@@ -155,7 +155,8 @@ \subsection{Group administration commands}\label{sec:Basic Facilities of a Virti
is reserved and set to zero by the device.
The following table describes possible \field{status_qualifier} values:
-\begin{tabular}{|l|l|l|}
+
+\begin{tabularx}{\textwidth}{ |l||l|X| }
\hline
Status & Name & Description \\
\hline \hline
@@ -177,7 +178,7 @@ \subsection{Group administration commands}\label{sec:Basic Facilities of a Virti
\hline
0x08-0xFFFF
& -
& reserved for future use \\
\hline
-\end{tabular}
+\end{tabularx}