qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] target_pread funciton...


From: Peter Maydell
Subject: Re: [Qemu-devel] target_pread funciton...
Date: Mon, 26 Mar 2012 15:43:45 +0100

On 26 March 2012 15:40, Davide <address@hidden> 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 memory at that guest address.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]