mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
9943c42a22
Now that various new API have been added or are coming soon, it is worth a landing page that gives an overview of capturing various pieces of guest state, and which APIs are best suited to which tasks. Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: John Ferlan <jferlan@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
31 lines
934 B
XML
31 lines
934 B
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>
|
|
</dl>
|
|
</div>
|
|
|
|
<br class="clear"/>
|
|
|
|
</body>
|
|
</html>
|