OASIS Open Mailing List Archives  ·  All Lists  ·  virtio  ·  2014-02

virtio — archive

[Date Prev]  |  [Thread Prev]  |  [Thread Next]  |  [Date Next]   —  [Date Index]  |  [Thread Index]  |  [Month Index]  |  [List Home]

[PATCH 0/3] proposal: clarify meaning of LEXX tags for transitional devices


Signed-off-by: Michael S. Tsirkin <[email protected]> --- introduction.tex 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/introduction.tex b/introduction.tex index ca0264d..692e25b 100644 --- a/introduction.tex +++ b/introduction.tex @@ -68,7 +68,9 @@ conventions are used: item[u8, u16, u32, u64] An unsigned integer of the specified length in bits. item[le16, le32, le64] An unsigned integer of the specified length in bits, -in little-endian byte order. +in little-endian byte order; when used in a legacy environment - +an unsigned integer of the specified length in bits, in legacy +guest-endian byte order. item[be16, be32, be64] An unsigned integer of the specified length in bits, in big-endian byte order. -- MST

[Date Prev]  |  [Thread Prev]  |  [Thread Next]  |  [Date Next]   —  [Date Index]  |  [Thread Index]  |  [Month Index]  |  [List Home]