Re: [Qemu-devel] [PATCH v2] vhost-user: support cross-endianess negatiation

2017-07-07 Thread Felipe Franciosi
ping. :) F. > On 14 Jun 2017, at 18:44, Felipe Franciosi wrote: > > Currently, vhost-user does not implement any means for notifying the > backend about guest endianess. This commit introduces a new message > called VHOST_USER_SET_VRING_ENDIAN which is analogous to the ioctl() > called VHOST_SE

[Qemu-devel] [PATCH v2] vhost-user: support cross-endianess negatiation

2017-06-14 Thread Felipe Franciosi
Currently, vhost-user does not implement any means for notifying the backend about guest endianess. This commit introduces a new message called VHOST_USER_SET_VRING_ENDIAN which is analogous to the ioctl() called VHOST_SET_VRING_ENDIAN used for kernel vhost backends. Such message is necessary for b