qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/1] dataplane vs. endianness


From: Cornelia Huck
Subject: [Qemu-devel] [PATCH v2 0/1] dataplane vs. endianness
Date: Mon, 26 Jan 2015 17:26:41 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]