Page MenuHomeFreeBSD

vmm: Add vm_gpa_hold_global wrapper function.
ClosedPublic

Authored by jhb on Oct 27 2022, 3:04 PM.
Tags
None
Referenced Files
F102699936: D37160.diff
Sat, Nov 16, 1:03 AM
Unknown Object (File)
Fri, Oct 18, 11:54 PM
Unknown Object (File)
Sep 28 2024, 1:20 AM
Unknown Object (File)
Sep 27 2024, 6:11 AM
Unknown Object (File)
Sep 23 2024, 8:14 AM
Unknown Object (File)
Sep 9 2024, 3:18 PM
Unknown Object (File)
Sep 9 2024, 3:18 PM
Unknown Object (File)
Sep 7 2024, 3:46 PM
Subscribers

Details

Summary

This handles the case that guest pages are being held not on behalf of
a virtual CPU but globally. Previously this was handled by passing a
vcpuid of -1 to vm_gpa_hold, but that will not work in the future when
vm_gpa_hold is changed to accept a struct vcpu pointer.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable