Changeset 90204 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jul 15, 2021 5:02:11 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145732
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r89934 r90204 7171 7171 uint32_t uECX = pCurLeaf->uEcx; 7172 7172 7173 /** @todo 0x80000008:EAX[23:16] is only defined for AMD. We'll get 0 on Intel. On 7174 * AMD if we get 0, the guest physical address width should be taken from 7175 * 0x80000008:EAX[7:0] instead. Guest Physical address width is relevant 7176 * for guests using nested paging. */ 7173 7177 pHlp->pfnPrintf(pHlp, 7174 7178 "Physical Address Width: %d bits\n"
Note:
See TracChangeset
for help on using the changeset viewer.