From: Jonathon Jongsma Date: Mon, 22 Feb 2021 19:58:05 +0000 (-0600) Subject: nodedev: add docs about mdev attribute order X-Git-Tag: v7.3.0-rc1~326 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd90678e3e71d513c1ecbb8856c29822ac36e177;p=thirdparty%2Flibvirt.git nodedev: add docs about mdev attribute order Mention that mdev attribute order is significant. Signed-off-by: Jonathon Jongsma Reviewed-by: Erik Skultety --- diff --git a/docs/formatnode.html.in b/docs/formatnode.html.in index 5c7286df8a..c58cd01395 100644 --- a/docs/formatnode.html.in +++ b/docs/formatnode.html.in @@ -379,7 +379,10 @@ This optional element can occur multiple times. It represents a vendor-specific attribute that is used to configure this mediated device. It has two required attributes: - name and value. + name and value. Note that the order + in which attributes are set may be important for some devices. + The order that they appear in the xml definition determines the + order that they will be written to the device.