Juergen Gross, le mar. 13 août 2024 15:41:58 +0200, a ecrit:
> + if ( ro->count == L1_PAGETABLE_ENTRIES )
> + {
> + ro->count = 0;
> + if ( HYPERVISOR_mmu_update(mmu_updates, ro->count, NULL,
> + DOMID_SELF) < 0 )You need to set ro->count *after* calling mmu_update. Apart from this, Reviewed-by: Samuel Thibault <[email protected]> Samuel
