| /qemu/hw/remote/ |
| A D | message.c | 42 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()
|
| A D | mpqemu-link.c | 34 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()
|
| A D | proxy.c | 53 MPQemuMsg msg; in setup_irqfd() local 147 MPQemuMsg msg = { 0 }; in config_op_send() local 236 MPQemuMsg msg = { 0 }; in type_init() local 371 MPQemuMsg msg = { 0 }; in proxy_device_reset() local
|
| A D | memory.c | 31 void remote_sysmem_reconfig(MPQemuMsg *msg, Error **errp) in remote_sysmem_reconfig()
|
| /qemu/tests/qtest/libqos/ |
| A D | sdhci-cmd.c | 21 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/ |
| A D | vhost-user.c | 425 VhostUserMsg msg = { in vhost_user_gpu_set_socket() local 441 VhostUserMsg msg = { in vhost_user_set_log_base() local 902 VhostUserMsg msg = { in vhost_user_set_mem_table_postcopy() local 1027 VhostUserMsg msg = { in vhost_user_set_mem_table() local 1065 VhostUserMsg msg = { in vhost_user_set_vring_endian() local 1083 VhostUserMsg msg = { in vhost_user_get_u64() local 1170 VhostUserMsg msg = { in vhost_set_vring() local 1291 VhostUserMsg msg = { in vhost_user_get_vring_base() local 1334 VhostUserMsg msg = { in vhost_set_vring_file() local 1371 VhostUserMsg msg = { in vhost_user_set_vring_addr() local [all …]
|
| A D | vhost-backend.c | 249 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/ |
| A D | vhost-user-gpu.c | 151 struct msghdr msg = { in vg_sock_fd_write() local 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 1077 VhostUserGpuMsg msg = { in protocol_features_cb() local [all …]
|
| /qemu/ui/ |
| A D | vdagent.c | 158 static void vdagent_send_msg(VDAgentChardev *vd, VDAgentMessage *msg) in vdagent_send_msg() 190 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_send_caps() local 223 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_send_mouse() local 335 g_autofree VDAgentMessage *msg = in vdagent_send_clipboard_grab() local 380 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_send_clipboard_release() local 399 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_send_clipboard_data() local 495 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_clipboard_request() local 623 static void vdagent_chr_recv_clipboard(VDAgentChardev *vd, VDAgentMessage *msg) in vdagent_chr_recv_clipboard() 697 static void vdagent_chr_recv_caps(VDAgentChardev *vd, VDAgentMessage *msg) in vdagent_chr_recv_caps() 733 static void vdagent_chr_recv_msg(VDAgentChardev *vd, VDAgentMessage *msg) in vdagent_chr_recv_msg() [all …]
|
| /qemu/tests/qtest/ |
| A D | vnc-display-test.c | 25 const char* msg) in on_vnc_error() 31 const char *msg) in on_vnc_auth_failure()
|
| A D | ipmi-bt-test.c | 149 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
|
| A D | npcm7xx_sdhci-test.c | 57 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/ |
| A D | msi.c | 127 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
|
| A D | msix.c | 39 MSIMessage msg; in msix_prepare_message() local 55 void msix_set_message(PCIDevice *dev, int vector, struct MSIMessage msg) in msix_set_message() 110 MSIMessage msg; in msix_fire_vector_notifier() local 130 MSIMessage msg = msix_prepare_message(dev, vector); in msix_handle_mask_update() local 527 MSIMessage msg; in msix_notify() local 601 MSIMessage msg; in msix_set_notifier_for_vector() local
|
| A D | pcie_aer.c | 196 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/qga/ |
| A D | vss-win32.c | 34 char *msg; in call_vss_provider_func() local 86 char *msg; in vss_init() local
|
| /qemu/hw/hyperv/ |
| A D | hyperv.c | 190 struct hyperv_message msg; member 608 struct hyperv_post_message_input *msg; in hyperv_hcall_post_message() local 750 HvSynDbgMsg msg; in hyperv_hcall_reset_dbg_session() local 797 HvSynDbgMsg msg; in hyperv_hcall_retreive_dbg_data() local 856 HvSynDbgMsg msg; in hyperv_hcall_post_dbg_data() local 910 HvSynDbgMsg msg; in hyperv_syndbg_send() local 930 HvSynDbgMsg msg; in hyperv_syndbg_recv() local 953 HvSynDbgMsg msg; in hyperv_syndbg_set_pending_page() local 966 HvSynDbgMsg msg; in hyperv_syndbg_query_options() local
|
| A D | vmbus.c | 948 void *msg, uint32_t msglen, in vmbus_channel_send() 998 void *msg, uint32_t msglen) in vmbus_channel_send_completion() 1587 struct hyperv_message msg = { in post_msg() local 1687 struct vmbus_message_version_response msg = { in send_handshake() local 1726 struct vmbus_message_offer_channel msg = { in send_offer() local 1865 struct vmbus_message_gpadl_created msg = { in send_create_gpadl() local 1922 struct vmbus_message_gpadl_torndown msg = { in send_teardown_gpadl() local 1984 struct vmbus_message_open_result msg = { in send_open_channel() local 2060 static void handle_unload(VMBus *vmbus, void *msg, uint32_t msglen) in handle_unload() 2067 vmbus_message_header msg = { in send_unload() local [all …]
|
| /qemu/migration/ |
| A D | colo.c | 311 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 780 COLOMessage msg; in colo_wait_handle_message() local
|
| /qemu/stubs/ |
| A D | error-printf.c | 11 char *msg = g_strdup_vprintf(fmt, ap); in error_vprintf() local
|
| /qemu/contrib/plugins/ |
| A D | stoptrigger.c | 47 char *msg = g_strdup_printf("icount reached at 0x%" PRIx64 ", exiting\n", in exit_icount_reached() local 56 char *msg = g_strdup_printf("0x%" PRIx64 " reached, exiting\n", insn_vaddr); in exit_address_reached() local
|
| /qemu/tests/qemu-iotests/ |
| A D | 260 | 34 def print_bitmap(msg, vm): argument
|
| /qemu/scripts/ |
| A D | tracetool.py | 26 def error_opt(msg = None): argument
|
| /qemu/tests/guest-debug/ |
| A D | test_gdbstub.py | 24 def report(cond, msg): argument
|
| A D | run-test.py | 43 def log(output, msg): argument
|