From 339a2e7d65c4321b34d525d4e7592c2b4bed81c7 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 19 Apr 2022 17:12:07 +0200 Subject: [PATCH] docs: uri: Consolidate paragraphs on Xen URIs Mention the legacy 'xen' string usage under the Xen hypervisor uri section. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- docs/uri.rst | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/docs/uri.rst b/docs/uri.rst index 80c2d780c3..97a72dc37d 100644 --- a/docs/uri.rst +++ b/docs/uri.rst @@ -91,12 +91,12 @@ In virt-install use the ``--connect=``\ *URI* option: xen:///system URI ----------------- -*This section describes a feature which is new in libvirt > 0.2.3. For libvirt ≤ -0.2.3 use* `Legacy: "xen"`_ *URI*. - To access a Xen hypervisor running on the local machine use the URI ``xen:///system``. +Historically libvirt 0.2.2 and previous versions required to use the name +``"xen"`` to refer to the Xen hypervisor. + qemu:///... QEMU and KVM URIs ----------------------------- @@ -418,13 +418,3 @@ The test driver is a dummy hypervisor for test purposes. The URIs supported are: the driver. - ``test:///path/to/host/definitions`` connects to a set of host definitions held in the named file. - -Other & legacy URI formats --------------------------- - -Legacy: ``"xen"`` -~~~~~~~~~~~~~~~~~ - -Another legacy URI is to specify name as the string ``"xen"``. This will -continue to refer to the Xen hypervisor. However you should prefer a full -`xen:///system URI`_ in all future code.