
On Fri, Apr 22, 2022 at 16:05:57 +0200, Michal Prívozník wrote:
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@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?
Gah ... unicode quotes :D. I think I might even get rid of these in later patches. git fetch https://gitlab.com/pipo.sk/libvirt.git docs-anchor-final You can pull from here. Or I can remove them and re-send.