Re: [PATCH v4 16/16] cputlb: Pass retaddr to tb_check_watchpoint

2019-09-25 Thread Alex Bennée
Richard Henderson writes: > Fixes the previous TLB_WATCHPOINT patches because we are currently > failing to set cpu->mem_io_pc with the call to cpu_check_watchpoint. > Pass down the retaddr directly because it's readily available. > > Fixes: 50b107c5d61 > Reviewed-by: David Hildenbrand > Signe

[PATCH v4 16/16] cputlb: Pass retaddr to tb_check_watchpoint

2019-09-23 Thread Richard Henderson
Fixes the previous TLB_WATCHPOINT patches because we are currently failing to set cpu->mem_io_pc with the call to cpu_check_watchpoint. Pass down the retaddr directly because it's readily available. Fixes: 50b107c5d61 Reviewed-by: David Hildenbrand Signed-off-by: Richard Henderson --- accel/tcg