On Fri, 26 Jun 2015 09:32:28 +0200 Greg Kurz <gk...@linux.vnet.ibm.com> wrote:
> Accesses to vring_avail_event and vring_used_event must honor the queue > endianness. > > This patch allows cross-endian setups to use dataplane (tested with ppc64 > on ppc64le, and vice-versa). > > Suggested-by: Cornelia Huck <cornelia.h...@de.ibm.com> > Signed-off-by: Greg Kurz <gk...@linux.vnet.ibm.com> > --- > hw/virtio/dataplane/vring.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) Reviewed-by: Cornelia Huck <cornelia.h...@de.ibm.com>