/qemu/tests/tcg/aarch64/system/ |
H A D | vtimer.c | 2 * Simple Virtual Timer Test 32 ml_printf("VTimer Test\n"); in main()
|
H A D | boot.S | 110 * The test can set the semihosting command line to the target 111 * EL needed for the test. However if no semihosting args are set we will 162 /* Does the test want to be at EL3? */ 212 /* Does the test want to be at EL2? */ 236 * At the target EL for the test, usually EL1. Note we still 354 * Setup some stack space before we enter the test code.
|
/qemu/tests/tcg/s390x/ |
H A D | mie3-mvcrl.c | 16 static bool test(void) in test() function 51 ok &= test(); in main()
|
/qemu/tests/qemu-iotests/tests/ |
H A D | qemu-img-close-errors.out | 3 === Test with 6 bitmaps === 14 === Test with 7 bitmaps ===
|
H A D | mirror-top-perms | 4 # Test permissions taken by the mirror-top filter 42 # Will be created by the test function itself 117 # those are the permissions that we want to test.
|
/qemu/tests/tcg/xtensa/ |
H A D | test_sext.S | 7 test sext label 59 test sext_same_rs label
|
H A D | test_max.S | 7 test max label 45 test maxu label
|
H A D | test_min.S | 7 test min label 45 test minu label
|
/qemu/tests/functional/ |
H A D | test_arm_stellaris.py | 3 # Functional test that checks the serial console of the stellaris machines 40 # The test kernel emits an initial '!' and then waits for input.
|
H A D | test_sh4_tuxrun.py | 3 # Functional test that boots known good tuxboot images the same way 32 # The test is currently too unstable to do much in userspace
|
/qemu/tests/qemu-iotests/ |
H A D | 217.out | 15 --- Checking test image --- 24 --- Repairing test image ---
|
H A D | 204 | 4 # Test corner cases with unusual block geometries 42 # This test assumes that discard leaves zero clusters; see test 177 for
|
H A D | iotests.py | 98 # "check" that individual test cases rely on. 99 sys.stderr.write('Please run this test via the "check" script\n') 189 # like extended_l2 or compression_type for qcow2. Test may want to create 1193 '''Abstract base class for QMP test cases''' 1366 '''Skip this test case''' 1372 '''Skip this test suite''' 1373 # Each test in qemu-iotests has a number ("seq") 1383 '''Mark this test case as not having been run (without actually 1386 current test case.''' 1388 # Each test in qemu-iotests has a number ("seq") [all …]
|
H A D | 232 | 4 # Test for auto-read-only 51 if ! test -t 0; then 81 (echo test > $TEST_IMG) 2>/dev/null && \ 82 _notrun "Readonly attribute is ignored, probably you run this test as" \
|
H A D | 028 | 4 # Test that backing files can be smaller than the image 76 echo "Creating test image with backing file" 82 echo "Filling test image"
|
H A D | 039 | 4 # Test qcow2 lazy refcounts 9 # Based on test 038. 48 # Some of these test cases expect no external data file so that all
|
/qemu/tests/qtest/libqos/ |
H A D | qos_external.c | 79 * Once the test is reached, return the object it consumes. 83 * that after execution they can be safely free'd. (The test's 89 * the test, and the remaining elements represent the actual objects
|
/qemu/tests/tcg/hexagon/ |
H A D | mem_noshuf_exception.c | 19 * Test the VLIW semantics of exceptions with mem_noshuf 27 * We test this with a mem_noshuf packet with a store to a global variable, 73 /* SIGSEGV test */ in main()
|
/qemu/tests/unit/ |
H A D | test-logging.c | 119 * Before starting test, set log flags, to ensure the file gets in test_logfile_write() 129 * Test that even if an open file handle is changed, in test_logfile_write() 158 * Test the use of the logfile lock, such in test_logfile_lock() 196 g_autofree gchar *tmp_path = g_dir_make_tmp("qemu-test-logging.XXXXXX", NULL); in main()
|
H A D | test-crypto-pbkdf.c | 45 /* This test data comes from cryptsetup package 52 /* RFC 3962 test data */ 154 /* RFC-6070 test data */ 230 /* non-RFC misc test data */ 232 /* empty password test. */ 245 /* Password exceeds block size test */
|
/qemu/tests/qtest/ |
H A D | e1000e-test.c | 51 /* Prepare test data buffer */ in e1000e_send_verify() 81 /* Free test data buffer */ in e1000e_send_verify() 108 /* Prepare test data buffer */ in e1000e_receive_verify() 129 /* Free test data buffer */ in e1000e_receive_verify()
|
H A D | readconfig-test.c | 31 cfgfd = g_file_open_tmp("readconfig-test-XXXXXX", &cfgpath, &error); in qtest_init_with_config() 81 /* Test valid command */ in test_x86_memdev() 89 /* FIXME: The test is currently broken on FreeBSD */ 118 /* Test valid command */ in test_spice() 170 /* Test valid command */ in test_object_rng() 404 * so we can skip the test in quick mode in main()
|
/qemu/tests/tcg/i386/ |
H A D | test-avx.py | 3 # Generate test-avx.h from x86.csv 354 print("Usage: test-avx.py x86.csv test-avx.h") 358 outf.write("// Generated by test-avx.py. Do not edit.\n") 368 outf.write('TEST(%d, "%s", %s)\n' % (n, insn, g.optype)) 372 outf.write("#undef TEST\n")
|
/qemu/tests/tcg/aarch64/ |
H A D | sve-str.c | 6 static int __attribute__((noinline)) test(int vl) in test() function 45 err |= test(i); in main()
|
/qemu/hw/i2c/ |
H A D | omap_i2c.c | 55 uint16_t test; member 156 s->test = 0; in omap_i2c_reset() 251 if (s->test & (1 << 15)) { /* ST_EN */ in omap_i2c_read() 252 s->test ^= 0xa; in omap_i2c_read() 253 return s->test; in omap_i2c_read() 255 return s->test & ~0x300f; in omap_i2c_read() 391 s->test = value & 0xf80f; in omap_i2c_write() 399 "%s: System Test not supported\n", __func__); in omap_i2c_write()
|