On 4/22/22 14:23, Peter Krempa wrote:
Adjust links in the process.
Note that the conversion to the table is temporary and upcoming patch
will modify it for better readability.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
docs/meson.build | 2 +-
docs/uri.html.in | 507 -----------------------------------------------
docs/uri.rst | 447 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 448 insertions(+), 508 deletions(-)
delete mode 100644 docs/uri.html.in
create mode 100644 docs/uri.rst
diff --git a/docs/uri.rst b/docs/uri.rst
new file mode 100644
index 0000000000..949032e0ff
--- /dev/null
+++ b/docs/uri.rst
+
+Other & legacy URI formats
+--------------------------
+
+NULL and empty string URIs
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Libvirt allows you to pass a ``NULL`` pointer to ``virConnectOpen*``. Empty
+string (``""``) acts in the same way. Traditionally this has meant “connect
to
+the local Xen hypervisor�?. However in future this may change to mean “connect to
+the best available hypervisor�?.
This does not look correct. Maybe this is causing the problem?
Michal