我要评分
获取效率
正确性
完整性
易理解

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.

  1. Install virtualization components.
    1
    yum install libvirt qemu edk2-aarch64.noarch virt-install
    
  2. Start the libvirtd service and enable the libvertd service to automatically start upon system startup.
    1
    2
    systemctl start libvirtd
    systemctl enable libvirtd
    
  3. Check the QEMU version to ensure that the current QEMU version meets the environment requirements.
    1
    qemu-kvm --version
    

  4. Check the libvirt version to ensure that the current libvirt version meets the environment requirements.
    libvirtd --version