mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
182a12789a
Original conversion didn't properly convert local links. Fix them by pointing to the section name. In certain cases this requires reformulation of the text. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
1.0 KiB
1.0 KiB
Internal drivers
The libvirt public API delegates its implementation to one or more internal drivers, depending on the connection URI passed when initializing the library. There is always a hypervisor driver active, and if the libvirt daemon is available there will usually be a network and storage driver active.
Hypervisor drivers
The hypervisor drivers currently supported by libvirt are:
- LXC - Linux Containers
- OpenVZ
- QEMU
- Test - Used for testing
- VirtualBox
- VMware ESX
- VMware Workstation/Player
- Xen
- Microsoft Hyper-V
- Virtuozzo
- Bhyve - The BSD Hypervisor
- Cloud Hypervisor