spec/vhost-user spec: Add IOMMU support
commit6dcdd06e3b0d0c5651219013ec975348e2050041
authorMaxime Coquelin <maxime.coquelin@redhat.com>
Fri, 2 Jun 2017 10:18:31 +0000 (2 12:18 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 2 Jun 2017 15:57:17 +0000 (2 18:57 +0300)
tree38c78feaf354a78b5ba2853a5b66cdaf102e8f67
parent4bbeeba023f22c117d7a4c561354b91a0bf62e42
spec/vhost-user spec: Add IOMMU support

This patch specifies and implements the master/slave communication
to support device IOTLB in slave.

The vhost_iotlb_msg structure introduced for kernel backends is
re-used, making the design close between the two backends.

An exception is the use of the secondary channel to enable the
slave to send IOTLB miss requests to the master.

Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
docs/specs/vhost-user.txt
hw/net/vhost_net.c
hw/virtio/vhost-user.c