On Wed, Jul 05, 2017 at 09:36:33PM +0800, Fam Zheng wrote:
> +static void nvme_dma_map(BlockDriverState *bs, void *host, size_t size)
> +{
> +    BDRVNVMeState *s = bs->opaque;
> +
> +    nvme_vfio_dma_map(s->vfio, host, size, false, NULL);

Since temporary=false repeated calls to map/unmap will run out of space
and stop working after some time?

Attachment: signature.asc
Description: PGP signature

Reply via email to