Rate This Document
Findability
Accuracy
Completeness
Readability

Installing QEMU

  1. Obtain the QEMU installation package.
    1. Download the QEMU installation package.

      For the download address, see Table 2.

    2. Upload the source package to the server.
  2. Decompress the QEMU installation package.
    tar -xf qemu-5.0.0.tar.xz
  3. Configure, compile, and install QEMU.
    cd qemu-5.0.0/
    ./configure --target-list=aarch64-softmmu --enable-kvm --enable-rbd  --prefix=/usr
    make -j && make install