The following changes since commit 8bb495e3f02401ee6f76d1b1d77f3ac9f079e376: Linux 3.10 (2013-06-30 15:13:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to 09a34c8404c1d4c5782de319c02e1d742c57875c: vhost/test: update test after vhost cleanups (2013-07-07 18:02:25 +0300) ---------------------------------------------------------------- vhost: fixes and cleanups 3.11 This includes some fixes and cleanups for vhost net and scsi drivers. The scsi driver changes will cause a conflict with Nicholas Bellinger's scsi target changes, but the conflicting commit in my tree simply renames some variables so it's trivial to resolve. Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx> ---------------------------------------------------------------- Asias He (8): vhost: Simplify dev->vqs[i] access 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 vhost: Make vhost a separate module vhost: Make local function static Michael S. Tsirkin (2): vhost-net: fix use-after-free in vhost_net_flush vhost/test: update test after vhost cleanups drivers/vhost/Kconfig | 8 + drivers/vhost/Makefile | 3 +- drivers/vhost/net.c | 13 +- drivers/vhost/scsi.c | 472 ++++++++++++++++++++++++++----------------------- drivers/vhost/test.c | 33 ++-- drivers/vhost/vhost.c | 86 +++++++-- drivers/vhost/vhost.h | 2 + 7 files changed, 356 insertions(+), 261 deletions(-) _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linuxfoundation.org/mailman/listinfo/virtualization