qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 03/13] Set mem_io_vaddr on io_read


From: Glauber Costa
Subject: Re: [Qemu-devel] [PATCH 03/13] Set mem_io_vaddr on io_read
Date: Tue, 14 Oct 2008 15:39:06 -0200

On Tue, Oct 14, 2008 at 7:12 AM, Jan Kiszka <address@hidden> wrote:
> Required for read watchpoints.
can we have a slightly more informative description for the  annotate commands ?

>
> Signed-off-by: Jan Kiszka <address@hidden>
> ---
>  softmmu_template.h |    1 +
>  1 file changed, 1 insertion(+)
>
> Index: b/softmmu_template.h
> ===================================================================
> --- a/softmmu_template.h
> +++ b/softmmu_template.h
> @@ -64,6 +64,7 @@ static inline DATA_TYPE glue(io_read, SU
>         cpu_io_recompile(env, retaddr);
>     }
>
> +    env->mem_io_vaddr = addr;
>  #if SHIFT <= 2
>     res = io_mem_read[index][SHIFT](io_mem_opaque[index], physaddr);
>  #else
>
>
>
>



-- 
Glauber  Costa.
"Free as in Freedom"
http://glommer.net

"The less confident you are, the more serious you have to act."




reply via email to

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