VirtualMachineBase.phys_mem_write¶
-
VirtualMachineBase.
phys_mem_write
(addr, buf)[source]¶ Write to the VM’s physical mamory.
- addrint
The physical address to write to.
- bufbytes
The data to write.
- Raises
RuntimeError – If the requested physical memory cannot be written.