Changeset 64530 in vbox
- Timestamp:
- Nov 3, 2016 2:01:52 PM (8 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r63560 r64530 675 675 * @returns VINF_SUCCESS or VERR_NO_MEMORY. On error, *ppaLeaves is freed, so 676 676 * the caller need do no more work. 677 * @param ppaLeaves Pointer to the thepointer to the array of sorted677 * @param ppaLeaves Pointer to the pointer to the array of sorted 678 678 * CPUID leaves and sub-leaves. 679 679 * @param pcLeaves Where we keep the leaf count for *ppaLeaves. … … 756 756 * @param pVM The cross context VM structure. If NULL, use 757 757 * the process heap, otherwise the VM's hyper heap. 758 * @param ppaLeaves Pointer to the thepointer to the array of sorted758 * @param ppaLeaves Pointer to the pointer to the array of sorted 759 759 * CPUID leaves and sub-leaves. Must be NULL if using 760 760 * the hyper heap. -
trunk/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp
r62637 r64530 321 321 /* 322 322 * We will relocate the raw-mode context modules by offDelta if they have 323 * been injected into the theDBGF_AS_RC map.323 * been injected into the DBGF_AS_RC map. 324 324 */ 325 325 if ( pUVM->dbgf.s.afAsAliasPopuplated[DBGF_AS_ALIAS_2_INDEX(DBGF_AS_RC)] -
trunk/src/VBox/VMM/VMMR3/DBGFBp.cpp
r63560 r64530 924 924 * @param pUVM The user mode VM handle. 925 925 * @param pGCPhys The start of the MMIO range to break on. 926 * @param cb The thesize of the MMIO range.926 * @param cb The size of the MMIO range. 927 927 * @param fAccess The access we want to break on. 928 928 * @param piHitTrigger The hit count at which the breakpoint start triggering. -
trunk/src/VBox/VMM/VMMR3/DBGFR3Cfg.cpp
r64507 r64530 439 439 440 440 /* If the block is empty it will get populated later so there is nothing to split, 441 * same if the thestart address equals. */441 * same if the start address equals. */ 442 442 if ( pCfgBb->fFlags & DBGF_CFG_BB_F_EMPTY 443 443 || dbgfR3CfgBbAddrEqual(&pCfgBb->AddrStart, pAddr)) -
trunk/src/VBox/VMM/VMMR3/PDMBlkCache.cpp
r62478 r64530 1568 1568 * @param off The offset. 1569 1569 * @param ppEntryAbove Where to store the pointer to the best fit entry above 1570 * the thegiven offset. NULL if not required.1570 * the given offset. NULL if not required. 1571 1571 */ 1572 1572 static void pdmBlkCacheGetCacheBestFitEntryByOffset(PPDMBLKCACHE pBlkCache, uint64_t off, PPDMBLKCACHEENTRY *ppEntryAbove) -
trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp
r64506 r64530 483 483 */ 484 484 /** @cfgm{/PDM/DriverTransformations/<name>/Action,string,inject} 485 * The action that the t he transformation takes. Possible values are:485 * The action that the transformation takes. Possible values are: 486 486 * - inject 487 487 * - mergeconfig: This merges and the content of the 'Config' key under the
Note:
See TracChangeset
for help on using the changeset viewer.