qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3] implementing victim TLB for QEMU system emul


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v3] implementing victim TLB for QEMU system emulated TLB
Date: Sun, 2 Feb 2014 19:58:21 +0000

On 2 February 2014 19:39, Xin Tong <address@hidden> wrote:
> what should i do here? i want to pass the ADDR_READ/addr_write into
> the macro. But i do not know how I can convert it into
> env->tlb_v_table[mmu_idx][vidx].ADDR_READ/env->tlb_v_table[mmu_idx][vidx].addr_write.

I told you what you were doing wrong. Just say
  env->tlb_v_table[mmu_idx][vidx].ACCESS_TYPE

thanks
-- PMM



reply via email to

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