]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: uri: Consolidate paragraphs on Xen URIs
authorPeter Krempa <pkrempa@redhat.com>
Tue, 19 Apr 2022 15:12:07 +0000 (17:12 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 25 Apr 2022 14:33:01 +0000 (16:33 +0200)
Mention the legacy 'xen' string usage under the Xen hypervisor uri
section.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/uri.rst

index 80c2d780c3c80f89089e8e9e10974e26f578e851..97a72dc37d3aee9ff63193eaeb6b007e7e57bed2 100644 (file)
@@ -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.