commit | 79268954424771185fb4ca304786dd561a272246 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Fri Jul 10 07:17:13 2020 -0400 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Aug 05 11:08:40 2020 -0400 |
tree | 2c14802e88aa3c1b8c73bba7b853ce5ebd7ba28a | |
parent | 0ebcffcc2731682777bab19b51a512d8f31e1bdd [diff] |
virtio_mem: correct tags for config space fields 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. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: David Hildenbrand <david@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com>