The --env and --fs options are very useful for passing stuff into QEMU without having to assemble images or type stuff into the console.
Document them and add a new --graphic option that spawns either a Bochs ISA, PCI or a ramfb graphic device depending on the target. Ahmad Fatoum (4): test: update requirement to Labgrid v25.0 test: drop now superfluous extra_args test: document pytest --env and --fs options test: add support for pytest --graphic Documentation/boards/emulated.rst | 21 +++++++++++++++++++ conftest.py | 20 +++++++++++++++++- test/Containerfile | 2 +- test/arm/a15@multi_v7_defconfig.yaml | 2 +- test/arm/a9@multi_v7_defconfig.yaml | 2 +- .../qemu-raspi0@multi_v5_v6_defconfig.yaml | 2 +- .../qemu-raspi1ap@multi_v5_v6_defconfig.yaml | 2 +- test/arm/qemu-raspi2b@multi_v7_defconfig.yaml | 2 +- test/arm/qemu-raspi3b@multi_v8_defconfig.yaml | 1 + .../qemu-sabrelite@multi_v7_defconfig.yaml | 1 + test/arm/virt@multi_v7_defconfig.yaml | 2 +- test/arm/virt@multi_v8_defconfig.yaml | 2 +- test/mips/be@qemu-malta_defconfig.yaml | 2 +- test/mips/qemu-malta64el_defconfig.yaml | 2 +- test/mips/qemu-maltael_defconfig.yaml | 2 +- test/openrisc/generic_defconfig.yaml | 2 +- test/riscv/qemu-virt64@rv64i_defconfig.yaml | 2 +- test/riscv/qemu@virt32_defconfig.yaml | 2 +- test/riscv/sifive@rv64i_defconfig.yaml | 2 +- test/strategy.py | 4 ++-- test/x86/pc@efi_defconfig.yaml | 1 + test/x86/q35@efi_defconfig.yaml | 1 + test/x86/virtio@efi_defconfig.yaml | 1 + 23 files changed, 62 insertions(+), 18 deletions(-) -- 2.39.5