Re: [PATCH v2 13/24] virtio_mem: correct tags for config space fields

From: Cornelia Huck
Date: Tue Aug 04 2020 - 10:39:24 EST


On Mon, 3 Aug 2020 16:59:32 -0400
"Michael S. Tsirkin" <mst@xxxxxxxxxx> 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 <mst@xxxxxxxxxx>
> ---
> include/uapi/linux/virtio_mem.h | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)

Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>