From: "Michael S. Tsirkin" <mst@redhat.com>
To: Rusty Russell <rusty@rustcorp.com.au>
Cc: sjur.brandeland@stericsson.com, linux-kernel@vger.kernel.org,
virtualization@lists.linux-foundation.org
Subject: Re: [PATCH 0/5] vringh
Date: Mon, 25 Feb 2013 00:30:40 +0200 [thread overview]
Message-ID: <20130224223039.GA5461@redhat.com> (raw)
In-Reply-To: <1361226573-12481-1-git-send-email-rusty@rustcorp.com.au>
On Tue, Feb 19, 2013 at 08:59:27AM +1030, Rusty Russell wrote:
> 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.
Acked-by: Michael S. Tsirkin <mst@redhat.com>
WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Rusty Russell <rusty@rustcorp.com.au>
Cc: virtualization@lists.linux-foundation.org,
sjur.brandeland@stericsson.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/5] vringh
Date: Mon, 25 Feb 2013 00:30:40 +0200 [thread overview]
Message-ID: <20130224223039.GA5461@redhat.com> (raw)
In-Reply-To: <1361226573-12481-1-git-send-email-rusty@rustcorp.com.au>
On Tue, Feb 19, 2013 at 08:59:27AM +1030, Rusty Russell wrote:
> 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.
Acked-by: Michael S. Tsirkin <mst@redhat.com>
next prev parent reply other threads:[~2013-02-24 22:30 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-18 22:29 [PATCH 0/5] vringh Rusty Russell
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
2013-02-18 22:29 ` Rusty Russell
2013-02-18 22:29 ` [PATCH 2/5] vringh: host-side implementation of virtio rings Rusty Russell
2013-02-18 22:29 ` Rusty Russell
2013-02-18 22:29 ` [PATCH 3/5] tools/virtio: fix compile Rusty Russell
2013-02-18 22:29 ` Rusty Russell
2013-02-18 22:29 ` [PATCH 4/5] tools/virtio: separate headers more Rusty Russell
2013-02-18 22:29 ` Rusty Russell
2013-02-18 22:29 ` [PATCH 5/5] tools/virtio: add vring_test Rusty Russell
2013-02-18 22:29 ` Rusty Russell
2013-02-19 8:11 ` [PATCH 0/5] vringh Michael S. Tsirkin
2013-02-19 8:11 ` Michael S. Tsirkin
2013-02-19 20:43 ` Rusty Russell
2013-02-19 20:43 ` Rusty Russell
2013-02-24 22:30 ` Michael S. Tsirkin [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130224223039.GA5461@redhat.com \
--to=mst@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
--cc=sjur.brandeland@stericsson.com \
--cc=virtualization@lists.linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.