Virtualization components
The virtual server management as described in this document is based on the following virtualization components.
- Linux™ kernel including the kvm kernel module (KVM)
- Provides the core virtualization infrastructure to run multiple virtual servers on a Linux host.
- QEMU
- User space component that implements virtual servers on the host using KVM functionality.
- libvirt
- Provides a toolkit for the virtual server management:
- The XML format is used to configure virtual servers.
- The virsh command-line interface is used to operate virtual servers and devices.
