On 5/9/21 8:16 AM, Philippe Mathieu-Daudé wrote:
From: Richard Henderson<[email protected]>
Now than ... /* we use range? FILL ME... */ ... we can remove the
encode_pbm_to_runon() and flush_all_helper() calls.
Signed-off-by: Richard Henderson<[email protected]>
Message-Id:<[email protected]>
[PMD: Split from bigger patch]
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
XXX proper description, commit might be placed earlier in series.
---
accel/tcg/cputlb.c | 86 +++++++++++-----------------------------------
1 file changed, 20 insertions(+), 66 deletions(-)
I think this needs to be sorted before patch 4 (which introduces
tlb_flush_range_by_mmuidx). With commit message:
accel/tcg: Remove {encode,decode}_pbm_to_runon
We will not be able to fit address + length into a 64-bit packet.
Drop this optimization before re-organizing this code.
r~