Changeset 71676 in vbox
- Timestamp:
- Apr 5, 2018 12:00:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r71166 r71676 3398 3398 cpumR3CpuIdZeroLeaf(pCpum, 14); 3399 3399 3400 /* Cpuid 0xf + ECX: Platform qualifity of service monitoring (PQM). 3400 /* Cpuid 0xf + ECX: Platform quality of service monitoring (PQM), 3401 * also known as Intel Resource Director Technology (RDT) Monitoring 3401 3402 * We zero this as we don't currently virtualize PQM. 3402 3403 */ 3403 3404 cpumR3CpuIdZeroLeaf(pCpum, 15); 3404 3405 3405 /* Cpuid 0x10 + ECX: Platform qualifity of service enforcement (PQE). 3406 /* Cpuid 0x10 + ECX: Platform quality of service enforcement (PQE), 3407 * also known as Intel Resource Director Technology (RDT) Allocation 3406 3408 * We zero this as we don't currently virtualize PQE. 3407 3409 */
Note:
See TracChangeset
for help on using the changeset viewer.