diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-03-05 14:17:21 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-03-05 14:17:21 +0000 |
commit | b25b5ba83dc52ae311ed4fed8ac9861f9db30379 (patch) | |
tree | 3c96ca40f3dd09f2427ee957cb313d36ee53b41a /content.tex | |
parent | 431a52f42422c9db413e4d3a61393f7ad84b52a6 (diff) |
legacy message framing: console device
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@315 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'content.tex')
-rw-r--r-- | content.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/content.tex b/content.tex index b055d1a..b697293 100644 --- a/content.tex +++ b/content.tex @@ -4036,6 +4036,12 @@ MUST format the fields in struct virtio_console_control according to the native endian of the guest rather than (necessarily when not using the legacy interface) little-endian. +\subsubsection{Legacy Interface: Framing Requirements}\label{sec:Device +Types / Console Device / Legacy Interface: Framing Requirements} + +When using legacy interfaces, transitional drivers which have not +negotiated VIRTIO_F_ANY_LAYOUT MUST use only a single +descriptor for all buffers in the control receiveq and control transmitq. \section{Entropy Device}\label{sec:Device Types / Entropy Device} |