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
F96938451: D37160.diff
Fri, Sep 27, 6:11 AM
Unknown Object (File)
Mon, Sep 23, 8:14 AM
Unknown Object (File)
Mon, Sep 9, 3:18 PM
Unknown Object (File)
Mon, Sep 9, 3:18 PM
Unknown Object (File)
Sat, Sep 7, 3:46 PM
Unknown Object (File)
Fri, Sep 6, 5:22 AM
Unknown Object (File)
Thu, Sep 5, 8:17 PM
Unknown Object (File)
Aug 21 2024, 6:53 AM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 48032
Build 44919: arc lint + arc unit