Installing QEMU
- Obtain the QEMU installation package.
- Download the QEMU installation package.
For the download address, see Table 2.
- Upload the source package to the server.
- Download the QEMU installation package.
- Decompress the QEMU installation package.
tar -xf qemu-5.0.0.tar.xz
- 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
Parent topic: QEMU 5.0.0 Installation Guide (openEuler 20.03)