• J
    kvm: x86: mmu: Fast Page Fault path retries · 97dceba2
    Junaid Shahid 提交于
    This change adds retries into the Fast Page Fault path. Without the
    retries, the code still works, but if a retry does end up being needed,
    then it will result in a second page fault for the same memory access,
    which will cause much more overhead compared to just retrying within the
    original fault.
    
    This would be especially useful with the upcoming fast access tracking
    change, as that would make it more likely for retries to be needed
    (e.g. due to read and write faults happening on different CPUs at
    the same time).
    Signed-off-by: NJunaid Shahid <junaids@google.com>
    Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
    97dceba2
mmu.c 130.5 KB