Home
last modified time | relevance | path

Searched full:warning (Results 1 – 25 of 218) sorted by relevance

123456789

/qemu/tests/qemu-iotests/
H A D251.out6 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er…
7 qemu-img: warning: error while reading block status at offset status_fail_offset_1: Input/output er…
8 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er…
9 qemu-img: warning: error while reading offset read_fail_offset_0: Input/output error
10 qemu-img: warning: error while reading block status at offset status_fail_offset_1: Input/output er…
11 qemu-img: warning: error while reading offset status_fail_offset_1: Input/output error
12 qemu-img: warning: error while reading offset read_fail_offset_2: Input/output error
13 qemu-img: warning: error while reading offset read_fail_offset_3: Input/output error
14 qemu-img: warning: error while reading offset read_fail_offset_4: Input/output error
15 qemu-img: warning: error while reading offset read_fail_offset_5: Input/output error
[all …]
H A Dpylintrc10 # no Warning level messages displayed, use "--disable=all --enable=classes
26 # Sometimes we need to disable a newly introduced pylint warning.
27 # Doing so should not produce a warning in older versions of pylint.
H A D251138 # image, we should see one block status warning per element of
144 # warning per element of $read_fail_offsets.
H A D109.out12 WARNING: Image format was not specified for 'TEST_DIR/t.raw' and probing guessed raw.
63 WARNING: Image format was not specified for 'TEST_DIR/t.raw' and probing guessed raw.
114 WARNING: Image format was not specified for 'TEST_DIR/t.raw' and probing guessed raw.
165 WARNING: Image format was not specified for 'TEST_DIR/t.raw' and probing guessed raw.
216 WARNING: Image format was not specified for 'TEST_DIR/t.raw' and probing guessed raw.
267 WARNING: Image format was not specified for 'TEST_DIR/t.raw' and probing guessed raw.
317 WARNING: Image format was not specified for 'TEST_DIR/t.raw' and probing guessed raw.
367 WARNING: Image format was not specified for 'TEST_DIR/t.raw' and probing guessed raw.
417 WARNING: Image format was not specified for 'TEST_DIR/t.raw' and probing guessed raw.
467 WARNING: Image format was not specified for 'TEST_DIR/t.raw' and probing guessed raw.
[all …]
/qemu/target/ppc/
H A Dtrace-events4 kvm_failed_spr_set(int spr, const char *msg) "Warning: Unable to set SPR %d to KVM: %s"
5 kvm_failed_spr_get(int spr, const char *msg) "Warning: Unable to retrieve SPR %d from KVM: %s"
21 kvm_failed_put_vpa(void) "Warning: Unable to set VPA information to KVM"
22 kvm_failed_get_vpa(void) "Warning: Unable to get VPA information from KVM"
/qemu/docs/spin/
H A Dtcg-exclusive.promela23 #warning defaulting to 2 CPU processes
36 # warning defaulting to 2 concurrent exclusive sections
39 # warning defaulting to 1 concurrent exclusive sections
45 # warning defaulting to 2 CPU cycles
48 # warning defaulting to 1 CPU cycles
/qemu/tests/unit/
H A Dtest-error-report.c31 test-error-report: warning: test warn*\ in test_error_report_simple()
84 test-error-report: warning: warn*\ in test_error_report_once()
102 *-*-*:*:* test-error-report: warning: warn*\ in test_error_report_timestamp()
118 test-error-report: warning: Testing &error_warn*\ in test_error_warn()
H A Dtest-qdev-global-props.c274 "*warning: global dynamic-prop-type-bad.prop3 has invalid class name*"); in test_dynamic_globalprop()
277 "*warning: global nohotplug-type.prop5=105 not used*"); in test_dynamic_globalprop()
279 "*warning: global nondevice-type.prop6 has invalid class name*"); in test_dynamic_globalprop()
/qemu/scripts/tracetool/format/
H A Dd.py37 # with an empty file. Avoid the warning.
56 # files and introduces [-Wpointer-sign] warning.
61 # SystemTap dtrace(1) emits a warning when long long is used
/qemu/pc-bios/
HDu-boot.e500 ... commands #gpio-cells alloc space exhausted DRAM: WARNING: adjusting available memory to %lx busfreq immr_base bootflags ...
/qemu/hw/i386/xen/
H A Dtrace-events7 xen_pv_mmio_read(uint64_t addr) "WARNING: read from Xen PV Device MMIO space (address 0x%"PRIx64")"
8 xen_pv_mmio_write(uint64_t addr) "WARNING: write to Xen PV Device MMIO space (address 0x%"PRIx64")"
/qemu/scripts/
H A Dxml-preprocess.py12 statements, error/warning, execute command, etc.
56 <?warning "This is warning message!" ?>
142 warning_regex = r"(<\?warning\s*\"([^\"]+)\"\s*\?>)"
145 print("[Warning]: " + group_var)
H A Dclean-header-guards.pl25 # this warning, you should clean up *all* headers in one run.
60 print STDERR "$fname: warning: $msg\n";
209 print STDERR "warning: guard symbol renaming may break things\n";
H A Dkernel-doc376 # Spit a warning as it's not
512 printf STDERR "Warning: Sphinx version not found. Using default (Sphinx version %d.%d.%d)\n",
578 print STDERR "${file}:$.: warning: duplicate section name '$name'\n";
1404 … print STDERR "${file}:$.: warning: Enum value '$arg' not described in enum '$declaration_name'\n";
1413 … print STDERR "${file}:$.: warning: Excess enum value '$k' description in '$declaration_name'\n";
1632 …"${file}:$.: warning: Function parameter or member '$param' not described in '$declaration_name'\n…
1681 print STDERR "${file}:$.: warning: " .
1706 print STDERR "${file}:$.: warning: " .
1798 print STDERR "${file}:$.: warning: cannot understand function prototype: '$prototype'\n";
1880 print STDERR "${file}:$.: warning: Unrecognized tracepoint format: \n".
[all …]
/qemu/docs/system/i386/
H A Dtdx.rst88 It can produce feature not supported warning like
90 "warning: host doesn't support requested feature: CPUID.07H:EBX.intel-pt [bit 25]"
92 It can also produce warning like
94 "warning: TDX forcibly sets the feature: CPUID.80000007H:EDX.invtsc [bit 8]"
/qemu/util/
H A Derror-report.c18 * @report_type is the type of message: error, warning or
181 * @report_type is the type of message: error, warning or informational.
208 error_printf("warning: "); in vreport()
232 * Print a warning message to current monitor if we have one, else to stderr.
271 * Print a warning message to current monitor if we have one, else to stderr.
/qemu/include/hw/i2c/
H A Dpmbus_device.h182 #define PB_STATUS_VOUT_OV_WARN BIT(6) /* Output Overvoltage Warning */
183 #define PB_STATUS_VOUT_UV_WARN BIT(5) /* Output Undervoltage Warning */
192 #define PB_STATUS_IOUT_OC_WARN BIT(5) /* Output Overcurrent Warning */
197 #define PB_STATUS_POUT_OP_WARN BIT(0) /* Output Overpower Warning */
201 #define PB_STATUS_INPUT_VIN_OV_WARN BIT(6) /* Input Overvoltage Warning */
202 #define PB_STATUS_INPUT_VIN_UV_WARN BIT(5) /* Input Undervoltage Warning */
205 #define PB_STATUS_INPUT_IIN_OC_WARN BIT(1) /* Input Overcurrent Warning */
206 #define PB_STATUS_INPUT_PIN_OP_WARN BIT(0) /* Input Overpower Warning */
210 #define PB_STATUS_OT_WARN BIT(6) /* Overtemperature Warning */
211 #define PB_STATUS_UT_WARN BIT(5) /* Undertemperature Warning */
/qemu/system/
H A Dmemory_ldst.c.inc22 /* warning: addr must be aligned */
91 /* warning: addr must be aligned */
195 /* warning: addr must be aligned */
264 /* warning: addr must be aligned. The ram page is not masked as dirty
303 /* warning: addr must be aligned */
399 /* warning: addr must be aligned */
/qemu/include/ui/
H A Dsdl2.h4 /* Avoid compiler warning because macro is redefined in SDL_syswm.h. */
10 * which in turn trigger warning about redundant decls for
/qemu/accel/kvm/
H A Dtrace-events9 kvm_failed_reg_get(uint64_t id, const char *msg) "Warning: Unable to retrieve ONEREG %" PRIu64 " fr…
10 kvm_failed_reg_set(uint64_t id, const char *msg) "Warning: Unable to set ONEREG %" PRIu64 " to KVM:…
/qemu/include/
H A Dglib-compat.h68 * ensuring this wrapper function impl doesn't trigger the compiler warning
74 * -Wdeprecated-declarations warning active, can call g_foo(...) as normal,
/qemu/
H A Dmeson.build101 warning('rustc version ' + rustc.version() + ' is unsupported, disabling Rust compilation.')
116warning('bindgen version ' + bindgen.version() + ' is unsupported, disabling Rust compilation.')
118 warning('bindgen not found, disabling Rust compilation.')
480 # warning. So explicitly omit the flag for Emscripten.
609 # However, clang does not support this warning and this triggers an error.
727 # Collect warning flags we want to set, sorted alphabetically
924 warning('Use of the TCG interpreter is not recommended on this host')
925 warning('architecture. There is a native TCG execution backend available')
926 warning('which provides substantially better performance and reliability.')
927 warning('It is strongly recommended to remove the --enable-tcg-interpreter')
[all …]
/qemu/hw/net/
H A Dtrace-events140 e1000e_wrn_regs_write_ro(uint64_t index, uint32_t size, uint64_t val) "WARNING: Write to RO registe…
141 e1000e_wrn_regs_write_unknown(uint64_t index, uint32_t size, uint64_t val) "WARNING: Write to unkno…
142 e1000e_wrn_regs_read_unknown(uint64_t index, uint32_t size) "WARNING: Read from unknown register 0x…
143 e1000e_wrn_regs_read_trivial(uint32_t index) "WARNING: Reading register at offset: 0x%05x. It is no…
144 e1000e_wrn_regs_write_trivial(uint32_t index) "WARNING: Writing to register at offset: 0x%05x. It i…
145 e1000e_wrn_no_ts_support(void) "WARNING: Guest requested TX timestamping which is not supported"
146 e1000e_wrn_no_snap_support(void) "WARNING: Guest requested TX SNAP header update which is not suppo…
147 e1000e_wrn_iscsi_filtering_not_supported(void) "WARNING: Guest requested iSCSI filtering which is …
148 e1000e_wrn_nfsw_filtering_not_supported(void) "WARNING: Guest requested NFS write filtering which …
149 e1000e_wrn_nfsr_filtering_not_supported(void) "WARNING: Guest requested NFS read filtering which i…
/qemu/hw/ide/
H A Dtrace-events9 # Warning: verbose
62 # Warning: Verbose
96 …tch(void *s, int port, uint8_t tag, uint8_t slot) "ahci(%p)[%d][tag:%d]: Warning: NCQ slot (%d) di…
119 # Warning: Verbose
/qemu/docs/sphinx/
H A Dqapi_domain.py450 # warning), which is never what we want.
458 logger.warning(msg, location=field)
471 logger.warning(msg, location=field)
822 logger.warning(
974 # Take care of that warning here instead, so long as the
985 logger.warning(
996 logger.warning(

123456789