/qemu/tests/qtest/ |
H A D | rtl8139-test.c | 68 #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 D | build.sh | 25 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 D | 060.out | 159 === 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 D | idef-parser.lex | 471 "fatal("{STRING_LIT}")" { /* Emit no token */ }
|
/qemu/docs/ |
H A D | meson.build | 8 # If we're making warnings fatal, apply this to Sphinx runs as well
|
/qemu/target/i386/nvmm/ |
H A D | nvmm-all.c | 994 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 D | run-state.json | 683 # @fatal: the failure is unrecoverable. This occurs for 696 'fatal',
|
H A D | cxl.json | 20 # @fatal: Fatal Event Log 28 'fatal']
|
H A D | block-core.json | 5645 # @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 D | qcow2.c | 5984 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 D | qcow2.h | 842 qcow2_signal_corruption(BlockDriverState *bs, bool fatal, int64_t offset,
|
/qemu/target/i386/whpx/ |
H A D | whpx-all.c | 2245 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 D | mpy.idef | 961 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 D | server.c | 578 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 D | trace-events | 129 pci_nvme_err_cfs(void) "controller fatal status"
|
/qemu/target/hexagon/ |
H A D | op_helper.c | 1319 #define fatal(...) g_assert_not_reached(); macro
|
/qemu/docs/devel/ |
H A D | style.rst | 457 result of a failure to allocate memory is going to be a fatal exit
|
/qemu/ |
H A D | hmp-commands.hx | 1272 " -a for advisory non fatal error\n\t\t\t"
|