Changeset 64506 in vbox for trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp
- Timestamp:
- Nov 1, 2016 12:03:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp
r64505 r64506 450 450 * drivers the transformation should be applied below. This means, that 451 451 * when the drivers matched here attached another driver below them, the 452 * transformation will be applied. To represent the device, ' <top>' is453 * used. */452 * transformation will be applied. To represent the device, '<top>' 453 * is used. */ 454 454 rc = CFGMR3QueryStringAllocDef(pCurTrans, "BelowDriver", &pszMultiPat, "*"); 455 455 AssertLogRelRCReturn(rc, rc);
Note:
See TracChangeset
for help on using the changeset viewer.