Files
kernel_google_b1c1/include/uapi/linux
Michael S. Tsirkin eef960a043 virtio: memory access APIs
virtio 1.0 makes all memory structures LE, so
we need APIs to conditionally do a byteswap on BE
architectures.

To make it easier to check code statically,
add virtio specific types for multi-byte integers
in memory.

Add low level wrappers that do a byteswap conditionally, these will be
useful e.g. for vhost.  Add high level wrappers that
query device endian-ness and act accordingly.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
2014-12-09 12:05:24 +02:00
..
2014-10-14 13:08:29 +11:00
2014-10-09 09:14:13 +02:00
2014-10-24 00:14:37 +02:00
2014-12-09 12:05:24 +02:00
2014-10-28 10:46:08 +01:00
2014-12-09 12:05:24 +02:00
2014-12-09 12:05:24 +02:00