Page MenuHomeFreeBSD

vmm vmx: Allocate vpids on demand as each vCPU is initialized.
ClosedPublic

Authored by jhb on Oct 27 2022, 3:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 26 2024, 10:25 AM
Unknown Object (File)
Nov 21 2024, 4:07 PM
Unknown Object (File)
Nov 17 2024, 6:34 AM
Unknown Object (File)
Nov 16 2024, 4:08 AM
Unknown Object (File)
Oct 21 2024, 10:46 PM
Unknown Object (File)
Oct 20 2024, 1:49 AM
Unknown Object (File)
Oct 18 2024, 1:31 AM
Unknown Object (File)
Oct 8 2024, 4:06 AM
Subscribers

Details

Summary

Compared to the previous version this does mean that if the system as
a whole runs out of dedicated vPIDs you might end up with some vCPUs
within a single VM using dedicated vPIDs and others using shared
vPIDs, but this should not break anything.

Diff Detail

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