gasp_unmap_handle()

Unmap a qvm process address range that mapped guest-physical addresses

Synopsis:

#include <qvm/gasp.h>
void gasp_unmap_handle(gasp_map_handle_t *h)

Arguments:

h
A pointer to a gasp_map_handle_t object returned by one of the gasp_map_*() functions.

Description:

Use this function to remove mappings of host-physical to guest-physical addresses that were made with gasp_map(), gasp_map_firmware(), or gasp_map_host_contig().

The provided handle is still valid after calling gasp_unmap_handle(), but a subsequent unmapping call using it will do nothing.

Page updated: