/qemu/tests/tcg/s390x/ |
H A D | mc.S | 23 j failure 26 j failure 35 j failure 38 jne failure 40 jne failure 42 jne failure 46 jne failure 48 failure: label
|
H A D | lpswe-early.S | 19 j failure 23 jne failure 25 jne failure 27 jne failure 29 failure: label
|
H A D | ssm-early.S | 20 j failure 24 jne failure 26 jne failure 28 jne failure 30 failure: label
|
H A D | stosm-early.S | 20 j failure 24 jne failure 26 jne failure 28 jne failure 30 failure: label
|
H A D | exrl-ssm-early.S | 20 j failure 26 jne failure 28 jne failure 30 jne failure 32 failure: label
|
H A D | precise-smc-softmmu.S | 27 cgijne %r1,42,failure 37 failure: label 42 jne failure 44 jne failure 56 .quad 0x200180000000,failure /* cc is from addition */
|
H A D | lpsw.S | 18 j failure 22 jne failure 24 failure: label
|
H A D | clm.S | 10 jle failure 13 failure: label 17 jne failure
|
H A D | cksm.S | 11 jne failure 13 failure: label 17 jne failure
|
H A D | icm.S | 11 jne failure 14 failure: label 18 jne failure
|
H A D | pgm-specification-softmmu.S | 23 jne failure 29 jne failure 31 failure: label
|
H A D | stpq.S | 8 jne failure 10 failure: label
|
H A D | Makefile.softmmu-target | 4 QEMU_OPTS+=-action panic=exit-failure -nographic -serial chardev:output $(EXTFLAGS) -kernel
|
/qemu/tests/qemu-iotests/ |
H A D | 257 | 253 def test_bitmap_sync(bsync_mode, msync_mode='bitmap', failure=None): argument 287 preposition = "with" if failure else "without" 289 "{:s} failure".format(failure) if failure 304 if failure == 'intermediate': 351 if failure == 'intermediate': 374 if ((bsync_mode == 'on-success' and not failure) or 381 cancel=(failure == 'simulated')) 386 if bsync_mode == 'always' and failure == 'intermediate': 432 expected_match=failure != 'intermediate') 433 if not failure or bsync_mode == 'always': [all …]
|
H A D | 026 | 207 echo === Avoid cluster leaks after temporary failure === 224 echo === Avoid freeing preallocated zero clusters on failure ===
|
H A D | 135.out | 3 === Verify image open and failure ====
|
H A D | 289.out | 3 === Avoid freeing external data clusters on failure ===
|
H A D | 289 | 50 echo === Avoid freeing external data clusters on failure ===
|
H A D | 188.out | 16 == verify open failure with wrong password ==
|
H A D | 134.out | 26 == verify pattern failure with wrong password ==
|
H A D | 182.out | 51 === Testing failure to loosen restrictions ===
|
/qemu/tests/tcg/aarch64/ |
H A D | sme-fmopa-1.c | 52 goto failure; in main() 58 failure: in main()
|
/qemu/qapi/ |
H A D | run-state.json | 368 # @exit-failure: Shutdown the VM and exit with nonzero status 374 'data': [ 'pause', 'shutdown', 'exit-failure', 'none' ] } 631 # Emitted when a memory failure occurs on host side. 658 # Hardware memory failure occurs, handled by recipient. 660 # @hypervisor: memory failure at QEMU process address space. (none 663 # @guest: memory failure at guest memory, 674 # Actions taken by QEMU in response to a hardware memory failure. 676 # @ignore: the memory failure could be ignored. This will only be the 679 # @inject: memory failure occurred in guest memory, the guest enabled 683 # @fatal: the failure is unrecoverable. This occurs for [all …]
|
H A D | transaction.json | 14 # This action can be used to test transaction failure. 219 # On failure, the original disks pre-snapshot attempt will be used. 226 # On failure, QEMU will try delete the newly created internal snapshot 240 # .. note:: The transaction aborts on the first failure. Therefore,
|
/qemu/tests/functional/qemu_test/ |
H A D | cmd.py | 49 def _console_read_line_until_match(test, vm, success, failure): argument 64 if failure and failure in msg:
|