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, Sep 23, 1:10 PM
Unknown Object (File)
Wed, Sep 18, 7:19 AM
Unknown Object (File)
Tue, Sep 17, 6:20 PM
Unknown Object (File)
Tue, Sep 17, 9:05 AM
Unknown Object (File)
Mon, Sep 16, 12:29 PM
Unknown Object (File)
Aug 19 2024, 1:52 AM
Unknown Object (File)
Aug 14 2024, 5:41 AM
Unknown Object (File)
Aug 4 2024, 11:54 PM
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