/qemu/tests/unit/ |
H A D | test-vmstate.c | 2 * Test code for VMState 133 /* We test with zero size */ in load_vmstate() 138 * able to test in the middle */ in load_vmstate() 142 /* We test with size - 2. We can't test size - 1 due to EOF tricks */ in load_vmstate() 146 /* Test with size/2, first half of real state */ in load_vmstate() 150 /* Test with size/2, second half of real state */ in load_vmstate() 159 /* Test struct that we are going to use for our tests */ 173 /* Object instantiation, we are going to use it in more than one test */ 193 you are expected to add a test here */ 220 * save test [all …]
|
/qemu/ |
H A D | MAINTAINERS | 700 F: tests/qtest/cmsdk-apb-timer-test.c 703 F: tests/qtest/cmsdk-apb-dualtimer-test.c 708 F: tests/qtest/cmsdk-apb-watchdog-test.c 736 F: tests/qtest/test-arm-mptimer.c 754 F: tests/qtest/dm163-test.c 869 F: tests/qtest/rs5c372-test.c 898 F: tests/qtest/sse-timer-test.c 927 F: tests/qtest/adm1266-test.c 1213 F: tests/qtest/microbit-test.c 1867 F: tests/unit/test-x86-topo.c [all …]
|
/qemu/tests/qemu-iotests/ |
H A D | 124 | 291 Test: Create and verify three incremental backups. 302 Test: Create and verify backups made with a small granularity bitmap. 304 Perform the same test as test_incremental_simple, but with a granularity 312 Test: Create and verify backups made with a large granularity bitmap. 314 Perform the same test as test_incremental_simple, but with a granularity 322 Test: Create and verify backups made to a larger cluster size target. 374 '''Test: Verify backups made from transactionally created bitmaps. 465 # expecting drive1's backup to fail. In the 'race' test, 494 # Don't re-run the transaction, we only wanted to test the race. 519 '''Test: Verify backups made from a transaction that partially fails. [all …]
|
H A D | 260 | 45 def test(persistent, restart): function 92 test(persistent=False, restart=False) 93 test(persistent=True, restart=False) 94 test(persistent=True, restart=True)
|
H A D | 020 | 75 echo "Creating test image with backing file" 81 echo "Filling test image" 88 # Complete test image clusters 104 # Complete test image clusters 181 echo 'Image committed.' # Skip test
|
H A D | 071 | 4 # Test case for the QMP blkdebug and blkverify interfaces 44 # so this test does not work with external data files 94 …w,file.driver=blkverify,file.raw.filename=$TEST_IMG.base,file.test.driver=$IMGFMT,file.test.file.f… 170 "test": "drive0", 202 "test": {
|
H A D | 242 | 4 # Test for qcow2 bitmap printed information 83 log('Test {}'.format(num)) 92 log('Test {}\nChecking "in-use" flag...'.format(num)) 108 log('Test complete')
|
H A D | 036.out | 10 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature 16 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature, Unknown … 17 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature, Unknown …
|
H A D | 171 | 4 # Test 'offset' and 'size' options of the raw driver. Make sure we can't 158 echo "== test 'offset' option ==" 167 echo "== test 'offset' and 'size' options ==" 176 echo "== test misaligned 'offset' ==" 185 echo "== test reopen =="
|
H A D | 197 | 4 # Test case for copy-on-read into qcow2 52 # Test is supported for any backing file; but we force qcow2 for our wrapper. 89 # memory on some machines (particularly 32-bit), we skip the test if 96 _notrun "Insufficient memory to run test" ;; 118 # (Also, note that this is really a pure qcow2 test.)
|
/qemu/tests/decode/ |
H A D | meson.build | 55 test(fs.replace_suffix(t, ''), 56 decodetree, args: ['--output-null', '--test-for-error', files(t)], 61 test(fs.replace_suffix(t, ''),
|
/qemu/tests/qtest/ |
H A D | npcm7xx_rng-test.c | 87 * Perform a frequency (monobit) test, as defined by NIST SP 800-22, on the 93 * will fail this test. However, an RNG which always returns 0x55, 0xf0 or some 116 * Perform a runs test, as defined by NIST SP 800-22, and return the P-value. 185 * satisfies a monobit test. 204 * satisfies a runs test. 226 * a monobit test. 248 * a runs test.
|
H A D | bios-tables-test.c | 2 * Boot order test cases. 17 * 2. list any changed files in tests/qtest/bios-tables-test-allowed-diff.h 24 * You will also notice that tests/qtest/bios-tables-test-allowed-diff.h lists 48 * tests/qtest/bios-tables-test-allowed-diff.h is empty - this will ensure 52 * - patch 1: list changed files in tests/qtest/bios-tables-test-allowed-diff.h. 55 * tests/qtest/bios-tables-test-allowed-diff.h 73 #define OEM_ID "TEST" 107 static char disk[] = "tests/acpi-test-disk-XXXXXX"; 192 /* Load all tables and add to test list directly RSDT referenced tables */ in test_acpi_rxsdt_table() 198 /* Add table to ASL test tables list */ in test_acpi_rxsdt_table() [all …]
|
/qemu/tests/tcg/multiarch/ |
H A D | threadcount.c | 5 * semantics this test is used to exercise the thread creation and 6 * accounting. A version of this test found a problem with clashing 9 * Based on the original test case by Nikolay Igotti.
|
/qemu/tests/functional/ |
H A D | test_aarch64_sbsaref_alpine.py | 3 # Functional test that boots a kernel and checks the console 27 # Other test profiles should use more minimal boots 55 @skipSlowTest() # Test might timeout due to PAuth emulation
|
H A D | test_arm_emcraft_sf2.py | 3 # Functional test that boots a Linux kernel and checks the console 16 ('https://raw.githubusercontent.com/Subbaraya-Sundeep/qemu-test-binaries/' 21 ('https://raw.githubusercontent.com/Subbaraya-Sundeep/qemu-test-binaries/'
|
H A D | test_arm_aspeed_ast2500.py | 3 # Functional test that boots the ASPEED machines 24 'tmp105,bus=aspeed.i2c.bus.3,address=0x4d,id=tmp-test') 33 self.vm.cmd('qom-set', path='/machine/peripheral/tmp-test',
|
H A D | test_arm_aspeed_ast2600.py | 3 # Functional test that boots the ASPEED machines 30 'tmp105,bus=aspeed.i2c.bus.3,address=0x4d,id=tmp-test') 43 self.vm.cmd('qom-set', path='/machine/peripheral/tmp-test', 110 'tmp105,bus=aspeed.i2c.bus.5,address=0x4d,id=tmp-test') 127 self.vm.cmd('qom-set', path='/machine/peripheral/tmp-test',
|
/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | sha1.py | 3 # A very simple smoke test for debugging the SHA1 userspace test on 6 # This is launched via tests/guest-debug/run-test.py
|
/qemu/tests/qtest/migration/i386/ |
H A D | a-b-bootblock.S | 1 # x86 bootblock used in migration test 12 #include "migration-test.h" 89 # should this test suspend? 138 /* test launcher can poke a 1 here to exercise suspend */
|
/qemu/tests/qtest/migration/ppc64/ |
H A D | a-b-kernel.S | 7 #include "../migration-test.h" 24 * Enter 64-bit mode. Not necessary because the test uses 32-bit 34 * Set up test memory region. Non-volatiles are used because the
|
/qemu/tests/qtest/migration/ |
H A D | precopy-tests.c | 5 * based on the vhost-user-test.c that is: 61 * despite being live, the test is fast because the src in test_precopy_unix_suspend_live() 93 * Besides the precopy/unix basic test, cover dirty ring interface in test_precopy_unix_dirty_ring() 108 * typically exceeding 100MB in this test, while the remainder will be 176 "# To enable the test:\n" in __test_precopy_rdma_plain() 178 "setup a new rdma/rxe link and rerun the test\n" in __test_precopy_rdma_plain() 272 /* Test closing fds */ in migrate_hook_end_fd() 348 * run this test. Auto_converge logic is only run once every 369 * We want the test to be stable and as fast as possible. in test_auto_converge() 562 * This test does: [all …]
|
/qemu/tests/tcg/i386/ |
H A D | test-mmx.py | 3 # Generate test-avx.h from x86.csv 221 print("Usage: test-mmx.py x86.csv test-mmx.h CPUID...") 226 outf.write("// Generated by test-mmx.py. Do not edit.\n") 236 outf.write('TEST(%d, "%s", %s)\n' % (n, insn, g.optype)) 240 outf.write("#undef TEST\n")
|
/qemu/rust/qemu-api/src/ |
H A D | errno.rs | 239 #[cfg(test)] 246 #[test] 260 #[test] 274 #[test] 284 #[test] 298 #[test] 308 #[test] 322 #[test] 332 #[test]
|
/qemu/tests/tcg/ppc64/ |
H A D | mtfsf.c | 43 /* First test if the FI bit is being set correctly */ in main() 48 /* Then test if the deferred exception is being called correctly */ in main() 52 * Although the VXSOFT exception has been chosen, based on test in a Power9 in main()
|