[PULL] vhost: fixes for 4.8

From: Michael S. Tsirkin
Date: Tue Aug 16 2016 - 10:37:51 EST


The following changes since commit 3b2fbb3f06efe5bd2dfdce2a1db703e23c1a78af:

virtio/s390: deprecate old transport (2016-08-09 13:42:41 +0300)

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 6be3ffaa0e15c64f560904b025f5c50bef5886f9:

tools/virtio: add dma stubs (2016-08-15 05:05:51 +0300)

----------------------------------------------------------------
virtio/vhost: fixes for 4.8

- Test fixes.
- A vsock fix.

Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx>

----------------------------------------------------------------
Gerard Garcia (1):
vhost/vsock: drop space available check for TX vq

Michael S. Tsirkin (3):
ringtest: test build fix
vhost/test: fix after swiotlb changes
tools/virtio: add dma stubs

tools/virtio/linux/dma-mapping.h | 16 ++++++++++++++++
tools/virtio/linux/kernel.h | 14 ++++++++++++++
tools/virtio/linux/slab.h | 4 ++++
tools/virtio/linux/virtio.h | 6 +++++-
tools/virtio/linux/virtio_config.h | 13 +++++++++++++
drivers/vhost/test.c | 8 ++++----
net/vmw_vsock/virtio_transport.c | 10 +++-------
tools/virtio/ringtest/ptr_ring.c | 1 +
8 files changed, 60 insertions(+), 12 deletions(-)