Re: [PATCH v3 05/20] accel/tcg: Add TCGCPUOps.tlb_fill_align

2024-10-10 Thread Peter Maydell
On Wed, 9 Oct 2024 at 01:05, Richard Henderson wrote: > > Add a new callback to handle softmmu paging. Return the page > details directly, instead of passing them indirectly to > tlb_set_page. Handle alignment simultaneously with paging so > that faults are handled with target-specific priority.

Re: [PATCH v3 05/20] accel/tcg: Add TCGCPUOps.tlb_fill_align

2024-10-09 Thread Helge Deller
On 10/9/24 02:04, Richard Henderson wrote: Add a new callback to handle softmmu paging. Return the page details directly, instead of passing them indirectly to tlb_set_page. Handle alignment simultaneously with paging so that faults are handled with target-specific priority. Route all calls th

[PATCH v3 05/20] accel/tcg: Add TCGCPUOps.tlb_fill_align

2024-10-08 Thread Richard Henderson
Add a new callback to handle softmmu paging. Return the page details directly, instead of passing them indirectly to tlb_set_page. Handle alignment simultaneously with paging so that faults are handled with target-specific priority. Route all calls the two hooks through a tlb_fill_align function