diff options
author | Junaid Shahid <junaids@google.com> | 2016-12-06 16:46:12 -0800 |
---|---|---|
committer | Radim Krčmář <rkrcmar@redhat.com> | 2017-01-09 14:46:07 +0100 |
commit | 97dceba29a6acbb28d16c8c5757ae9f4e1e482ea (patch) | |
tree | 05b14a1e57c4e75118f498db8c805ca2da2c84b3 /crypto/af_alg.c | |
parent | ea4114bcd3a8c84f0eb0b52e56d348c27ddede2e (diff) |
kvm: x86: mmu: Fast Page Fault path retries
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: Junaid Shahid <junaids@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'crypto/af_alg.c')
0 files changed, 0 insertions, 0 deletions