virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] vringh
@ 2013-02-18 22:29 Rusty Russell
  2013-02-18 22:29 ` [PATCH 1/5] virtio_ring: expose virtio barriers for use in vringh Rusty Russell
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Rusty Russell @ 2013-02-18 22:29 UTC (permalink / raw)
  To: virtualization; +Cc: mst, linux-kernel, sjur.brandeland

This introduces vringh, which are generic accessors for virtio rings (host side).
There's a host-side implementation in vhost, but it assumes that the rings are
in userspace, and is tied to the vhost implementation.  I have patches to adapt
it to use vringh, but I'm pushing this in the next merge window for Sjur, who has
CAIF patches which need it.

This also includes a test program in tools/virtio.  There's a fixup patch for
the current tools, since they didn't compile for me.  MST?

Review and comments welcome!
Rusty.

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

end of thread, other threads:[~2013-02-28  6:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-18 22:29 [PATCH 0/5] vringh Rusty Russell
2013-02-18 22:29 ` [PATCH 1/5] virtio_ring: expose virtio barriers for use in vringh Rusty Russell
2013-02-18 22:29 ` [PATCH 2/5] vringh: host-side implementation of virtio rings Rusty Russell
2013-02-18 22:29 ` [PATCH 3/5] tools/virtio: fix compile Rusty Russell
2013-02-18 22:29 ` [PATCH 4/5] tools/virtio: separate headers more Rusty Russell
2013-02-18 22:29 ` [PATCH 5/5] tools/virtio: add vring_test Rusty Russell
2013-02-19  8:11 ` [PATCH 0/5] vringh Michael S. Tsirkin
2013-02-19 20:43   ` Rusty Russell
2013-02-24 22:30 ` Michael S. Tsirkin
2013-02-27 10:02 ` [PATCH] tools/virtio: add sg_unmark_end to scatterlist.h Wanlong Gao
2013-02-28  2:57   ` Rusty Russell
2013-02-28  3:39     ` Wanlong Gao
2013-02-28  3:55       ` Rusty Russell
2013-02-28  6:56         ` Wanlong Gao

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).