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.
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
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