mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
aecf1f5d70
Add a document describing the usage of virtiofs. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Tested-by: Andrea Bolognani <abologna@redhat.com>
46 lines
1.7 KiB
XML
46 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<body class="docs">
|
|
<h2>Knowledge base</h2>
|
|
|
|
<div class="panel">
|
|
<dl>
|
|
<dt><a href="kbase/locking.html">Disk locking</a></dt>
|
|
<dd>Ensuring exclusive guest access to disks with
|
|
<a href="kbase/locking-lockd.html">virtlockd</a> or
|
|
<a href="kbase/locking-sanlock.html">Sanlock</a></dd>
|
|
|
|
<dt><a href="kbase/secureusage.html">Secure usage</a></dt>
|
|
<dd>Secure usage of the libvirt APIs</dd>
|
|
|
|
<dt><a href="kbase/launch_security_sev.html">Launch security</a></dt>
|
|
<dd>Securely launching VMs with AMD SEV</dd>
|
|
|
|
<dt><a href="kbase/domainstatecapture.html">Domain state
|
|
capture</a></dt>
|
|
<dd>Comparison between different methods of capturing domain
|
|
state</dd>
|
|
|
|
<dt><a href="kbase/rpm-deployment.html">RPM deployment</a></dt>
|
|
<dd>Explanation of the different RPM packages and illustration of
|
|
which to pick for installation</dd>
|
|
|
|
<dt><a href="kbase/backing_chains.html">Backing chain management</a></dt>
|
|
<dd>Explanation of how disk backing chain specification impacts libvirt's
|
|
behaviour and basic troubleshooting steps of disk problems.</dd>
|
|
|
|
<dt><a href="kbase/qemu-passthrough-security.html">Security with QEMU passthrough</a></dt>
|
|
<dd>Examination of the security protections used for QEMU and how they need
|
|
configuring to allow use of QEMU passthrough with host files/devices.</dd>
|
|
|
|
<dt><a href="kbase/virtiofs.html">Virtio-FS</a></dt>
|
|
<dd>Share a filesystem between the guest and the host</dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<br class="clear"/>
|
|
|
|
</body>
|
|
</html>
|