Home
last modified time | relevance | path

Searched defs:msg (Results 26 – 50 of 133) sorted by relevance

123456

/qemu/include/qapi/
H A Derror-internal.h19 char *msg; member
/qemu/.gitlab-ci.d/
H A Dcheck-dco.py50 msg = subprocess.check_output(["git", "show", "-s", sha], variable
/qemu/hw/display/
H A Dvhost-user-gpu.c123 vhost_user_gpu_handle_cursor(VhostUserGPU *g, VhostUserGpuMsg *msg) in vhost_user_gpu_handle_cursor()
153 vhost_user_gpu_send_msg(VhostUserGPU *g, const VhostUserGpuMsg *msg) in vhost_user_gpu_send_msg()
162 VhostUserGpuMsg msg = { in vhost_user_gpu_unblock() local
171 vhost_user_gpu_handle_display(VhostUserGPU *g, VhostUserGpuMsg *msg) in vhost_user_gpu_handle_display()
360 VhostUserGpuMsg *msg = NULL; in vhost_user_gpu_chr_read() local
/qemu/crypto/
H A Dafalgpriv.h40 struct msghdr *msg; member
/qemu/tests/guest-debug/
H A Drun-test.py45 def log(output, msg): argument
/qemu/qga/vss-win32/
H A Dinstall.cpp50 char *msg = NULL; in errmsg() local
64 char *msg, buf[512]; in errmsg_dialog() local
75 #define _chk(hr, status, msg, err_label) \ argument
/qemu/contrib/vhost-user-gpu/
H A Dvirgl.c389 VhostUserGpuMsg msg = { in virgl_cmd_set_scanout() local
418 VhostUserGpuMsg msg = { in virgl_cmd_set_scanout() local
447 VhostUserGpuMsg msg = { in virgl_cmd_resource_flush() local
/qemu/hw/i386/kvm/
H A Dapic.c187 static void kvm_send_msi(MSIMessage *msg) in kvm_send_msi()
214 MSIMessage msg = { .address = addr, .data = data }; in kvm_apic_mem_write() local
/qemu/hw/remote/
H A Diohub.c78 void process_set_irqfd_msg(PCIDevice *pci_dev, MPQemuMsg *msg) in process_set_irqfd_msg()
H A Dproxy-memory-listener.c169 MPQemuMsg msg; in proxy_memory_listener_commit() local
/qemu/target/i386/whpx/
H A Dwhpx-apic.c186 static void whpx_send_msi(MSIMessage *msg) in whpx_send_msi()
227 MSIMessage msg = { .address = addr, .data = data }; in whpx_apic_mem_write() local
/qemu/target/i386/kvm/
H A Dtdx-quote-generator.c159 … qgs_msg_get_quote_resp_t *msg = (qgs_msg_get_quote_resp_t *)(task->receive_buf + HEADER_SIZE); in tdx_get_quote_read() local
268 qgs_msg_get_quote_req_t msg; in tdx_generate_quote() local
/qemu/hw/misc/
H A Divshmem-pci.c276 MSIMessage msg) in ivshmem_vector_unmask()
550 static void process_msg(IVShmemState *s, int64_t msg, int fd, Error **errp) in process_msg()
589 int64_t msg; in ivshmem_read() local
610 int64_t msg; in ivshmem_recv_msg() local
634 int64_t msg; in ivshmem_recv_setup() local
/qemu/include/hw/pci/
H A Dpcie_aer.h81 pcie_aer_msg_is_uncor(const PCIEAERMsg *msg) in pcie_aer_msg_is_uncor()
/qemu/io/
H A Dchannel-socket.c466 static void qio_channel_socket_copy_fds(struct msghdr *msg, in qio_channel_socket_copy_fds()
522 struct msghdr msg = { NULL, }; in qio_channel_socket_readv() local
575 struct msghdr msg = { NULL, }; in qio_channel_socket_writev() local
743 struct msghdr msg = {}; in qio_channel_socket_flush() local
/qemu/ui/
H A Dinput-barrier.c203 static gboolean readcmd(InputBarrier *ib, struct barrierMsg *msg) in readcmd()
341 static gboolean writecmd(InputBarrier *ib, struct barrierMsg *msg) in writecmd()
479 struct barrierMsg msg; in input_barrier_event() local
/qemu/hw/tpm/
H A Dtpm_spapr.c40 uint8_t msg; /* see below */ member
138 uint8_t msg = crq_data[1]; in tpm_spapr_do_crq() local
/qemu/hw/usb/
H A Dccid-card-passthru.c103 VSCMsgError msg = {.code = htonl(code)}; in ccid_card_vscard_send_error() local
111 VSCMsgInit msg = { in ccid_card_vscard_send_init() local
/qemu/hw/i386/
H A Dx86-iommu.c59 X86IOMMU_MSIMessage msg = {}; in x86_iommu_irq_to_msi_message() local
/qemu/tests/functional/qemu_test/
H A Dasset.py21 def __init__(self, asset, msg, transient=False): argument
/qemu/hw/hyperv/
H A Dhyperv_testdev.c33 struct hyperv_message msg; member
134 static uint16_t msg_handler(const struct hyperv_post_message_input *msg, in msg_handler()
/qemu/tests/qtest/
H A Dvhost-user-test.c337 VhostUserMsg msg; in chr_read() local
1058 VhostUserMsg *msg) in vu_net_set_features()
1068 VhostUserMsg *msg) in vu_net_get_protocol_features()
1155 VhostUserMsg *msg) in vu_gpio_get_protocol_features()
1198 VhostUserMsg *msg) in vu_scmi_get_protocol_features()
/qemu/tests/qemu-iotests/
H A Diotests.py584 def filter_test_dir(msg): argument
588 def filter_win32(msg): argument
594 def filter_qemu_io(msg): argument
600 def filter_chown(msg): argument
639 def filter_testfiles(msg): argument
661 def filter_generated_node_ids(msg): argument
701 def filter_imgfmt(msg): argument
/qemu/include/hw/hyperv/
H A Dvmbus.h99 void *msg; member
/qemu/tests/
H A Dvhost-user-bridge.c210 struct msghdr msg = { in vubr_handle_tx() local
327 struct msghdr msg = { in vubr_backend_recv_cb() local
479 vubr_panic(VuDev *dev, const char *msg) in vubr_panic()

123456