This series fixes two issues that prevent cross-endian setups to use dataplane. I had already posted tentative fixes, each in its own thread of mail, but I think it is better to send them altogether.
Especially, note that patch 1/2 is the same as: http://patchwork.ozlabs.org/patch/488482/ with some minor changes in the commit message. This series was tested with ppc64 and ppc64le hosts. No regression was observed on x86_64. --- Greg Kurz (2): dataplane: drop copy_in_vring_desc() dataplane: fix cross-endian issues hw/virtio/dataplane/vring.c | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) -- Greg