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``.
``"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
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
-----------
| | | `` |
| | | 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.