graphic: 0.979 device: 0.938 architecture: 0.894 mistranslation: 0.849 semantic: 0.847 user-level: 0.845 files: 0.844 peripherals: 0.841 boot: 0.816 network: 0.815 socket: 0.808 vnc: 0.758 debug: 0.738 x86: 0.692 performance: 0.650 ppc: 0.647 i386: 0.632 PID: 0.623 register: 0.617 permissions: 0.593 TCG: 0.593 assembly: 0.560 arm: 0.524 risc-v: 0.472 kernel: 0.450 VMM: 0.401 hypervisor: 0.389 virtual: 0.349 KVM: 0.023 Tests: YAMON binaries unavailable Description of problem: The [tests for MIPS](https://gitlab.com/qemu-project/qemu/-/blame/master/tests/avocado/machine_mips_malta.py#L127) download the YAMON firmware binaries, however that link does not exist anymore. It appears that it may have [moved to ](https://www.mips.com/develop/tools/boot-loaders/)mips.com (or maybe that's where it came from?), which states "To support existing users of these, and the QEMU project, YAMON is now available under the GPL License." However those links are also dead. I've not been able to find the referenced binaries or source anywhere. @philmd, do you happen to have a copy you can upload? Alternatively, I've found the 2.16 source [here](https://github.com/binsgit/mips-yamon). Another alternative would be to use U-boot, which is easy to get a hold of and would work for this test (just getting to a prompt, although I've had issues with it being able to access an IDE drive). I haven't found prebuilt binaries for MIPS and u-boot though.