On Mon, 3 Aug 2020 16:59:32 -0400 "Michael S. Tsirkin" <[email protected]> wrote:
> Since this is a modern-only device, > tag config space fields as having little endian-ness. > > TODO: check other uses of __virtioXX types in this header, > should probably be __leXX. Yes, I think so. > > Signed-off-by: Michael S. Tsirkin <[email protected]> > --- > include/uapi/linux/virtio_mem.h | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) Reviewed-by: Cornelia Huck <[email protected]>

