Home
last modified time | relevance | path

Searched refs:error_prepend (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/qemu/hw/remote/
H A Dmessage.c112 error_prepend(errp, "Error returning code to proxy, pid "FMT_pid": ", in process_config_write()
136 error_prepend(errp, "Error returning code to proxy, pid "FMT_pid": ", in process_config_read()
173 error_prepend(errp, "Error returning code to proxy, pid "FMT_pid": ", in process_bar_write()
210 error_prepend(errp, "Error returning code to proxy, pid "FMT_pid": ", in process_bar_read()
H A Dremote-obj.c58 error_prepend(errp, "Could not parse remote object fd %s:", str); in remote_object_set_fd()
/openbmc/qemu/hw/core/
H A Dloader-fit.c140 error_prepend(errp, "unable to load kernel image from FIT: "); in fit_load_kernel()
146 error_prepend(errp, "unable to read kernel load address from FIT: "); in fit_load_kernel()
153 error_prepend(errp, "unable to read kernel entry address from FIT: "); in fit_load_kernel()
199 error_prepend(errp, "unable to load FDT image from FIT: "); in fit_load_fdt()
/openbmc/qemu/hw/block/
H A Dxen-block.c1068 error_prepend(errp, "failed to create drive: "); in xen_block_device_create()
1074 error_prepend(errp, "failed to create iothread: "); in xen_block_device_create()
1083 error_prepend(errp, "failed to set 'vdev': "); in xen_block_device_create()
1090 error_prepend(errp, "failed to set 'drive': "); in xen_block_device_create()
1096 error_prepend(errp, "failed to set 'iothread': "); in xen_block_device_create()
1104 error_prepend(errp, "realization of device %s failed: ", type); in xen_block_device_create()
1151 error_prepend(errp, "failed to destroy iothread: "); in xen_block_device_destroy()
1159 error_prepend(errp, "failed to destroy drive: "); in xen_block_device_destroy()
/openbmc/qemu/hw/char/
H A Dxen_console.c273 error_prepend(errp, "failed to map console grant ref: "); in xen_console_connect()
555 error_prepend(errp, "failed to read console device type: "); in type_init()
586 error_prepend(errp, "console: No serial device #%ld found: ", in type_init()
600 error_prepend(errp, "console: failed to initialize backing chardev: "); in type_init()
609 error_prepend(errp, "realization of console device %lu failed: ", in type_init()
/openbmc/qemu/hw/xen/
H A Dxen-bus.c183 error_prepend(errp, "failed to create '%s' device '%s': ", type, name); in xen_bus_backend_create()
563 error_prepend(errp, "failed to create backend: "); in xen_device_backend_create()
572 error_prepend(errp, "failed to watch backend state: "); in xen_device_backend_create()
581 error_prepend(errp, "failed to watch backend online: "); in xen_device_backend_create()
725 error_prepend(errp, "failed to create frontend: "); in xen_device_frontend_create()
743 error_prepend(errp, "failed to create frontend: "); in xen_device_frontend_create()
752 error_prepend(errp, "failed to watch frontend state: "); in xen_device_frontend_create()
1034 error_prepend(errp, "failed to get device name: "); in xen_device_realize()
/openbmc/qemu/hw/vfio/
H A Dhelpers.c139 error_prepend(errp, "%s-%d: ", name, subindex); in vfio_set_irq_signaling()
141 error_prepend(errp, "index %d-%d: ", index, subindex); in vfio_set_irq_signaling()
143 error_prepend(errp, in vfio_set_irq_signaling()
643 error_prepend(errp, VFIO_MSG_PREFIX, vbasedev->sysfsdev); in vfio_device_get_name()
673 error_prepend(errp, "Could not parse remote object fd %s:", str); in vfio_device_set_fd()
H A Dplatform.c621 error_prepend(errp, VFIO_MSG_PREFIX, vdev->vbasedev.name); in vfio_platform_realize()
623 error_prepend(errp, "vfio error: "); in vfio_platform_realize()
H A Dap.c181 error_prepend(errp, VFIO_MSG_PREFIX, vbasedev->name); in vfio_ap_realize()
H A Dcommon.c1081 error_prepend(errp, "vfio: Could not start dirty page tracking - "); in vfio_listener_log_global_start()
1101 error_prepend(&local_err, in vfio_listener_log_global_stop()
1234 error_prepend(&local_err, in vfio_iommu_map_dirty_notify()
/openbmc/qemu/scripts/coccinelle/
H A Derr-bad-newline.cocci34 error_prepend(errp, fmt, ...)@p
H A Derrp-guard.cocci65 // double error_prepend in control flow like in
84 error_prepend(errp, ...);
284 + error_prepend(errp, args);
/openbmc/qemu/nbd/
H A Dclient.c85 error_prepend(errp, "Failed to send option request header: "); in nbd_send_option_request()
90 error_prepend(errp, "Failed to send option request data: "); in nbd_send_option_request()
173 error_prepend(errp, "Failed to read option error %" PRIu32 in nbd_handle_reply_err()
497 error_prepend(errp, "Failed to read info payload: "); in nbd_opt_info_or_go()
958 error_prepend(errp, "Failed to send clientflags field: "); in nbd_start_negotiate()
1129 error_prepend(errp, "Failed to read reserved block: "); in nbd_receive_negotiate()
H A Dserver.c243 error_prepend(errp, "write failed (error message): "); in nbd_negotiate_send_rep_verr()
434 error_prepend(errp, "write failed (name length): "); in nbd_negotiate_send_rep_list()
439 error_prepend(errp, "write failed (name buffer): "); in nbd_negotiate_send_rep_list()
444 error_prepend(errp, "write failed (description buffer): "); in nbd_negotiate_send_rep_list()
535 error_prepend(errp, "write failed: "); in nbd_negotiate_handle_export_name()
1433 error_prepend(errp, "option negotiation failed: "); in nbd_negotiate()
3143 error_prepend(&local_err, "Failed to send reply: "); in nbd_trip()
/openbmc/qemu/hw/net/
H A Dxen_nic.c392 error_prepend(errp, "failed to map tx grant ref: "); in xen_netdev_connect()
401 error_prepend(errp, "failed to map rx grant ref: "); in xen_netdev_connect()
637 error_prepend(errp, "realization of net device %lu failed: ", in type_init()
/openbmc/qemu/include/qapi/
H A Derror.h399 void error_prepend(Error *const *errp, const char *fmt, ...)
/openbmc/qemu/hw/ppc/
H A Dspapr_irq.c85 error_prepend(&local_err, in spapr_irq_init_kvm()
95 error_prepend(&local_err, in spapr_irq_init_kvm()
/openbmc/qemu/hw/virtio/
H A Dvhost-vsock.c145 error_prepend(errp, "vhost-vsock: unable to parse vhostfd: "); in vhost_vsock_device_realize()
/openbmc/qemu/block/
H A Dsnapshot.c594 error_prepend(errp, "Could not delete snapshot '%s' on '%s': ", in bdrv_all_delete_snapshot()
638 error_prepend(errp, "Could not load snapshot '%s' on '%s': ", in bdrv_all_goto_snapshot()
/openbmc/qemu/hw/misc/
H A Dnpcm7xx_gcr.c177 error_prepend(errp, "%s: required dram-mr link not found: ", __func__); in npcm7xx_gcr_realize()
/openbmc/qemu/migration/
H A Dfile.c261 error_prepend(errp, in multifd_file_recv_data()
/openbmc/qemu/tests/qtest/
H A Dlibqmp.c52 error_prepend(&err, "QMP JSON response parsing failed: "); in qmp_response()
/openbmc/qemu/target/s390x/
H A Dcpu_models.c510 error_prepend((Error **) opaque, "%s ", name); in error_prepend_missing_feat()
555 error_prepend(errp, "Some features requested in the CPU model are not " in check_compatibility()
604 error_prepend(errp, "CPU models are not available: "); in s390_realize_cpu_model()
/openbmc/qemu/util/
H A Derror.c147 void error_prepend(Error *const *errp, const char *fmt, ...) in error_prepend() function
/openbmc/qemu/backends/
H A Diommufd.c52 error_prepend(errp, "Could not parse remote object fd %s:", str); in iommufd_backend_set_fd()

123