From: "Michael S. Tsirkin" <mst@redhat.com>
To: Asias He <asias@redhat.com>
Cc: target-devel@vger.kernel.org, kvm@vger.kernel.org,
virtualization@lists.linux-foundation.org
Subject: Re: [PATCH v2 00/11] vhost cleanups
Date: Mon, 6 May 2013 13:07:46 +0300 [thread overview]
Message-ID: <20130506100746.GA16938@redhat.com> (raw)
In-Reply-To: <1367829509-5371-1-git-send-email-asias@redhat.com>
On Mon, May 06, 2013 at 04:38:18PM +0800, Asias He wrote:
> MST, This is on top of [PATCH 0/2] vhost-net fix ubuf.
Okay, how about making EVENT_IDX work for virtio-scsi?
I'm guessing it's some messup with feature negotiation,
that's what all event-idx bugs came down to so far.
> Asias He (11):
> vhost: Remove vhost_enable_zcopy in vhost.h
> vhost: Move VHOST_NET_FEATURES to net.c
> vhost: Make vhost a separate module
> vhost: Remove comments for hdr in vhost.h
> vhost: Simplify dev->vqs[i] access
> vhost-net: Cleanup vhost_ubuf and vhost_zcopy
> vhost-scsi: Remove unnecessary forward struct vhost_scsi declaration
> vhost-scsi: Rename struct vhost_scsi *s to *vs
> vhost-scsi: Make func indention more consistent
> vhost-scsi: Rename struct tcm_vhost_tpg *tv_tpg to *tpg
> vhost-scsi: Rename struct tcm_vhost_cmd *tv_cmd to *cmd
>
> drivers/vhost/Kconfig | 8 +
> drivers/vhost/Makefile | 3 +-
> drivers/vhost/net.c | 64 ++++---
> drivers/vhost/scsi.c | 470 ++++++++++++++++++++++++++-----------------------
> drivers/vhost/vhost.c | 86 +++++++--
> drivers/vhost/vhost.h | 11 +-
> 6 files changed, 361 insertions(+), 281 deletions(-)
>
> --
> 1.8.1.4
next prev parent reply other threads:[~2013-05-06 10:07 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-06 8:38 [PATCH v2 00/11] vhost cleanups Asias He
2013-05-06 8:38 ` [PATCH v2 01/11] vhost: Remove vhost_enable_zcopy in vhost.h Asias He
2013-05-06 8:38 ` [PATCH v2 02/11] vhost: Move VHOST_NET_FEATURES to net.c Asias He
2013-05-06 8:38 ` [PATCH v2 03/11] vhost: Make vhost a separate module Asias He
2013-05-06 9:53 ` Michael S. Tsirkin
2013-05-06 10:03 ` Michael S. Tsirkin
2013-05-06 12:10 ` Asias He
2013-07-07 11:37 ` Michael S. Tsirkin
2013-07-07 14:40 ` Michael S. Tsirkin
2013-07-10 2:02 ` Asias He
2013-05-06 8:38 ` [PATCH v2 04/11] vhost: Remove comments for hdr in vhost.h Asias He
2013-05-06 8:38 ` [PATCH v2 05/11] vhost: Simplify dev->vqs[i] access Asias He
2013-05-06 8:38 ` [PATCH v2 06/11] vhost-net: Cleanup vhost_ubuf and vhost_zcopy Asias He
2013-05-06 8:38 ` [PATCH v2 07/11] vhost-scsi: Remove unnecessary forward struct vhost_scsi declaration Asias He
2013-05-06 8:38 ` [PATCH v2 08/11] vhost-scsi: Rename struct vhost_scsi *s to *vs Asias He
2013-05-06 8:38 ` [PATCH v2 09/11] vhost-scsi: Make func indention more consistent Asias He
2013-05-06 8:38 ` [PATCH v2 10/11] vhost-scsi: Rename struct tcm_vhost_tpg *tv_tpg to *tpg Asias He
2013-05-06 8:38 ` [PATCH v2 11/11] vhost-scsi: Rename struct tcm_vhost_cmd *tv_cmd to *cmd Asias He
2013-05-06 8:56 ` [PATCH v2 00/11] vhost cleanups Michael S. Tsirkin
2013-05-06 10:07 ` Michael S. Tsirkin [this message]
2013-05-06 12:05 ` Asias He
2013-05-06 13:15 ` Michael S. Tsirkin
2013-05-06 13:19 ` Asias He
[not found] ` <1367829509-5371-7-git-send-email-asias@redhat.com>
2013-05-06 10:25 ` [PATCH v2 06/11] vhost-net: Cleanup vhost_ubuf and vhost_zcopy Michael S. Tsirkin
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=20130506100746.GA16938@redhat.com \
--to=mst@redhat.com \
--cc=asias@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=target-devel@vger.kernel.org \
--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 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).