Home
last modified time | relevance | path

Searched refs:fatal (Results 1 – 18 of 18) sorted by relevance

/qemu/tests/qtest/
H A Drtl8139-test.c68 #define fatal(...) do { g_test_message(__VA_ARGS__); g_assert_not_reached(); } while (0) macro
89 fatal("time too big %u\n", curr); in test_timer()
99 fatal("Invalid diff %u (%u-%u)\n", diff, from, to); in test_timer()
108 fatal("got an interrupt\n"); in test_timer()
116 fatal("we should have an interrupt here!\n"); in test_timer()
122 fatal("got an interrupt\n"); in test_timer()
134 fatal("we should have an interrupt here!\n"); in test_timer()
146 fatal("we should have an interrupt here!\n"); in test_timer()
159 fatal("Invalid diff %u (%u-%u)\n", diff, from, to); in test_timer()
163 fatal("we should have an interrupt here!\n"); in test_timer()
[all …]
/qemu/scripts/oss-fuzz/
H A Dbuild.sh25 fatal () { function
50 fatal "Please run the script from the top of the QEMU tree"
53 mkdir -p $OSS_FUZZ_BUILD_DIR || fatal "mkdir $OSS_FUZZ_BUILD_DIR failed"
54 cd $OSS_FUZZ_BUILD_DIR || fatal "cd $OSS_FUZZ_BUILD_DIR failed"
71 fatal "Build failed. Please specify a compiler with fuzzing support"\
/qemu/tests/qemu-iotests/
H A D060.out159 === Testing non-fatal corruption on freeing ===
164 qcow2: Image is corrupt: Cannot free unaligned cluster 0x52a00; further non-fatal corruption events…
173 …n offset 0x52a00 unaligned (L2 offset: 0x40000, L2 index: 0); further non-fatal corruption events …
177 === Testing non-fatal and then fatal corruption report ===
182 qcow2: Image is corrupt: Cannot free unaligned cluster 0x52a00; further non-fatal corruption events…
421 … (overlaps with refcount table)", "offset": 65536, "node-name": "drive", "fatal": true, "size": 65…
432 qcow2: Image is corrupt: L2 table offset 0x2a2a2a00 unaligned (L1 index: 0); further non-fatal corr…
433 …"msg": "L2 table offset 0x2a2a2a00 unaligned (L1 index: 0)", "node-name": "drive", "fatal": false}}
/qemu/target/hexagon/idef-parser/
H A Didef-parser.lex471 "fatal("{STRING_LIT}")" { /* Emit no token */ }
/qemu/docs/
H A Dmeson.build8 # If we're making warnings fatal, apply this to Sphinx runs as well
/qemu/target/i386/nvmm/
H A Dnvmm-all.c994 int ret, fatal; in nvmm_vcpu_exec() local
1003 fatal = nvmm_vcpu_loop(cpu); in nvmm_vcpu_exec()
1005 if (fatal) { in nvmm_vcpu_exec()
/qemu/qapi/
H A Drun-state.json683 # @fatal: the failure is unrecoverable. This occurs for
696 'fatal',
H A Dcxl.json20 # @fatal: Fatal Event Log
28 'fatal']
H A Dblock-core.json5645 # @fatal: if set, the image is marked corrupt and therefore unusable
5647 # BLOCK_IMAGE_CORRUPTED event was fatal)
5667 'fatal' : 'bool' } }
/qemu/block/
H A Dqcow2.c5984 void qcow2_signal_corruption(BlockDriverState *bs, bool fatal, int64_t offset, in qcow2_signal_corruption() argument
5992 fatal = fatal && bdrv_is_writable(bs); in qcow2_signal_corruption()
5995 (!fatal || (s->incompatible_features & QCOW2_INCOMPAT_CORRUPT))) in qcow2_signal_corruption()
6004 if (fatal) { in qcow2_signal_corruption()
6017 fatal); in qcow2_signal_corruption()
6020 if (fatal) { in qcow2_signal_corruption()
H A Dqcow2.h842 qcow2_signal_corruption(BlockDriverState *bs, bool fatal, int64_t offset,
/qemu/target/i386/whpx/
H A Dwhpx-all.c2245 int fatal; in whpx_vcpu_exec() local
2254 fatal = whpx_vcpu_run(cpu); in whpx_vcpu_exec()
2256 if (fatal) { in whpx_vcpu_exec()
/qemu/target/hexagon/imported/
H A Dmpy.idef961 fHIDE(if (tmp != 3) fatal("C is broken");)
976 fHIDE(if (tmp != 3) fatal("C is broken");)
1010 fHIDE(default: fatal("C is broken!");)
1045 fHIDE(default: fatal("C is broken!");)
/qemu/nbd/
H A Dserver.c578 nbd_reject_length(NBDClient *client, bool fatal, Error **errp) in nbd_reject_length() argument
585 if (fatal && !ret) { in nbd_reject_length()
/qemu/hw/nvme/
H A Dtrace-events129 pci_nvme_err_cfs(void) "controller fatal status"
/qemu/target/hexagon/
H A Dop_helper.c1319 #define fatal(...) g_assert_not_reached(); macro
/qemu/docs/devel/
H A Dstyle.rst457 result of a failure to allocate memory is going to be a fatal exit
/qemu/
H A Dhmp-commands.hx1272 " -a for advisory non fatal error\n\t\t\t"