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.
Details
Details
- Reviewers
markj corvink - Group Reviewers
bhyve - Commits
- rG6cedf47c177b: vmm: Add vm_gpa_hold_global wrapper function.
rG28b561ad9d03: vmm: Add vm_gpa_hold_global wrapper function.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable