Re: [Qemu-devel] [PATCH 04/10] vhost-user: support cross-endian vnet headers

2018-11-20 Thread Marc-André Lureau
Hi On Thu, Nov 15, 2018 at 6:31 PM Paolo Bonzini wrote: > > vhost-user already has a way to communicate the endianness of the guest > via the vring endianness messages. The vring endianness always matches > the vnet header endianness so there is no need to do anything else in > the backend. > >

[Qemu-devel] [PATCH 04/10] vhost-user: support cross-endian vnet headers

2018-11-15 Thread Paolo Bonzini
vhost-user already has a way to communicate the endianness of the guest via the vring endianness messages. The vring endianness always matches the vnet header endianness so there is no need to do anything else in the backend. Signed-off-by: Paolo Bonzini --- net/vhost-user.c | 13 +