[OASIS Issue Tracker] Created: (VIRTIO-9) Change config space, ring and headers to always be little endian

From
Paolo Bonzini
Date
2013-08-19T11:06:00+00:00
ID
Thread
[OASIS Issue Tracker] Created: (VIRTIO-9) Change config space, ring and headers to always be little endian
Il 19/08/2013 10:27, Rusty Russell ha scritto:
> Note that virtio-scsi defines the lun parameter as 'u8 lun[8];'.  SCSI
> is BE, does this field need clarification?

The field is defined as u8[8], not u64, exactly to avoid any confusion
on this and let the SCSI spec specify the endianness.  I think it is enough.

Paolo