<p>
The <code>on_lockfailure</code> element (<span class="since">since
- 0.10.3</span>) may be used to configure what action should be
+ 1.0.0</span>) may be used to configure what action should be
taken when a lock manager loses resource locks. The following
actions are recognized by libvirt, although not all of them need
to be supported by individual lock managers. When no action is
address on the hosts using the <code>address</code> element. PCI devices
on the other hand can only be described by their <code>address</code>.
- <span class="since">Since 0.10.3</span>, the <code>source</code> element
+ <span class="since">Since 1.0.0</span>, the <code>source</code> element
of USB devices may contain <code>startupPolicy</code> attribute which can
be used to define policy what to do if the specified host USB device is
not found. The attribute accepts the following values:
static virInterfaceDriver udevIfaceDriver = {
"udev",
- .open = udevIfaceOpenInterface, /* 0.10.3 */
- .close = udevIfaceCloseInterface, /* 0.10.3 */
- .numOfInterfaces = udevIfaceNumOfInterfaces, /* 0.10.3 */
- .listInterfaces = udevIfaceListInterfaces, /* 0.10.3 */
- .numOfDefinedInterfaces = udevIfaceNumOfDefinedInterfaces, /* 0.10.3 */
- .listDefinedInterfaces = udevIfaceListDefinedInterfaces, /* 0.10.3 */
- .listAllInterfaces = udevIfaceListAllInterfaces, /* 0.10.3 */
- .interfaceLookupByName = udevIfaceLookupByName, /* 0.10.3 */
- .interfaceLookupByMACString = udevIfaceLookupByMACString, /* 0.10.3 */
- .interfaceIsActive = udevIfaceIsActive, /* 0.10.3 */
+ .open = udevIfaceOpenInterface, /* 1.0.0 */
+ .close = udevIfaceCloseInterface, /* 1.0.0 */
+ .numOfInterfaces = udevIfaceNumOfInterfaces, /* 1.0.0 */
+ .listInterfaces = udevIfaceListInterfaces, /* 1.0.0 */
+ .numOfDefinedInterfaces = udevIfaceNumOfDefinedInterfaces, /* 1.0.0 */
+ .listDefinedInterfaces = udevIfaceListDefinedInterfaces, /* 1.0.0 */
+ .listAllInterfaces = udevIfaceListAllInterfaces, /* 1.0.0 */
+ .interfaceLookupByName = udevIfaceLookupByName, /* 1.0.0 */
+ .interfaceLookupByMACString = udevIfaceLookupByMACString, /* 1.0.0 */
+ .interfaceIsActive = udevIfaceIsActive, /* 1.0.0 */
};
int