diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-03-02 21:34:16 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-03-02 21:34:16 +0000 |
commit | 61e96946bb276abd485cf4f605f9f8a6efc3e005 (patch) | |
tree | eaa8510fd8a489cbfec9b347eee3ba2897955b45 | |
parent | e0c73f5462c8fe1fd7adae5620828c42042370af (diff) |
legacy: clarify general note on endian-ness
Change accepted on VIRTIO TC Meeting, 3 December 2013
this is a non normative section.
we merely mention that details are given
for each device.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@289 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r-- | content.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content.tex b/content.tex index 7eb08d0..744ba34 100644 --- a/content.tex +++ b/content.tex @@ -230,6 +230,7 @@ by the device. Note that for legacy interfaces, device configuration space is generally the guest's native endian, rather than PCI's little-endian. +The correct endian-ness is documented explicitly for each device. \subsection{Legacy Interface: Device Configuration Space}\label{sec:Basic Facilities of a Virtio Device / Device Configuration Space / Legacy Interface: Device Configuration Space} |