Installing Virtualization Components
Install QEMU as a VM simulator, and install libvirt to manage open source APIs, background programs and management tools for virtualization platforms.
- Install virtualization components.
1yum install libvirt qemu edk2-aarch64.noarch virt-install
- Start the libvirtd service and enable the libvertd service to automatically start upon system startup.
1 2
systemctl start libvirtd systemctl enable libvirtd
- Check the QEMU version to ensure that the current QEMU version meets the environment requirements.
1qemu-kvm --version
- Check the libvirt version to ensure that the current libvirt version meets the environment requirements.
libvirtd --version

Parent topic: Configuring the Installation Environment