Files
kernel_arpi/include/linux
Michael S. Tsirkin a4235ec06a virtio: allow __virtioXX, __leXX in config space
Currently all config space fields are of the type __uXX.
This confuses people and some drivers (notably vdpa)
access them using CPU endian-ness - which only
works well for legacy or LE platforms.

Update virtio_cread/virtio_cwrite macros to allow __virtioXX
and __leXX field types. Follow-up patches will convert
config space to use these types.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
2020-08-05 09:30:19 -04:00
..
2020-05-24 20:48:11 +02:00
2020-07-08 10:48:35 -07:00
2020-05-19 09:40:29 -06:00
2020-06-25 08:24:32 -07:00
2020-06-09 09:39:13 -07:00
2020-05-28 07:59:45 -07:00
2020-06-02 15:15:46 +01:00
2020-05-28 10:31:09 +02:00
2020-07-08 11:38:49 +02:00
2020-05-29 14:52:53 +02:00
2020-06-26 00:27:38 -07:00