From what I know, qemu and vhost backends use some functions in order to access the memory between the guest and the backend. From what I see, vhost does this with vhost_get_vq_desc(). How much do vq->iov mappings remain valid? Does it get unmapped at some time (you could answer me within vhost-net or vhost-scsi as examples)?
Seemingly Similar Threads
- [vhost] vhost_get_vq_desc, vq->iov mapping
- [PATCH] vhost/scsi: fix reuse of &vq->iov[out] in response
- [PATCH] vhost/scsi: fix reuse of &vq->iov[out] in response
- [PATCH net] vhost: validate vhost_get_vq_desc return value
- [PATCH net] vhost: validate vhost_get_vq_desc return value