qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/1] dataplane vs. endianness
@ 2015-01-26 16:26 Cornelia Huck
  2015-01-26 16:26 ` [Qemu-devel] [PATCH v2 1/1] dataplane: endianness-aware accesses Cornelia Huck
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Cornelia Huck @ 2015-01-26 16:26 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: Cornelia Huck, qemu-devel, David Gibson

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-02-12 16:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-26 16:26 [Qemu-devel] [PATCH v2 0/1] dataplane vs. endianness Cornelia Huck
2015-01-26 16:26 ` [Qemu-devel] [PATCH v2 1/1] dataplane: endianness-aware accesses Cornelia Huck
2015-01-27  5:15 ` [Qemu-devel] [PATCH v2 0/1] dataplane vs. endianness David Gibson
2015-02-04  3:56   ` David Gibson
2015-02-06 16:06 ` Stefan Hajnoczi
2015-02-12 16:00 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).