Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 130) sorted by relevance

123456

/qemu/hw/remote/
H A Dmessage.c42 MPQemuMsg msg = {0}; in mpqemu_remote_msg_loop_co() local
94 MPQemuMsg *msg, Error **errp) in process_config_write()
118 MPQemuMsg *msg, Error **errp) in process_config_read()
141 static void process_bar_write(QIOChannel *ioc, MPQemuMsg *msg, Error **errp) in process_bar_write()
178 static void process_bar_read(QIOChannel *ioc, MPQemuMsg *msg, Error **errp) in process_bar_read()
H A Dmpqemu-link.c34 bool mpqemu_msg_send(MPQemuMsg *msg, QIOChannel *ioc, Error **errp) in mpqemu_msg_send()
122 bool mpqemu_msg_recv(MPQemuMsg *msg, QIOChannel *ioc, Error **errp) in mpqemu_msg_recv()
189 uint64_t mpqemu_msg_send_and_await_reply(MPQemuMsg *msg, PCIProxyDev *pdev, in mpqemu_msg_send_and_await_reply()
215 bool mpqemu_msg_valid(MPQemuMsg *msg) in mpqemu_msg_valid()
H A Dproxy.c53 MPQemuMsg msg; in setup_irqfd() local
147 MPQemuMsg msg = { 0 }; in config_op_send() local
235 MPQemuMsg msg = { 0 }; in type_init() local
370 MPQemuMsg msg = { 0 }; in proxy_device_reset() local
H A Dmemory.c31 void remote_sysmem_reconfig(MPQemuMsg *msg, Error **errp) in remote_sysmem_reconfig()
/qemu/tests/qtest/libqos/
H A Dsdhci-cmd.c21 static ssize_t read_fifo(QTestState *qts, uint64_t reg, char *msg, size_t count) in read_fifo()
45 static void write_fifo(QTestState *qts, uint64_t reg, const char *msg, in write_fifo()
85 ssize_t sdhci_read_cmd(QTestState *qts, uint64_t base_addr, char *msg, in sdhci_read_cmd()
102 void sdhci_write_cmd(QTestState *qts, uint64_t base_addr, const char *msg, in sdhci_write_cmd()
/qemu/hw/virtio/
H A Dvhost-user.c275 static int vhost_user_read_header(struct vhost_dev *dev, VhostUserMsg *msg) in vhost_user_read_header()
303 static int vhost_user_read(struct vhost_dev *dev, VhostUserMsg *msg) in vhost_user_read()
339 const VhostUserMsg *msg) in process_message_reply()
382 static int vhost_user_write(struct vhost_dev *dev, VhostUserMsg *msg, in vhost_user_write()
425 VhostUserMsg msg = { in vhost_user_gpu_set_socket() local
441 VhostUserMsg msg = { in vhost_user_set_log_base() local
507 VhostUserMsg *msg, in vhost_user_fill_set_mem_table_msg()
661 int nr_rem_reg, VhostUserMsg *msg, in send_remove_regions()
715 VhostUserMsg *msg, uint64_t *shadow_pcb, in send_add_regions()
826 VhostUserMsg *msg, in vhost_user_add_remove_regions()
[all …]
H A Dvhost-backend.c249 struct vhost_msg_v2 msg; in vhost_kernel_iotlb_read() local
264 struct vhost_msg msg; in vhost_kernel_iotlb_read() local
285 struct vhost_msg_v2 msg = {}; in vhost_kernel_send_device_iotlb_msg() local
295 struct vhost_msg msg = {}; in vhost_kernel_send_device_iotlb_msg() local
/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c151 struct msghdr msg = { in vg_sock_fd_write() local
182 vg_send_msg(VuGpu *vg, const VhostUserGpuMsg *msg, int fd) in vg_send_msg()
293 VhostUserGpuMsg msg = { in vg_get_display_info() local
337 VhostUserGpuMsg msg = { in vg_get_edid() local
428 VhostUserGpuMsg msg = { in vg_disable_scanout() local
716 VhostUserGpuMsg msg = { in vg_set_scanout() local
737 VhostUserGpuMsg msg = { in vg_set_scanout() local
827 VhostUserGpuMsg *msg = p; in vg_resource_flush() local
968 VhostUserGpuMsg msg = { in vg_process_cursor_cmd() local
983 VhostUserGpuMsg msg = { in vg_process_cursor_cmd() local
[all …]
/qemu/ui/
H A Dvdagent.c156 static void vdagent_send_msg(VDAgentChardev *vd, VDAgentMessage *msg) in vdagent_send_msg()
187 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_send_caps() local
220 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_send_mouse() local
332 g_autofree VDAgentMessage *msg = in vdagent_send_clipboard_grab() local
377 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_send_clipboard_release() local
396 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_send_clipboard_data() local
492 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_clipboard_request() local
620 static void vdagent_chr_recv_clipboard(VDAgentChardev *vd, VDAgentMessage *msg) in vdagent_chr_recv_clipboard()
702 static void vdagent_chr_recv_caps(VDAgentChardev *vd, VDAgentMessage *msg) in vdagent_chr_recv_caps()
734 static void vdagent_chr_recv_msg(VDAgentChardev *vd, VDAgentMessage *msg) in vdagent_chr_recv_msg()
[all …]
/qemu/tests/qtest/
H A Dvnc-display-test.c25 const char* msg) in on_vnc_error()
31 const char *msg) in on_vnc_auth_failure()
H A Dipmi-bt-test.c149 static void write_emu_msg(uint8_t *msg, unsigned int len) in write_emu_msg()
167 static void get_emu_msg(uint8_t *msg, unsigned int *len) in get_emu_msg()
228 uint8_t msg[100]; in emu_msg_handler() local
312 uint8_t msg[100]; in test_connect() local
H A Dnpcm7xx_sdhci-test.c57 static void write_sdread(QTestState *qts, const char *msg) in write_sdread()
89 static void sdwrite_read(QTestState *qts, const char *msg) in sdwrite_read()
/qemu/hw/pci/
H A Dmsi.c127 void msi_set_message(PCIDevice *dev, MSIMessage msg) in msi_set_message()
145 MSIMessage msg; in msi_prepare_message() local
358 MSIMessage msg; in msi_notify() local
378 void msi_send_message(PCIDevice *dev, MSIMessage msg) in msi_send_message()
422 MSIMessage msg = msi_prepare_message(dev, vector); in msi_write_config() local
H A Dmsix.c40 MSIMessage msg; in msix_prepare_message() local
56 void msix_set_message(PCIDevice *dev, int vector, struct MSIMessage msg) in msix_set_message()
111 MSIMessage msg; in msix_fire_vector_notifier() local
131 MSIMessage msg = msix_prepare_message(dev, vector); in msix_handle_mask_update() local
536 MSIMessage msg; in msix_notify() local
610 MSIMessage msg; in msix_set_notifier_for_vector() local
H A Dpcie_aer.c196 pcie_aer_msg_alldev(PCIDevice *dev, const PCIEAERMsg *msg) in pcie_aer_msg_alldev()
243 static bool pcie_aer_msg_vbridge(PCIDevice *dev, const PCIEAERMsg *msg) in pcie_aer_msg_vbridge()
308 static void pcie_aer_msg_root_port(PCIDevice *dev, const PCIEAERMsg *msg) in pcie_aer_msg_root_port()
384 static void pcie_aer_msg(PCIDevice *dev, const PCIEAERMsg *msg) in pcie_aer_msg()
534 PCIEAERMsg msg; member
/qemu/hw/misc/
H A Divshmem-flat.c27 int64_t msg; in ivshmem_flat_recv_msg() local
173 static void ivshmem_flat_process_msg(IvshmemFTState *s, uint64_t msg, int fd) in ivshmem_flat_process_msg()
204 int64_t msg; in ivshmem_flat_read_msg() local
330 int64_t protocol_version, msg; in ivshmem_flat_connect_server() local
/qemu/qga/
H A Dvss-win32.c34 char *msg; in call_vss_provider_func() local
86 char *msg; in vss_init() local
/qemu/hw/hyperv/
H A Dhyperv.c191 struct hyperv_message msg; member
609 struct hyperv_post_message_input *msg; in hyperv_hcall_post_message() local
751 HvSynDbgMsg msg; in hyperv_hcall_reset_dbg_session() local
798 HvSynDbgMsg msg; in hyperv_hcall_retreive_dbg_data() local
857 HvSynDbgMsg msg; in hyperv_hcall_post_dbg_data() local
911 HvSynDbgMsg msg; in hyperv_syndbg_send() local
931 HvSynDbgMsg msg; in hyperv_syndbg_recv() local
954 HvSynDbgMsg msg; in hyperv_syndbg_set_pending_page() local
967 HvSynDbgMsg msg; in hyperv_syndbg_query_options() local
H A Dvmbus.c949 void *msg, uint32_t msglen, in vmbus_channel_send()
999 void *msg, uint32_t msglen) in vmbus_channel_send_completion()
1518 const struct hyperv_post_message_input *msg) in enqueue_incoming_message()
1544 static uint16_t vmbus_recv_message(const struct hyperv_post_message_input *msg, in vmbus_recv_message()
1588 struct hyperv_message msg = { in post_msg() local
1652 vmbus_message_initiate_contact *msg, in handle_initiate_contact()
1688 struct vmbus_message_version_response msg = { in send_handshake() local
1727 struct vmbus_message_offer_channel msg = { in send_offer() local
1784 static void handle_gpadl_header(VMBus *vmbus, vmbus_message_gpadl_header *msg, in handle_gpadl_header()
1830 static void handle_gpadl_body(VMBus *vmbus, vmbus_message_gpadl_body *msg, in handle_gpadl_body()
[all …]
/qemu/migration/
H A Dcolo.c311 static void colo_send_message(QEMUFile *f, COLOMessage msg, in colo_send_message()
328 static void colo_send_message_value(QEMUFile *f, COLOMessage msg, in colo_send_message_value()
349 COLOMessage msg; in colo_receive_message() local
369 COLOMessage msg; in colo_receive_check_message() local
783 COLOMessage msg; in colo_wait_handle_message() local
/qemu/stubs/
H A Derror-printf.c11 char *msg = g_strdup_vprintf(fmt, ap); in error_vprintf() local
/qemu/tests/qemu-iotests/
H A D26034 def print_bitmap(msg, vm): argument
/qemu/scripts/
H A Dtracetool.py26 def error_opt(msg = None): argument
/qemu/contrib/plugins/
H A Dstoptrigger.c54 char *msg = g_strdup_printf("icount reached at 0x%" PRIx64 ", exiting\n", in exit_icount_reached() local
63 char *msg = g_strdup_printf("0x%" PRIx64 " reached, exiting\n", ei->exit_addr); in exit_address_reached() local
/qemu/tests/guest-debug/
H A Dtest_gdbstub.py24 def report(cond, msg): argument

123456