Changeset 64505 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 1, 2016 11:05:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp
r64497 r64505 425 425 AssertLogRelRCReturn(rc, rc); 426 426 427 /** @cfgm{/PDM/DriverTransformations/ <name>/Device,string,*}427 /** @cfgm{/PDM/DriverTransformations/<name>/Device,string,*} 428 428 * One or more simple wildcard patters separated by '|' for matching 429 429 * the devices this transformation rule applies to. */ … … 436 436 continue; 437 437 438 /** @cfgm{/PDM/DriverTransformations/ <name>/LUN,string,*}438 /** @cfgm{/PDM/DriverTransformations/<name>/LUN,string,*} 439 439 * One or more simple wildcard patters separated by '|' for matching 440 440 * the LUNs this transformation rule applies to. */ … … 446 446 continue; 447 447 448 /** @cfgm{/PDM/DriverTransformations/ <name>/BelowDriver,string,*}448 /** @cfgm{/PDM/DriverTransformations/<name>/BelowDriver,string,*} 449 449 * One or more simple wildcard patters separated by '|' for matching the 450 450 * drivers the transformation should be applied below. This means, that … … 459 459 continue; 460 460 461 /** @cfgm{/PDM/DriverTransformations/ <name>/AboveDriver,string,*}461 /** @cfgm{/PDM/DriverTransformations/<name>/AboveDriver,string,*} 462 462 * One or more simple wildcard patters separated by '|' for matching the 463 463 * drivers the transformation should be applie above or at (depending on … … 482 482 * We've got a match! Now, what are we supposed to do? 483 483 */ 484 /** @cfgm{/PDM/DriverTransformations/ <name>/Action,string,inject}484 /** @cfgm{/PDM/DriverTransformations/<name>/Action,string,inject} 485 485 * The action that the the transformation takes. Possible values are: 486 486 * - inject
Note:
See TracChangeset
for help on using the changeset viewer.