Stefan: Here's v2 of my endianness patch for dataplane, with the extraneous vdev argument dropped from get_desc().
I orginally planned to send my virtio-1 patchset as well, but I haven't found the time for it; therefore, I think this should be applied independently. David: I take it your r-b still holds? Cornelia Huck (1): dataplane: endianness-aware accesses hw/block/dataplane/virtio-blk.c | 4 +- hw/scsi/virtio-scsi-dataplane.c | 2 +- hw/virtio/Makefile.objs | 2 +- hw/virtio/dataplane/Makefile.objs | 2 +- hw/virtio/dataplane/vring.c | 53 ++++++++++++------- include/hw/virtio/dataplane/vring-accessors.h | 75 +++++++++++++++++++++++++++ include/hw/virtio/dataplane/vring.h | 14 +---- 7 files changed, 117 insertions(+), 35 deletions(-) create mode 100644 include/hw/virtio/dataplane/vring-accessors.h -- 2.1.4