vhost: fine grain userspace memory accessors
authorJason Wang <jasowang@redhat.com>
Fri, 24 May 2019 08:12:14 +0000 (04:12 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 5 Jun 2019 20:23:52 +0000 (16:23 -0400)
commit7b5d753ebc22c5b6935a70ce9a857dc6220784f8
tree1c99f78be7ca1df166ad2b2bf48ef44dfe6b8845
parent1ab5d1385af40272ca44a5cd38af7e13da6ed847
vhost: fine grain userspace memory accessors

This is used to hide the metadata address from virtqueue helpers. This
will allow to implement a vmap based fast accessing to metadata.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/vhost.c