]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xen: encourage use of xen:///system URI as preferred format
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 27 Mar 2018 13:32:07 +0000 (14:32 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 12 Apr 2018 15:52:01 +0000 (16:52 +0100)
commita8ea89d2588d8162404ff41d805d49a1cb0fba7d
tree4e4e31de28cf94e46985e984c3d69b6b2806faac
parentebc0b50e9faf31625b2f8cd3373bb099425f01a8
xen: encourage use of xen:///system URI as preferred format

Historically we have used a bare xen:/// URI for connecting to the
legacy Xen driver. The new libxl Xen driver follows the new practice
of allowing '/system' as a path, as well as bare '/' for compat with
the old Xen driver.

This documents xen:///system as the preferred format for Xen, leaving
xen:/// as an undocumented feature just for back-compat.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/drvxen.html.in
docs/remote.html.in
docs/uri.html.in
src/libvirt.c
src/libxl/libxl_driver.c
tools/libvirt-guests.sysconf
tools/virsh.pod