Module memory

Module memory 

Source
Expand description

Memory-related functionality for QEMU plugins

Structs§

HwAddr
Wrapper structure for a qemu_plugin_hwaddr *
MemoryInfo
Wrapper structure for a qemu_plugin_meminfo_t

Enums§

HwaddrOperationResult
The result of a hardware operation
MemValue
Memory value loaded/stored (in memory callback)

Functions§

qemu_plugin_read_memory_hwaddr
Read memory from a hardware address. The address must be valid and mapped.
qemu_plugin_read_memory_vaddr
Read memory from a virtual address. The address must be valid and mapped.
qemu_plugin_translate_vaddr
Translate a virtual address to a hardware address. If the address is not mapped, an error is returned.
qemu_plugin_write_memory_hwaddr
Read memory from a virtual address. The address must be valid and mapped.
qemu_plugin_write_memory_vaddr
Write memory to a virtual address. The address must be valid and mapped.