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)
Mon, Oct 21, 10:46 PM
Unknown Object (File)
Sun, Oct 20, 1:49 AM
Unknown Object (File)
Fri, Oct 18, 1:31 AM
Unknown Object (File)
Oct 8 2024, 4:06 AM
Unknown Object (File)
Sep 28 2024, 1:32 AM
Unknown Object (File)
Sep 27 2024, 11:23 PM
Unknown Object (File)
Sep 23 2024, 1:10 PM
Unknown Object (File)
Sep 18 2024, 7:19 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