Expand description
Memory-related functionality for QEMU plugins
Structs§
- HwAddr
- Wrapper structure for a
qemu_plugin_hwaddr *
- Memory
Info - Wrapper structure for a
qemu_plugin_meminfo_t
Enums§
- Hwaddr
Operation Result - 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.