Home
last modified time | relevance | path

Searched refs:error_get_pretty (Results 1 – 25 of 50) sorted by relevance

12

/qemu/ui/
A Dvnc-ws.c35 VNC_DEBUG("Handshake failed %s\n", error_get_pretty(err)); in vncws_tls_handshake_done()
74 VNC_DEBUG("Failed to setup TLS %s\n", error_get_pretty(err)); in vncws_tls_handshake_io()
104 VNC_DEBUG("Websock handshake failed %s\n", error_get_pretty(err)); in vncws_handshake_done()
A Dvnc-auth-vencrypt.c74 error_get_pretty(err)); in vnc_tls_handshake_done()
117 error_get_pretty(err)); in protocol_client_vencrypt_auth()
A Dvnc-auth-sasl.c198 error_get_pretty(err)); in vnc_auth_sasl_check_access()
588 error_get_pretty(local_err)); in start_auth_sasl()
595 error_get_pretty(local_err)); in start_auth_sasl()
629 error_get_pretty(local_err)); in start_auth_sasl()
/qemu/util/
A Derror.c37 error_report("%s", error_get_pretty(err)); in error_handle()
227 const char *error_get_pretty(const Error *err) in error_get_pretty() function
234 error_report("%s", error_get_pretty(err)); in error_report_err()
243 warn_report("%s", error_get_pretty(err)); in warn_report_err()
/qemu/migration/
A Dtls.c65 trace_migration_tls_incoming_handshake_error(error_get_pretty(err)); in migration_tls_incoming_handshake()
109 trace_migration_tls_outgoing_handshake_error(error_get_pretty(err)); in migration_tls_outgoing_handshake()
A Dsocket.c68 trace_migration_socket_outgoing_error(error_get_pretty(err)); in socket_outgoing_migration()
/qemu/hw/misc/
A Daspeed_hace.c172 error_get_pretty(local_err)); in do_hash_operation()
253 error_get_pretty(local_err)); in do_hash_operation()
263 error_get_pretty(local_err)); in do_hash_operation()
277 error_get_pretty(local_err)); in do_hash_operation()
/qemu/include/qapi/
A Derror.h293 const char *error_get_pretty(const Error *err);
/qemu/
A Djob-qmp.c160 g_strdup(error_get_pretty(job->err)) : NULL, in job_query_single_locked()
A Dblockjob.c390 g_strdup(error_get_pretty(job->job.err)) : in block_job_query_locked()
442 msg = error_get_pretty(job->job.err); in block_job_event_completed_locked()
/qemu/chardev/
A Dchar-socket.c328 trace_chr_socket_recv_err(chr, chr->label, error_get_pretty(err)); in tcp_chr_recv()
694 trace_chr_socket_write_err(chr, chr->label, error_get_pretty(err)); in tcp_chr_telnet_init_io()
781 error_get_pretty(err)); in tcp_chr_websock_handshake()
821 error_get_pretty(err)); in tcp_chr_tls_handshake()
855 trace_chr_socket_tls_init_err(chr, chr->label, error_get_pretty(err)); in tcp_chr_tls_init()
/qemu/net/
A Dstream.c278 qemu_set_info_str(&s->nc, "error: %s", error_get_pretty(err)); in net_stream_server_listening()
335 qemu_set_info_str(&s->nc, "error: %s", error_get_pretty(err)); in net_stream_client_connected()
/qemu/linux-user/aarch64/
A Dtarget_prctl.h151 error_get_pretty(err)); in do_prctl_reset_keys()
/qemu/qapi/
A Dqmp-dispatch.c99 error_get_pretty(err)); in qmp_error_response()
/qemu/tests/unit/
A Dtest-util-filemonitor.c449 error_get_pretty(local_err)); in test_file_monitor_events()
507 error_get_pretty(local_err)); in test_file_monitor_events()
A Dtest-opts-visitor.c91 error_get_pretty(f->err)); in expect_fail()
A Dtest-smp-parse.c837 config_str, expect_topo_str, error_get_pretty(err)); in check_parse()
854 g_str_equal(expect_err, error_get_pretty(err))) { in check_parse()
865 config_str, expect_err, error_get_pretty(err)); in check_parse()
A Dtest-crypto-block.c388 g_assert_cmpstr(error_get_pretty(err), ==, msg); in test_luks_bad_header()
/qemu/stats/
A Dstats-hmp-cmds.c248 monitor_printf(mon, "%s\n", error_get_pretty(err)); in hmp_info_stats()
/qemu/io/
A Dchannel-websock.c545 trace_qio_channel_websock_handshake_fail(ioc, error_get_pretty(err)); in qio_channel_websock_handshake_send()
555 ioc, error_get_pretty(wioc->io_err)); in qio_channel_websock_handshake_send()
586 trace_qio_channel_websock_handshake_fail(ioc, error_get_pretty(err)); in qio_channel_websock_handshake_io()
/qemu/qga/
A Dchannel-posix.c295 g_critical("%s", error_get_pretty(err)); in ga_channel_new()
A Dcommands-win32.c952 error_get_pretty(local_err)); in build_guest_disk_info()
1077 error_get_pretty(local_err)); in qmp_guest_get_disks()
1185 error_get_pretty(local_err)); in qmp_guest_get_fsinfo()
1255 g_debug("cleanup thaw: %s", error_get_pretty(local_err)); in qmp_guest_fsfreeze_freeze_list()
1291 error_get_pretty(err)); in guest_fsfreeze_cleanup()
A Dmain.c189 error_get_pretty(err)); in quit_handler()
563 g_warning("%s", error_get_pretty(err)); in ga_unset_frozen()
602 g_critical("%s", error_get_pretty(err)); in become_daemon()
/qemu/hw/s390x/
A Ds390-stattrib.c69 monitor_printf(mon, "Error: %s", error_get_pretty(local_err)); in hmp_migrationmode()
/qemu/monitor/
A Dqmp.c338 trace_monitor_qmp_err_in_band(error_get_pretty(req_obj->err)); in monitor_qmp_dispatcher_co()

Completed in 910 milliseconds

12