Searched full:qtest_qemu_binary (Results 1 – 7 of 7) sorted by relevance
/qemu/.gitlab-ci.d/ |
H A D | buildtest.yml | 234 QTEST_QEMU_BINARY=../build/qemu-system-${TARGET} ./tests/qtest/migration-test 237 QTEST_QEMU_BINARY=../build/qemu-system-${TARGET} ./tests/qtest/migration-test 661 export QTEST_QEMU_BINARY="./qemu-system-${tg}" ; 665 - QTEST_QEMU_BINARY="./qemu-system-x86_64" ./tests/qtest/pxe-test 666 - QTEST_QEMU_BINARY="./qemu-system-s390x" ./tests/qtest/pxe-test -m slow
|
/qemu/tests/qtest/ |
H A D | libqtest.c | 360 static const char *qtest_qemu_binary(const char *var) in qtest_qemu_binary() function 371 qemu_bin = getenv("QTEST_QEMU_BINARY"); in qtest_qemu_binary() 373 fprintf(stderr, "Environment variable QTEST_QEMU_BINARY required\n"); in qtest_qemu_binary() 558 return qtest_init_internal(qtest_qemu_binary(NULL), extra_args, true); in qtest_init_without_qmp_handshake() 580 QTestState *s = qtest_init_internal(qtest_qemu_binary(var), extra_args, in qtest_init_ext() 989 const char *qemu = qtest_qemu_binary(NULL); in qtest_get_arch() 998 fprintf(stderr, "QTEST_QEMU_BINARY must end with *-system-<arch> " in qtest_get_arch() 1995 * Set a dummy path for QTEST_QEMU_BINARY. Doesn't need to exist, but this in qtest_inproc_init() 1999 if (!g_setenv("QTEST_QEMU_BINARY", bin_path, 0)) { in qtest_inproc_init() 2001 "Could not set environment variable QTEST_QEMU_BINARY\n"); in qtest_inproc_init()
|
H A D | meson.build | 425 qtest_env.set('QTEST_QEMU_BINARY', './qemu-system-' + target_base)
|
/qemu/tests/data/acpi/ |
H A D | rebuild-expected-aml.sh | 50 TEST_ACPI_REBUILD_AML=y QTEST_QEMU_BINARY=$qemu tests/qtest/bios-tables-test
|
/qemu/docs/devel/testing/ |
H A D | qtest.rst | 69 ``QTEST_QEMU_BINARY`` and ``QTEST_QEMU_IMG``, and also because it is not easy
|
H A D | qgraph.rst | 162 $ 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``:
|
/qemu/tests/qtest/migration/ |
H A D | framework.c | 1011 * The default QTEST_QEMU_BINARY must always be provided because in migration_get_env()
|