pub unsafe extern "C" fn panda_physical_memory_read_external(
addr: hwaddr,
buf: *mut u8,
len: c_int,
) -> c_intExpand description
panda_physical_memory_read_external() - Copy data from guest (physical) memory into host buffer. @addr: Guest physical address of start of read. @buf: Host pointer to a buffer into which data will be copied from guest. @len: Number of bytes to copy.
Return:
- MEMTX_OK - Read succeeded
- MEMTX_ERROR - An error