]> Git Repo - qemu.git/commit
spec/vhost-user spec: Add IOMMU support
authorMaxime Coquelin <[email protected]>
Fri, 2 Jun 2017 10:18:31 +0000 (12:18 +0200)
committerMichael S. Tsirkin <[email protected]>
Fri, 2 Jun 2017 15:57:17 +0000 (18:57 +0300)
commit6dcdd06e3b0d0c5651219013ec975348e2050041
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 <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
docs/specs/vhost-user.txt
hw/net/vhost_net.c
hw/virtio/vhost-user.c
This page took 0.028088 seconds and 4 git commands to generate.