xen: patch to batch pvh/dom0 mem mapping#181
Conversation
Signed-off-by: Alexander M. Merritt <alexander@edera.dev>
bleggett
left a comment
There was a problem hiding this comment.
looks good to me and makes logical sense but I'm not an MMU expert.
|
I rewrote the patch to another branch, and attempted to simplify it more: https://github.com/edera-dev/linux-upstream/commits/alexm/mmap_batch_v2/ more recent two commits contain the changes, and in them I addressed the above comments |
Notably, with a more minimal change, reusing |
Addresses some of the latency costs identified in https://github.com/edera-dev/protect/issues/1890
Tested on native dell desktop and was measured to improve performance of zone launches by ~37ms.