Skip to content
Snippets Groups Projects
Commit d72b550c authored by Pekka Enberg's avatar Pekka Enberg
Browse files

mmu: Fix file-backed vma splitting

Commit 3510a5ea ("mmu: File-backed VMAs") forgot to fix vma::split() to
take file-backed mappings into account. Fix the problem by making
vma::split() a virtual function and implementing it separately for
file_vma.

Spotted by Avi Kivity.
parent c5c4534c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment