Home
last modified time | relevance | path

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

/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c499 static void vmsg_set_reply_u64(VhostUserMsg *vmsg, uint64_t val) in vmsg_set_reply_u64() function
1688 vmsg_set_reply_u64(vmsg, features); in vu_get_protocol_features_exec()
1730 vmsg_set_reply_u64(vmsg, dev->max_queues); in vu_get_queue_num_exec()
1846 vmsg_set_reply_u64(vmsg, -1); in vu_set_postcopy_listen()
1851 vmsg_set_reply_u64(vmsg, 0); in vu_set_postcopy_listen()
1866 vmsg_set_reply_u64(vmsg, 0); in vu_set_postcopy_end()
2049 vmsg_set_reply_u64(vmsg, VHOST_USER_MAX_RAM_SLOTS); in vu_handle_get_max_memslots()
2171 vmsg_set_reply_u64(&vmsg, 0); in vu_dispatch()