Home
last modified time | relevance | path

Searched refs:VhostUserMsg (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c489 vmsg_close_fds(VhostUserMsg *vmsg) in vmsg_close_fds()
499 static void vmsg_set_reply_u64(VhostUserMsg *vmsg, uint64_t val) in vmsg_set_reply_u64()
537 vu_message_read_default(VuDev *dev, int conn_fd, VhostUserMsg *vmsg) in vu_message_read_default()
607 vu_message_write(VuDev *dev, int conn_fd, VhostUserMsg *vmsg) in vu_message_write()
666 vu_send_reply(VuDev *dev, int conn_fd, VhostUserMsg *vmsg) in vu_send_reply()
682 vu_process_message_reply(VuDev *dev, const VhostUserMsg *vmsg) in vu_process_message_reply()
684 VhostUserMsg msg_reply; in vu_process_message_reply()
772 vu_get_features_exec(VuDev *dev, VhostUserMsg *vmsg) in vu_get_features_exec()
811 vu_set_features_exec(VuDev *dev, VhostUserMsg *vmsg) in vu_set_features_exec()
837 vu_set_owner_exec(VuDev *dev, VhostUserMsg *vmsg) in vu_set_owner_exec()
[all …]
H A Dlibvhost-user.h41 #define VHOST_USER_HDR_SIZE offsetof(VhostUserMsg, payload.u64)
191 typedef struct VhostUserMsg { struct
218 } VU_PACKED VhostUserMsg; argument
237 typedef int (*vu_process_msg_cb) (VuDev *dev, VhostUserMsg *vmsg,
239 typedef bool (*vu_read_msg_cb) (VuDev *dev, int sock, VhostUserMsg *vmsg);
/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c111 typedef struct VhostUserMsg { struct
127 } QEMU_PACKED VhostUserMsg; typedef
129 static VhostUserMsg m __attribute__ ((unused));
184 VhostUserMsg *msg);
186 CharFrontend *chr, VhostUserMsg *msg);
335 VhostUserMsg msg; in chr_read()
1055 VhostUserMsg *msg)
1065 VhostUserMsg *msg)
1152 VhostUserMsg *msg)
1195 VhostUserMsg *ms in vu_scmi_get_features()
[all...]
/openbmc/qemu/util/
H A Dvhost-user-server.c57 static void vmsg_close_fds(VhostUserMsg *vmsg) in vmsg_close_fds()
65 static bool vmsg_unblock_fds(VhostUserMsg *vmsg, Error **errp) in vmsg_unblock_fds()
115 vu_message_read(VuDev *vu_dev, int conn_fd, VhostUserMsg *vmsg) in vu_message_read()
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c419 vubr_send_rarp_exec(VuDev *dev, VhostUserMsg *vmsg) in vubr_send_rarp_exec()
426 vubr_process_msg(VuDev *dev, VhostUserMsg *vmsg, int *do_reply) in vubr_process_msg()
/openbmc/qemu/block/export/
H A Dvhost-user-blk-server.c193 static int vu_blk_process_msg(VuDev *dev, VhostUserMsg *vmsg, int *do_reply) in vu_blk_process_msg()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c1123 vg_process_msg(VuDev *dev, VhostUserMsg *msg, int *do_reply) in vg_process_msg()