Re: [Qemu-devel] [PATCH V1 2/7] cputlb: move get_page_addr_code

2017-02-22 Thread Richard Henderson
On 02/17/2017 01:30 AM, fred.kon...@greensocs.com wrote: From: KONRAD Frederic This just moves the code before VICTIM_TLB_HIT macro definition so we can use it. Signed-off-by: KONRAD Frederic --- cputlb.c | 72 1 file changed,

[Qemu-devel] [PATCH V1 2/7] cputlb: move get_page_addr_code

2017-02-16 Thread fred . konrad
From: KONRAD Frederic This just moves the code before VICTIM_TLB_HIT macro definition so we can use it. Signed-off-by: KONRAD Frederic --- cputlb.c | 72 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/cputlb.c b/