Re: [PATCH v2 05/24] virtio_balloon: correct tags for config space fields

2020-08-04 Thread Cornelia Huck
On Mon, 3 Aug 2020 16:58:55 -0400 "Michael S. Tsirkin" wrote: > Tag config space fields as having little endian-ness. > Note that balloon is special: LE even when using > the legacy interface. At least that is clearer now. > > Signed-off-by: Michael S. Tsirkin > --- >

Re: [PATCH v2 05/24] virtio_balloon: correct tags for config space fields

2020-08-03 Thread David Hildenbrand
> Am 03.08.2020 um 22:59 schrieb Michael S. Tsirkin : > > Tag config space fields as having little endian-ness. > Note that balloon is special: LE even when using > the legacy interface. > > Signed-off-by: Michael S. Tsirkin Acked-by: David Hildenbrand > --- >

[PATCH v2 05/24] virtio_balloon: correct tags for config space fields

2020-08-03 Thread Michael S. Tsirkin
Tag config space fields as having little endian-ness. Note that balloon is special: LE even when using the legacy interface. Signed-off-by: Michael S. Tsirkin --- include/uapi/linux/virtio_balloon.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git