Re: [Qemu-devel] target_pread funciton...
On 26 March 2012 15:40, Davide wrote: > What does "target_pread" function do in flatload.c??? It acts like the standard POSIX pread() function except that instead of passing in a void *buf and reading into host memory at that host address, you pass in an abi_ulong ptr and it reads into guest memo
[Qemu-devel] target_pread funciton...
What does "target_pread" function do in flatload.c???