| | 90 | </collection> |
|---|
| | 91 | |
|---|
| | 92 | <collection name="vdevmap"> |
|---|
| | 93 | <collection name="x" type="sybmolic"> |
|---|
| | 94 | <description>'x' is an arbitrary name, replace it with e.g. device names</description> |
|---|
| | 95 | <boolean name="open"> |
|---|
| | 96 | <description>When this file exists, the device can be opened</description> |
|---|
| | 97 | </boolean> |
|---|
| | 98 | <boolean name="create"> |
|---|
| | 99 | <description>When this file exists, the device can be created (if the guest has <optionref ref="bcapabilities">CAP_MKNOD</optionref>)</description> |
|---|
| | 100 | </boolean> |
|---|
| | 101 | <boolean id="vdevmap-remap" name="remap"> |
|---|
| | 102 | <description> |
|---|
| | 103 | When this file exists, <optionref ref="vdevmap-target">target</optionref> will |
|---|
| | 104 | have to exist as well and opening the device will in fact open the target device |
|---|
| | 105 | </description> |
|---|
| | 106 | </boolean> |
|---|
| | 107 | <scalar name="flags"> |
|---|
| | 108 | <description>This file will let you specify unimplemented flags manually</description> |
|---|
| | 109 | </scalar> |
|---|
| | 110 | <scalar name="device"> |
|---|
| | 111 | <description>Contains the name of a device node</description> |
|---|
| | 112 | </scalar> |
|---|
| | 113 | <scalar id="vdevmap-target" name="target"> |
|---|
| | 114 | <description>Contains the device node of the target node to open instead of the device when <optionref ref="vdevmap-remap">remap</optionref> is set</description> |
|---|
| | 115 | </scalar> |
|---|
| | 116 | </collection> |
|---|