]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: uri: Move the 'test' hypervisor under a 'local hypervisors heading
authorPeter Krempa <pkrempa@redhat.com>
Tue, 19 Apr 2022 15:15:03 +0000 (17:15 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 25 Apr 2022 14:33:01 +0000 (16:33 +0200)
Add a new heading 'Local hypervisor URIs' and move the sections about
'qemu', 'xen' and 'test' under it.

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

index 97a72dc37d3aee9ff63193eaeb6b007e7e57bed2..714a0c4c21b7ee6fa4a49fb046d870a44ab176da 100644 (file)
@@ -88,8 +88,11 @@ In virt-install use the ``--connect=``\ *URI* option:
 
    virt-install --connect=test:///default [other options]
 
+Local hypervisor URIs
+---------------------
+
 xen:///system URI
------------------
+~~~~~~~~~~~~~~~~~
 
 To access a Xen hypervisor running on the local machine use the URI
 ``xen:///system``.
@@ -98,7 +101,7 @@ 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
------------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 To use QEMU support in libvirt you must be running the ``libvirtd`` daemon
 (named ``libvirt_qemud`` in releases prior to 0.3.0). The purpose of this daemon
@@ -120,6 +123,16 @@ domain socket(s) that it listens on in the various different modes).
 KVM URIs are identical. You select between qemu, qemu accelerated and KVM guests
 in the `guest XML as described here <format.html#KVM1>`__.
 
+test:///... Test URIs
+~~~~~~~~~~~~~~~~~~~~~
+
+The test driver is a dummy hypervisor for test purposes. The URIs supported are:
+
+-  ``test:///default`` connects to a default set of host definitions built into
+   the driver.
+-  ``test:///path/to/host/definitions`` connects to a set of host definitions
+   held in the named file.
+
 Remote URIs
 -----------
 
@@ -408,13 +421,3 @@ parameter values must be
 |                         |                         | ``                      |
 |                         |                         | sshauth=privkey,agent`` |
 +-------------------------+-------------------------+-------------------------+
-
-test:///... Test URIs
----------------------
-
-The test driver is a dummy hypervisor for test purposes. The URIs supported are:
-
--  ``test:///default`` connects to a default set of host definitions built into
-   the driver.
--  ``test:///path/to/host/definitions`` connects to a set of host definitions
-   held in the named file.