OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [PATCH 0/6] VIRTIO-9 Little Endian everywhere.


OK, this builds on Michael's endianness patches and my previous
effort, does some sweeps through the document for consistency and
adds Legacy Interface notes.

This assumes we go for "LE everywhere" rather than "LE for everything
except CCW".  Cornelia is still away, so I'm making that call for the
moment.

Cheers,
Rusty.

Michael S. Tsirkin (2):
  configuration space endian-ness
  virtqueue endian-ness

Rusty Russell (4):
  Use le types in all non-legacy places.
  Thorough endianness notes for legacy.
  Remove __ annotations on pci.
  CCW: Make it very clear that CCW channel commands are big-endian.

 virtio-v1.0-wd01-part1-specification.txt | 398 +++++++++++++++++++------------
 1 file changed, 248 insertions(+), 150 deletions(-)

-- 
1.8.1.2



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]