pub unsafe extern "C" fn qemu_plugin_translate_vaddr(
vaddr: u64,
hwaddr: *mut u64,
) -> boolExpand description
qemu_plugin_translate_vaddr() - translate virtual address for current vCPU
@vaddr: virtual address to translate @hwaddr: pointer to store the physical address
This function is only valid in vCPU context (i.e. in callbacks) and is only valid for softmmu targets.
Returns true on success and false on failure.