Home
last modified time | relevance | path

Searched full:qtest_qemu_binary (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/.gitlab-ci.d/
H A Dbuildtest.yml239 QTEST_QEMU_BINARY=../build/qemu-system-${TARGET} ./tests/qtest/migration-test
242 QTEST_QEMU_BINARY=../build/qemu-system-${TARGET} ./tests/qtest/migration-test
670 export QTEST_QEMU_BINARY="./qemu-system-${tg}" ;
674 - QTEST_QEMU_BINARY="./qemu-system-x86_64" ./tests/qtest/pxe-test
675 - QTEST_QEMU_BINARY="./qemu-system-s390x" ./tests/qtest/pxe-test -m slow
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c341 static const char *qtest_qemu_binary(const char *var) in qtest_qemu_binary() function
352 qemu_bin = getenv("QTEST_QEMU_BINARY"); in qtest_qemu_binary()
354 fprintf(stderr, "Environment variable QTEST_QEMU_BINARY required\n"); in qtest_qemu_binary()
527 return qtest_init_internal(qtest_qemu_binary(NULL), extra_args); in qtest_init_without_qmp_handshake()
532 QTestState *s = qtest_init_internal(qtest_qemu_binary(var), extra_args); in qtest_init_with_env()
933 const char *qemu = qtest_qemu_binary(NULL); in qtest_get_arch()
942 fprintf(stderr, "QTEST_QEMU_BINARY must end with *-system-<arch> " in qtest_get_arch()
1900 * Set a dummy path for QTEST_QEMU_BINARY. Doesn't need to exist, but this in qtest_inproc_init()
1904 if (!g_setenv("QTEST_QEMU_BINARY", bin_path, 0)) { in qtest_inproc_init()
1906 "Could not set environment variable QTEST_QEMU_BINARY\n"); in qtest_inproc_init()
H A Dmeson.build398 qtest_env.set('QTEST_QEMU_BINARY', './qemu-system-' + target_base)
H A Dmigration-test.c3790 * The default QTEST_QEMU_BINARY must always be provided because in main()
/openbmc/qemu/tests/data/acpi/
H A Drebuild-expected-aml.sh50 TEST_ACPI_REBUILD_AML=y QTEST_QEMU_BINARY=$qemu tests/qtest/bios-tables-test
/openbmc/qemu/docs/devel/testing/
H A Dqtest.rst67 ``QTEST_QEMU_BINARY`` and ``QTEST_QEMU_IMG``, and also because it is not easy
H A Dqgraph.rst162 $ QTEST_QEMU_BINARY=build/qemu-system-x86_64 build/tests/qtest/qos-test --verbose
615 ``QTEST_QEMU_BINARY=./qemu-system-x86_64``
619 and for the binary ``QTEST_QEMU_BINARY=./qemu-system-arm``: