Hosts/W32 - QEMU
https://wiki.qemu.org/Hosts/W32Builds with the normal Cygwin compiler are not supported. Nevertheless, cygwin can be used as a build environment because it also contains all necessary Mingw-w64 packages. # Don't build in the QEMU source directory. Using a subdirectory is better. # …
Hosts/Linux - QEMU
wiki.qemu.org/Hosts/LinuxQEMU supports builds in this directory (not recommended) or in an extra directory (out-of-tree builds, recommended). There can be any number of out-of-tree builds, so if you plan to make cross builds, debug and release builds, out-of-tree builds are what you need.
Debug the kernel using QEMU | Fuchsia
fuchsia.dev › fuchsia-src › developmentJul 13, 2021 · # for aarch64 fx set bringup.arm64 fx build fx qemu # for x86 fx set bringup.x64 fx build fx qemu If QEMU is not on your path, use -q to specify its location. The -h flag will list a number of options, including things like -b to rebuild first if necessary and -g to run with a graphical framebuffer. To exit qemu, enter Ctrl-a x.