[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [RFC 0/2] vhost-user: Specify device IOTLB support
From: |
Maxime Coquelin |
Subject: |
[Qemu-devel] [RFC 0/2] vhost-user: Specify device IOTLB support |
Date: |
Tue, 11 Apr 2017 12:10:00 +0200 |
This two-patches series aims at specifying the protocol update
required to support device IOTLB with user backends.
The protocol is very close to kernel backends, except that a new
communication channel is introduced to enable the slave to send
requests to the master.
While unix sockets are bidirectionnal, I create a dedicated channel
for slave intiated requests to simplify message handling with multi-
threaded masters and slaves.
Maxime Coquelin (2):
spec/vhost-user: Introduce secondary channel for slave initiated
requests
spec/vhost-user spec: Add IOMMU support
docs/specs/vhost-user.txt | 94 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 94 insertions(+)
--
2.9.3
- [Qemu-devel] [RFC 0/2] vhost-user: Specify device IOTLB support,
Maxime Coquelin <=
- [Qemu-devel] [RFC 1/2] spec/vhost-user: Introduce secondary channel for slave initiated requests, Maxime Coquelin, 2017/04/11
- Re: [Qemu-devel] [RFC 1/2] spec/vhost-user: Introduce secondary channel for slave initiated requests, Marc-André Lureau, 2017/04/11
- Re: [Qemu-devel] [RFC 1/2] spec/vhost-user: Introduce secondary channel for slave initiated requests, Maxime Coquelin, 2017/04/11
- Re: [Qemu-devel] [RFC 1/2] spec/vhost-user: Introduce secondary channel for slave initiated requests, Marc-André Lureau, 2017/04/14
- Re: [Qemu-devel] [virtio-comment] Re: [RFC 1/2] spec/vhost-user: Introduce secondary channel for slave initiated requests, Wei Wang, 2017/04/24
- Re: [Qemu-devel] [virtio-comment] Re: [RFC 1/2] spec/vhost-user: Introduce secondary channel for slave initiated requests, Maxime Coquelin, 2017/04/25
- Re: [Qemu-devel] [virtio-comment] Re: [RFC 1/2] spec/vhost-user: Introduce secondary channel for slave initiated requests, Wei Wang, 2017/04/26
[Qemu-devel] [RFC 2/2] spec/vhost-user spec: Add IOMMU support, Maxime Coquelin, 2017/04/11