/qemu/net/ |
A D | l2tpv3.c | 222 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 D | dbus-vmstate.c | 119 __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 D | s390-ccw.h | 143 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 D | dbus-listener.c | 232 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 D | spice-app.c | 166 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 D | service-win32.c | 20 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 D | writing-monitor-commands.rst | 164 # @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 D | vhost-user.rst | 24 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 D | vhost-user-gpu.rst | 38 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 D | barrier.rst | 66 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 D | error-report.c | 345 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 D | dbus.c | 37 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 D | stoptrigger.c | 37 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 D | test_gdbstub.py | 19 def exit(self, status=None, message=""): argument 20 print("Wrong GDB script test argument! " + message)
|
/qemu/pc-bios/ |
A D | edk2-licenses.txt | 148 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 D | meson.build | 8 message('Sanitizers are enabled ==> Disabled the qemu-iotests.') 15 message('bash >= v4.0 not available ==> Disabled the qemu-iotests.')
|
/qemu/docs/ |
A D | rdma.txt | 146 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 D | vmw_pvscsi-spec.rst | 60 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 D | test-authz-listfile.c | 36 path, gerr->message); in qemu_authz_listfile_test_save() 179 gerr->message); in main()
|
A D | crypto-tls-psk-helpers.c | 34 g_critical("Failed to create pskfile %s: %s", pskfile, gerr->message); in test_tls_psk_init_common()
|
/qemu/qobject/ |
A D | json-parser.c | 61 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__.py | 28 from .message import Message
|
/qemu/tests/qapi-schema/ |
A D | enum-int-member.json | 2 # FIXME: once the parser understands integer inputs, improve the error message
|
A D | bad-type-int.json | 2 # FIXME: once the parser understands integer inputs, improve the error message
|
/qemu/hw/net/ |
A D | xgmac.c | 37 #define DEBUGF_BRK(message, args...) do { \ argument 38 fprintf(stderr, (message), ## args); \ 41 #define DEBUGF_BRK(message, args...) do { } while (0) argument
|