Hosts/Linux - QEMU
https://wiki.qemu.org/Hosts/LinuxThe QEMU build system supports compiling a git clone inside a docker container. With docker installed, for example, it can be started with "make docker-test-quick@ubuntu", to build x86_64-softmmu and aarch64-softmmu targets in a ubuntu instance. See also Testing/DockerBuild for more information. Running QEMU on Linux System emulation
How do I install QEMU 3.0 on Ubuntu 18.04?
https://askubuntu.com/questions/106772221.08.2018 · It seems that we need to compile QEMU 3.0.0 manually. At first we remove version installed from official repository (if any): sudo apt-get purge "qemu*" sudo apt-get autoremove. We should start by installing its build-dependencies - at first enable Source Code repositories in Software and Updates ( software-properties-gtk) and then: