From 627f615a6e6efa9241e3d93a939fa696db70e21b Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Fri, 27 Feb 2015 12:45:57 +0100 Subject: [PATCH] docs: add a note that attr 'managed' is only used by PCI devices Our documentation isn't 100% clear about hostdev 'managed' attribute usage, because it only makes sense to use it with PCI devices, yet we format this attribute to all hostdev devices. By adding a note into the docs, we can possibly avoid confusion from customer's side and also avoid a solution using ternary logic. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1155887 (cherry picked from commit ccfe9e480986c075a6a04f7792a5b30350396d83) --- docs/formatdomain.html.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index fb0a0d14c9..6276a615f2 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -3110,6 +3110,12 @@ then this setting not required. +

+ Note: The managed attribute is only used with PCI devices + and is ignored by all the other device types, thus setting + managed explicitly with other than PCI device has the same + effect as omitting it. +

source
The source element describes the device as seen from the host using -- GitLab