This patchset allows vhost_net to be used with legacy virtio when guest and host have different endianness. It depends on the following kernel patchset:
https://lists.linuxfoundation.org/pipermail/virtualization/2015-February/029347.html --- Cédric Le Goater (1): vhost_net: re-enable when cross endian Greg Kurz (1): vhost: add VHOST_VRING_F_LEGACY_BIG_ENDIAN flag hw/net/vhost_net.c | 19 ------------------- hw/virtio/vhost.c | 10 +++++++++- include/hw/virtio/vhost.h | 1 + linux-headers/linux/vhost.h | 2 ++ 4 files changed, 12 insertions(+), 20 deletions(-) -- Greg