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

2017-06-14 Thread Felipe Franciosi
Hello! On 14 Jun 2017, at 18:17, Marc-André Lureau mailto:marcandre.lur...@gmail.com>> wrote: H On Wed, Jun 14, 2017 at 8:42 PM Felipe Franciosi mailto:fel...@nutanix.com>> wrote: ... @@ -580,6 +581,19 @@ Master message types This request should be send only when VIRTIO_F_IOMMU_PLATFOR

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

2017-06-14 Thread Juan Quintela
Paolo Bonzini wrote: > On 14/06/2017 19:02, Felipe Franciosi wrote: >> >>> On 14 Jun 2017, at 17:59, no-re...@patchew.org wrote: >>> >>> Hi, >>> >>> This series failed automatic build test. Please find the testing commands >>> and >>> their output below. If you have docker installed, you can pro

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

2017-06-14 Thread Marc-André Lureau
H On Wed, Jun 14, 2017 at 8:42 PM 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_SET_VRING_E

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

2017-06-14 Thread Paolo Bonzini
On 14/06/2017 19:02, Felipe Franciosi wrote: > >> On 14 Jun 2017, at 17:59, no-re...@patchew.org wrote: >> >> Hi, >> >> This series failed automatic build test. Please find the testing commands and >> their output below. If you have docker installed, you can probably reproduce >> it >> locally.

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

2017-06-14 Thread Felipe Franciosi
> On 14 Jun 2017, at 17:59, no-re...@patchew.org wrote: > > Hi, > > This series failed automatic build test. Please find the testing commands and > their output below. If you have docker installed, you can probably reproduce > it > locally. > > Message-id: 1497458486-15673-1-git-send-email-fel