Displaying 3 results from an estimated 3 matches for "vhost_vsock_hash".
2019 Jan 02
0
[PULL] virtio, vhost: features, fixes, cleanups
...te zeroes support
Dongli Zhang (1):
virtio: remove deprecated VIRTIO_PCI_CONFIG()
Michael S. Tsirkin (1):
virtio: fix test build after uio.h change
Paolo Bonzini (1):
vhost: split structs into a separate header file
Stefan Hajnoczi (1):
vhost/vsock: switch to a mutex for vhost_vsock_hash
wangyan (1):
vhost: correct the related warning message
drivers/block/virtio_blk.c | 83 +++++++++++++++++++++++-
drivers/vhost/scsi.c | 4 +-
drivers/vhost/vsock.c | 16 ++---
drivers/virtio/virtio_pci_legacy.c | 6 +-
include/uapi/linux/vhost.h...
2019 Nov 28
5
[RFC PATCH 0/3] vsock: support network namespace
Hi,
now that we have multi-transport upstream, I started to take a look to
support network namespace (netns) in vsock.
As we partially discussed in the multi-transport proposal [1], it could
be nice to support network namespace in vsock to reach the following
goals:
- isolate host applications from guest applications using the same ports
with CID_ANY
- assign the same CID of VMs running in
2019 Nov 28
5
[RFC PATCH 0/3] vsock: support network namespace
Hi,
now that we have multi-transport upstream, I started to take a look to
support network namespace (netns) in vsock.
As we partially discussed in the multi-transport proposal [1], it could
be nice to support network namespace in vsock to reach the following
goals:
- isolate host applications from guest applications using the same ports
with CID_ANY
- assign the same CID of VMs running in