Home
last modified time | relevance | path

Searched refs:message (Results 1 – 25 of 130) sorted by relevance

123456

/qemu/net/
A Dl2tpv3.c222 struct msghdr message; in net_l2tpv3_receive_dgram_iov() local
238 message.msg_iov = s->vec; in net_l2tpv3_receive_dgram_iov()
240 message.msg_control = NULL; in net_l2tpv3_receive_dgram_iov()
241 message.msg_controllen = 0; in net_l2tpv3_receive_dgram_iov()
242 message.msg_flags = 0; in net_l2tpv3_receive_dgram_iov()
269 struct msghdr message; in net_l2tpv3_receive_dgram() local
281 message.msg_iov = s->vec; in net_l2tpv3_receive_dgram()
282 message.msg_iovlen = 2; in net_l2tpv3_receive_dgram()
283 message.msg_control = NULL; in net_l2tpv3_receive_dgram()
284 message.msg_controllen = 0; in net_l2tpv3_receive_dgram()
[all …]
/qemu/backends/
A Ddbus-vmstate.c119 __func__, (*err)->message); in dbus_get_proxies()
185 error_report("%s: Failed to Load: %s", __func__, err->message); in dbus_load_state_proxy()
205 error_report("%s: Failed to get proxies: %s", __func__, err->message); in dbus_vmstate_post_load()
292 error_report("%s: Failed to read from stream: %s", __func__, err->message); in dbus_vmstate_post_load()
316 error_report("%s: Failed to Save: %s", __func__, err->message); in dbus_save_state_proxy()
338 __func__, err->message); in dbus_save_state_proxy()
354 error_report("%s: Failed to get proxies: %s", __func__, err->message); in dbus_vmstate_pre_save()
365 __func__, err->message); in dbus_vmstate_pre_save()
378 error_report("%s: Failed to close stream: %s", __func__, err->message); in dbus_vmstate_pre_save()
425 error_setg(errp, "failed to connect to DBus: '%s'", err->message); in dbus_vmstate_complete()
/qemu/pc-bios/s390-ccw/
A Ds390-ccw.h143 static inline void IPL_assert(bool term, const char *message) in IPL_assert() argument
146 panic(message); /* no return */ in IPL_assert()
150 static inline void IPL_check(bool term, const char *message) in IPL_check() argument
153 printf("WARNING: %s\n", message); in IPL_check()
/qemu/ui/
A Ddbus-listener.c232 error_report("Failed to call update: %s", err->message); in dbus_update_gl_cb()
371 g_debug("Failed to call ScanoutMap: %s", err->message); in dbus_scanout_map()
482 g_debug("Failed to call ScanoutMap: %s", err->message); in dbus_scanout_map()
1076 GDBusMessage *message, in dbus_filter() argument
1084 return message; in dbus_filter()
1087 serial = g_dbus_message_get_serial(message); in dbus_filter()
1091 const char *member = g_dbus_message_get_member(message); in dbus_filter()
1107 g_object_unref(message); in dbus_filter()
1122 g_object_unref(message); in dbus_filter()
1127 return message; in dbus_filter()
[all …]
A Dspice-app.c166 err->message); in spice_app_display_early_init()
211 error_report("Failed to launch %s URI: %s", uri, err->message); in spice_app_display_init()
/qemu/qga/
A Dservice-win32.c20 char *message; in printf_win_error() local
28 (char *)&message, 0, in printf_win_error()
30 n = fprintf(stderr, "%s. (Error: %d) %s", text, (int)err, message); in printf_win_error()
31 LocalFree(message); in printf_win_error()
/qemu/docs/devel/
A Dwriting-monitor-commands.rst164 # @message: message to be printed (default: "Hello, world!")
183 if (!message) {
184 message = "Hello, world";
191 printf("%s\n", message);
233 if (message) {
234 if (strstr(message, "love")) {
238 printf("%s\n", message);
288 const char *message = qdict_get_try_str(qdict, "message");
291 qmp_hello_world(!!message, message, &err);
318 .args_type = "message:s?",
[all …]
/qemu/docs/interop/
A Dvhost-user.rst24 message.
244 An IOTLB message
263 :type: an 8-bit IOTLB message type:
612 ``VHOST_USER_SET_DEVICE_STATE_FD`` message. This message has two
1057 Front-end message types
1173 memory area provided in the message.
1234 covered by this message.
1268 message) or to enable polling.
1590 ``VHOST_USER_REM_MEM_REG`` message, this message is used to set and
1614 ``VHOST_USER_ADD_MEM_REG`` message, this message is used to set and
[all …]
A Dvhost-user-gpu.rst38 A vhost-user-gpu message (request and reply) consists of 3 header
153 In QEMU the vhost-user-gpu message is implemented with the following struct:
278 This message requires the ``VHOST_USER_GPU_PROTOCOL_F_EDID`` protocol
287 appended to the message, which were not provided in the other message.
288 This message requires the ``VHOST_USER_GPU_PROTOCOL_F_DMABUF2`` protocol
A Dbarrier.rst66 The client screen must send this message in response to the
67 barrierCmdQInfo message. It must also send this message when the
123 response to this message for those clipboards that it has grabbed
189 kind on receipt. if the server gets an error sending the message or
192 message) periodically then it should disconnect from the server. the
425 message.
/qemu/util/
A Derror-report.c345 const gchar *message, in qemu_log_func() argument
365 log_domain ?: "", log_domain ? ": " : "", message); in qemu_log_func()
370 log_domain ?: "", log_domain ? ": " : "", message); in qemu_log_func()
375 log_domain ?: "", log_domain ? ": " : "", message); in qemu_log_func()
A Ddbus.c37 error_setg(errp, "Failed to create DBus proxy: %s", err->message); in qemu_dbus_get_queued_owners()
51 error_setg(errp, "Failed to call ListQueuedOwners: %s", err->message); in qemu_dbus_get_queued_owners()
/qemu/contrib/plugins/
A Dstoptrigger.c37 static void exit_emulation(int return_code, char *message) in exit_emulation() argument
39 qemu_plugin_outs(message); in exit_emulation()
40 g_free(message); in exit_emulation()
/qemu/tests/guest-debug/
A Dtest_gdbstub.py19 def exit(self, status=None, message=""): argument
20 print("Wrong GDB script test argument! " + message)
/qemu/pc-bios/
A Dedk2-licenses.txt148 and "Contributed-under" message.
185 and the "Contributed-under" message.
189 === Start of sample patch email message ===
194 Full-commit-message
201 of the commit message can be added here.
205 === End of sample patch email message ===
387 and "Contributed-under" message.
420 and the "Contributed-under" message.
429 Full-commit-message
436 of the commit message can be added here.
[all …]
/qemu/tests/qemu-iotests/
A Dmeson.build8 message('Sanitizers are enabled ==> Disabled the qemu-iotests.')
15 message('bash >= v4.0 not available ==> Disabled the qemu-iotests.')
/qemu/docs/
A Drdma.txt146 An infiniband SEND message is the standard ibverbs
147 message used by applications of infiniband hardware.
148 The only difference between a SEND message and an RDMA
149 message is that SEND messages cause notifications
186 which is described by a formal protocol. Each SEND message has a
188 as a single SEND message).
196 in a single message without any need to change the protocol itself
202 limit based on the maximum size of a SEND message along with empirical
223 After connection setup, message 5 & 6 are used to exchange ram block
356 asking for a new SEND message to re-fill the buffer.
[all …]
/qemu/docs/specs/
A Dvmw_pvscsi-spec.rst60 Message interrupts (message ring notifications):
90 f. Unmask completion and message (if device messages enabled) interrupts
115 and message (if enabled) rings
/qemu/tests/unit/
A Dtest-authz-listfile.c36 path, gerr->message); in qemu_authz_listfile_test_save()
179 gerr->message); in main()
A Dcrypto-tls-psk-helpers.c34 g_critical("Failed to create pskfile %s: %s", pskfile, gerr->message); in test_tls_psk_init_common()
/qemu/qobject/
A Djson-parser.c61 char message[1024]; in parse_error() local
67 vsnprintf(message, sizeof(message), msg, ap); in parse_error()
69 error_setg(&ctxt->err, "JSON parse error, %s", message); in parse_error()
/qemu/python/qemu/qmp/
A D__init__.py28 from .message import Message
/qemu/tests/qapi-schema/
A Denum-int-member.json2 # FIXME: once the parser understands integer inputs, improve the error message
A Dbad-type-int.json2 # FIXME: once the parser understands integer inputs, improve the error message
/qemu/hw/net/
A Dxgmac.c37 #define DEBUGF_BRK(message, args...) do { \ argument
38 fprintf(stderr, (message), ## args); \
41 #define DEBUGF_BRK(message, args...) do { } while (0) argument

Completed in 42 milliseconds

123456