mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
Prefer https: for libguestfs.org links
Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
parent
daec478600
commit
7e1b7acc51
@ -33,7 +33,7 @@
|
|||||||
<h2><a id="command">Command line tools</a></h2>
|
<h2><a id="command">Command line tools</a></h2>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><a href="http://libguestfs.org">guestfish</a></dt>
|
<dt><a href="https://libguestfs.org">guestfish</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
Guestfish is an interactive shell and command-line tool for examining
|
Guestfish is an interactive shell and command-line tool for examining
|
||||||
and modifying virtual machine filesystems. It uses libvirt to find
|
and modifying virtual machine filesystems. It uses libvirt to find
|
||||||
@ -152,7 +152,7 @@
|
|||||||
<h2><a id="conversion">Conversion</a></h2>
|
<h2><a id="conversion">Conversion</a></h2>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><a href="http://libguestfs.org/virt-p2v.1.html">virt-p2v</a></dt>
|
<dt><a href="https://libguestfs.org/virt-p2v.1.html">virt-p2v</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
Convert a physical machine to run on KVM. It is a LiveCD
|
Convert a physical machine to run on KVM. It is a LiveCD
|
||||||
which is booted on the machine to be converted. It collects a
|
which is booted on the machine to be converted. It collects a
|
||||||
@ -160,7 +160,7 @@
|
|||||||
to a remote machine and defines the XML for a domain to run
|
to a remote machine and defines the XML for a domain to run
|
||||||
the guest. (Note this tool is included with libguestfs)
|
the guest. (Note this tool is included with libguestfs)
|
||||||
</dd>
|
</dd>
|
||||||
<dt><a href="http://libguestfs.org/virt-v2v.1.html">virt-v2v</a></dt>
|
<dt><a href="https://libguestfs.org/virt-v2v.1.html">virt-v2v</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
virt-v2v converts guests from a foreign hypervisor to run on
|
virt-v2v converts guests from a foreign hypervisor to run on
|
||||||
KVM, managed by libvirt. It can convert guests from VMware or
|
KVM, managed by libvirt. It can convert guests from VMware or
|
||||||
@ -277,7 +277,7 @@
|
|||||||
<h2><a id="libraries">Libraries</a></h2>
|
<h2><a id="libraries">Libraries</a></h2>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><a href="http://libguestfs.org">libguestfs</a></dt>
|
<dt><a href="https://libguestfs.org">libguestfs</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
A library and set of tools for accessing and modifying virtual
|
A library and set of tools for accessing and modifying virtual
|
||||||
machine disk images. It can be linked with C and C++ management
|
machine disk images. It can be linked with C and C++ management
|
||||||
@ -310,7 +310,7 @@
|
|||||||
<h2><a id="livecd">LiveCD / Appliances</a></h2>
|
<h2><a id="livecd">LiveCD / Appliances</a></h2>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><a href="http://libguestfs.org/virt-v2v/">virt-p2v</a></dt>
|
<dt><a href="https://libguestfs.org/virt-v2v/">virt-p2v</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
An older tool for converting a physical machine into a virtual
|
An older tool for converting a physical machine into a virtual
|
||||||
machine. It is a LiveCD which is booted on the machine to be
|
machine. It is a LiveCD which is booted on the machine to be
|
||||||
|
@ -77,7 +77,7 @@ time.
|
|||||||
**Recommendation:** if there is a need to access the content of a disk
|
**Recommendation:** if there is a need to access the content of a disk
|
||||||
image, use a single-use throwaway virtual machine to access the data.
|
image, use a single-use throwaway virtual machine to access the data.
|
||||||
Never mount disk images on the host OS. Ideally make use of the
|
Never mount disk images on the host OS. Ideally make use of the
|
||||||
`libguestfs <http://libguestfs.org>`__ tools and APIs for accessing
|
`libguestfs <https://libguestfs.org>`__ tools and APIs for accessing
|
||||||
disks
|
disks
|
||||||
|
|
||||||
Guest migration network
|
Guest migration network
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If you have a very specific use case, such as the appliances
|
If you have a very specific use case, such as the appliances
|
||||||
used by <a href="http://libguestfs.org/">libguestfs</a> behind
|
used by <a href="https://libguestfs.org/">libguestfs</a> behind
|
||||||
the scenes to access disk images, and this automatically-added
|
the scenes to access disk images, and this automatically-added
|
||||||
<code>pcie-root-port</code> controller ends up being a nuisance,
|
<code>pcie-root-port</code> controller ends up being a nuisance,
|
||||||
you can prevent libvirt from adding it by manually managing PCI
|
you can prevent libvirt from adding it by manually managing PCI
|
||||||
|
Loading…
Reference in New Issue
Block a user