On Wed, Mar 28, 2018 at 08:58:31PM -0600, Jim Fehlig wrote:
Signed-off-by: Jim Fehlig <jfehlig(a)suse.com>
---
docs/architecture.html.in | 28 ++++--------------
docs/bugs.html.in | 3 +-
docs/uri.html.in | 74 -----------------------------------------------
docs/windows.html.in | 2 +-
4 files changed, 9 insertions(+), 98 deletions(-)
- </ul>
- <p>The library will usually interact with the Xen daemon for any operation
-changing the state of the system, but for performance and accuracy reasons
-may talk directly to the hypervisor when gathering state information at
-least when possible (i.e. when the running program using libvirt has root
-privilege access).</p>
- <p>If it runs without root access virConnectOpenReadOnly() should be used to
-connect to initialize the library. It will then fork a libvirt_proxy
-program running as root and providing read_only access to the API, this is
-then only useful for reporting and monitoring.</p>
+ <p>The library will interact with libxl for all management operations
+on a Xen system.</p>
+ <p>Not that the libvirt libxl driver only supports root access.</p>
Note
<h2><a id="QEmu">QEmu and KVM support</a></h2>
Jano