From: "Michael S. Tsirkin" <mst@redhat.com>
To: David Miller <davem@davemloft.net>
Cc: kvm@vger.kernel.org, virtualization@lists.osdl.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
agrover@redhat.com, asias@redhat.com, brian@purestorage.com,
hch@lst.de, joern@logfs.org, mark.d.rustad@intel.com,
martin.petersen@oracle.com, mst@redhat.com, nab@linux-iscsi.org,
ogerlitz@mellanox.com, yongjun_wei@trendmicro.com.cn
Subject: [PULL] vhost: cleanups and fixes for 3.10
Date: Wed, 1 May 2013 18:01:31 +0300 [thread overview]
Message-ID: <20130501150130.GA21230@redhat.com> (raw)
Please pull the following vhost core updates for 3.10 -
they affect both vhost-net and vhost-scsi devices.
They also *depend* on both net-next and target-pending. Since Linus
merged target-pending but not net-next at this point, merging through
the net tree seems to make sense.
The following changes since commit bc7562355fda8075793bf66094cda573206ec693:
Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending into vhost-net-next (2013-05-01 09:16:50 +0300)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-net-next
for you to fetch changes up to 150b9e51ae975ca1fe468c565870fbc4a96e0574:
vhost: fix error handling in RESET_OWNER ioctl (2013-05-01 10:02:54 +0300)
----------------------------------------------------------------
Asias He (3):
vhost: Allow device specific fields per vq
tcm_vhost: Wait for pending requests in vhost_scsi_flush()
vhost: move vhost-net zerocopy fields to net.c
Michael S. Tsirkin (4):
tcm_vhost: document inflight ref-counting use
vhost: move per-vq net specific fields out to net
tcm_vhost: remove virtio-net.h dependency
vhost: fix error handling in RESET_OWNER ioctl
drivers/vhost/net.c | 255 ++++++++++++++++++++++++++++++++++++----------
drivers/vhost/tcm_vhost.c | 154 ++++++++++++++++++++++++----
drivers/vhost/tcm_vhost.h | 3 +
drivers/vhost/test.c | 9 +-
drivers/vhost/vhost.c | 153 +++++++++-------------------
drivers/vhost/vhost.h | 32 +-----
6 files changed, 400 insertions(+), 206 deletions(-)
next reply other threads:[~2013-05-01 15:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-01 15:01 Michael S. Tsirkin [this message]
2013-05-01 16:05 ` [PULL] vhost: cleanups and fixes for 3.10 Nicholas A. Bellinger
2013-05-01 17:00 ` Michael S. Tsirkin
2013-05-01 19:05 ` David Miller
2013-05-02 1:46 ` 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=20130501150130.GA21230@redhat.com \
--to=mst@redhat.com \
--cc=agrover@redhat.com \
--cc=asias@redhat.com \
--cc=brian@purestorage.com \
--cc=davem@davemloft.net \
--cc=hch@lst.de \
--cc=joern@logfs.org \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.d.rustad@intel.com \
--cc=martin.petersen@oracle.com \
--cc=nab@linux-iscsi.org \
--cc=netdev@vger.kernel.org \
--cc=ogerlitz@mellanox.com \
--cc=virtualization@lists.osdl.org \
--cc=yongjun_wei@trendmicro.com.cn \
/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.