diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index b7d7cba5ac..4609e2ec26 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -2256,6 +2256,29 @@ +
+ To help users identifying devices they care about, every
+ device can have direct child alias
element
+ which then has name
attribute where users can
+ store identifier for the device. The identifier has to have
+ "ua-" prefix and must be unique within the domain. Additionally, the
+ identifier must consist only of the following characters:
+ [a-zA-Z0-9_-]
.
+ Since 3.9.0
+
+<devices> + <disk type='file'> + <alias name='ua-myDisk'/> + </disk> + <interface type='network' trustGuestRxFilters='yes'> + <alias name='ua-myNIC'/> + </interface> + ... +</devices> ++