All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] vhost: cross-endian code cleanup
@ 2016-01-13 17:09 Greg Kurz
  2016-01-13 17:09 ` [PATCH 1/2] vhost: helpers to enable/disable vring endianness Greg Kurz
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Greg Kurz @ 2016-01-13 17:09 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: netdev, linux-kernel, kvm, virtualization

This series is a respin of the following patch:

http://patchwork.ozlabs.org/patch/565921/

Patch 1 is preliminary work: it gives better names to the helpers that are
involved in cross-endian support.

Patch 2 is actually a v2 of the original patch. All devices now call a
helper in the generic code, which DTRT according to vq->private_data, as
suggested by Michael.

---

Greg Kurz (2):
      vhost: helpers to enable/disable vring endianness
      vhost: disentangle vring endianness stuff from the core code


 drivers/vhost/net.c   |    3 +++
 drivers/vhost/scsi.c  |    3 +++
 drivers/vhost/test.c  |    2 ++
 drivers/vhost/vhost.c |   40 ++++++++++++++++++++++++++++------------
 drivers/vhost/vhost.h |    1 +
 5 files changed, 37 insertions(+), 12 deletions(-)

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

end of thread, other threads:[~2016-02-10 15:28 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-13 17:09 [PATCH 0/2] vhost: cross-endian code cleanup Greg Kurz
2016-01-13 17:09 ` [PATCH 1/2] vhost: helpers to enable/disable vring endianness Greg Kurz
2016-01-21  9:55   ` Cornelia Huck
2016-01-21  9:55     ` Cornelia Huck
2016-02-10 11:21   ` Michael S. Tsirkin
2016-02-10 12:11     ` Greg Kurz
2016-02-10 13:12       ` Cornelia Huck
2016-02-10 13:12         ` Cornelia Huck
2016-02-10 15:08       ` Michael S. Tsirkin
2016-02-10 15:27         ` Greg Kurz
2016-02-10 15:27           ` Greg Kurz
2016-01-13 17:09 ` [PATCH 2/2] vhost: disentangle vring endianness stuff from the core code Greg Kurz
2016-01-21  9:56   ` Cornelia Huck
2016-01-21  9:56     ` Cornelia Huck
2016-02-10 11:48   ` Michael S. Tsirkin
2016-02-10 13:08     ` Greg Kurz
2016-02-10 13:23       ` Cornelia Huck
2016-02-10 13:23         ` Cornelia Huck
2016-02-10 13:40         ` Greg Kurz
2016-02-10 13:40           ` Greg Kurz
2016-02-10 11:48   ` Michael S. Tsirkin
2016-01-27 10:25 ` [PATCH 0/2] vhost: cross-endian code cleanup Greg Kurz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.