mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
c6d15e04ae
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
1.1 KiB
1.1 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