Searched refs:error_report_once (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/hw/i386/ |
H A D | intel_iommu.c | 436 error_report_once("There are previous interrupt conditions " in vtd_generate_fault_event() 443 error_report_once("Interrupt Mask set, irq is not generated"); in vtd_generate_fault_event() 534 error_report_once("New fault is not recorded due to " in vtd_report_frcd_fault() 540 error_report_once("New fault is not recorded due to " in vtd_report_frcd_fault() 546 error_report_once("Next Fault Recording Reg is used, " in vtd_report_frcd_fault() 555 error_report_once("There are pending faults already, " in vtd_report_frcd_fault() 1016 error_report_once("%s: DT specified but not supported", __func__); in vtd_ce_type_check() 1022 error_report_once("%s: PT specified but not supported", __func__); in vtd_ce_type_check() 1028 error_report_once("%s: unknown ce type: %"PRIu32, __func__, in vtd_ce_type_check() 1124 error_report_once("%s: detected IOVA overflow (iova=0x%" PRIx64 "," in vtd_iova_to_slpte() [all …]
|
H A D | amd_iommu.c | 1111 error_report_once("guest mode is not zero"); in amdvi_int_remap_legacy() 1116 error_report_once("reserved int_type"); in amdvi_int_remap_legacy() 1170 error_report_once("guest mode is not zero"); in amdvi_int_remap_ga() 1175 error_report_once("reserved int_type is set"); in amdvi_int_remap_ga() 1392 error_report_once("failed to remap interrupt from devid 0x%x", sid); in amdvi_mem_ir_write()
|
/openbmc/qemu/tests/unit/ |
H A D | test-error-report.c | 76 error_report_once("err"); in test_error_report_once()
|
/openbmc/qemu/include/qemu/ |
H A D | error-report.h | 55 #define error_report_once(fmt, ...) \ macro
|
/openbmc/qemu/scripts/coccinelle/ |
H A D | err-bad-newline.cocci | 20 error_report_once(fmt, ...)@p
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-util-darwin.c | 126 error_report_once("pthread_fchdir_np() not available on this version of macOS"); in qemu_mknodat()
|
H A D | 9p-util.h | 134 error_report_once( in close_if_special_file()
|
H A D | 9p.c | 858 error_report_once( in qid_path_fullmap() 972 error_report_once( in stat_to_qid()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-iommu.c | 1115 error_report_once( in virtio_iommu_report_fault() 1180 error_report_once("%s sid=%d is not known!!", __func__, sid); in virtio_iommu_translate() 1211 error_report_once("%s %02x:%02x.%01x not attached to any domain", in virtio_iommu_translate() 1230 error_report_once("%s no mapping for 0x%"PRIx64" for sid=%d", in virtio_iommu_translate() 1246 error_report_once("%s permission error on 0x%"PRIx64"(%d): allowed=%d", in virtio_iommu_translate()
|
/openbmc/qemu/migration/ |
H A D | ram.c | 2125 error_report_once("%s: ram_save_target_page failed", __func__); in ram_save_host_page_urgent() 2875 error_report_once("%s unexpected error", __func__); in qemu_guest_free_page_hint()
|
/openbmc/qemu/accel/kvm/ |
H A D | kvm-all.c | 765 error_report_once("%s: KVM_GET_DIRTY_LOG failed with %d", in kvm_slot_get_dirty_log() 1824 error_report_once("%s: kvm log clear failed: mr=%s " in kvm_log_clear()
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-disk.c | 2792 error_report_once("rotation_rate is specified for scsi-block but is " in scsi_block_realize()
|