2020-07-30 11:32:14 +02:00
==============
Knowledge base
==============
2020-11-04 15:51:17 +01:00
Usage
-----
2020-07-30 11:32:14 +02:00
2020-11-04 15:37:46 +01:00
`Secure usage <secureusage.html> `__
Secure usage of the libvirt APIs
2020-07-30 11:32:14 +02:00
2020-11-04 17:31:57 +01:00
`Backing chain management <backing_chains.html> `__
Explanation of how disk backing chain specification impacts libvirt's
behaviour and basic troubleshooting steps of disk problems.
2020-07-30 11:32:14 +02:00
2020-11-04 17:31:57 +01:00
`Virtio-FS <virtiofs.html> `__
Share a filesystem between the guest and the host
2020-07-30 11:32:14 +02:00
2020-11-04 17:31:57 +01:00
`Security with QEMU passthrough <qemu-passthrough-security.html> `__
Examination of the security protections used for QEMU and how they need
configuring to allow use of QEMU passthrough with host files/devices.
2020-07-30 11:32:14 +02:00
2020-11-04 15:37:46 +01:00
`RPM deployment <rpm-deployment.html> `__
Explanation of the different RPM packages and illustration of which to
pick for installation
2020-07-30 11:32:14 +02:00
2020-11-04 17:31:57 +01:00
`Domain state capture <domainstatecapture.html> `__
Comparison between different methods of capturing domain state
2020-07-30 11:32:14 +02:00
2020-11-04 17:31:57 +01:00
`Disk locking <locking.html> `__
Ensuring exclusive guest access to disks with
`virtlockd <locking-lockd.html> `__ or
`Sanlock <locking-sanlock.html> `__
2020-07-30 11:32:14 +02:00
2020-11-04 17:31:57 +01:00
`Protected virtualization on s390 <s390_protected_virt.html> `__
Running secure s390 guests with IBM Secure Execution
`Launch security <launch_security_sev.html> `__
Securely launching VMs with AMD SEV
2020-08-06 14:34:02 +08:00
2020-11-04 15:37:46 +01:00
`KVM real time <kvm-realtime.html> `__
Run real time workloads in guests on a KVM hypervisor
2020-07-30 11:32:14 +02:00
2020-11-04 15:51:17 +01:00
Internals / Debugging
---------------------
`Debug logs <debuglogs.html> `__
Configuration of logging and tips on how to file a good bug report.
`Systemtap <systemtap.html> `__
Explanation of how to use systemtap for libvirt tracing.
2020-11-04 15:37:46 +01:00
`Incremental backup internals <incrementalbackupinternals.html> `__
Incremental backup implementation details relevant for users
2020-07-30 11:32:14 +02:00
2020-11-04 15:37:46 +01:00
`VM migration internals <migrationinternals.html> `__
VM migration implementation details, complementing the info in
`migration <migration.html> `__