qemu.build#
Build qemu system and default tools#
This script automates the process of building QEMU from its source repository at the given repository path. It configures the build environment with VirtFS and debugging enabled.
For the build ot succeed the dependencies must be met, this is out scope here, so install in which way fits your system, on Fedora one would atleast install the following:
dnf install glib2-devel
Assuming a compiler and build-system is readily available.
Configuration#
qemu.repository.path: strPath to the qemu repository on the target machine.
qemu.build.prefix: strPrefix given to the qemu configuration in the –prefix argument
Retargetable: True#
- cijoe.qemu.scripts.build.main(args, cijoe)#
Build qemu
CLI arguments#
options:
-h, --helpshow this help message and exit