Searched refs:VHOST_USER_VERSION (Results 1 – 3 of 3) sorted by relevance
/qemu/hw/virtio/ |
H A D | vhost-user.c | 240 #define VHOST_USER_VERSION (0x1) macro 291 if (msg->hdr.flags != (VHOST_USER_REPLY_MASK | VHOST_USER_VERSION)) { in vhost_user_read_header() 294 VHOST_USER_REPLY_MASK | VHOST_USER_VERSION); in vhost_user_read_header() 427 .hdr.flags = VHOST_USER_VERSION, in vhost_user_gpu_set_socket() 443 .hdr.flags = VHOST_USER_VERSION, in vhost_user_set_log_base() 901 .hdr.flags = VHOST_USER_VERSION, in vhost_user_set_mem_table_postcopy() 1026 .hdr.flags = VHOST_USER_VERSION, in vhost_user_set_mem_table() 1065 .hdr.flags = VHOST_USER_VERSION, in vhost_user_set_vring_endian() 1083 .hdr.flags = VHOST_USER_VERSION, in vhost_user_get_u64() 1170 .hdr.flags = VHOST_USER_VERSION, in vhost_set_vring() [all …]
|
/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.c | 96 #define VHOST_USER_VERSION 1 macro 670 vmsg->flags |= VHOST_USER_VERSION; in vu_send_reply() 1465 .flags = VHOST_USER_VERSION | VHOST_USER_NEED_REPLY_MASK, in vu_set_queue_host_notifier() 1505 .flags = VHOST_USER_VERSION | VHOST_USER_NEED_REPLY_MASK, in vu_lookup_shared_object() 1565 .flags = VHOST_USER_VERSION, in vu_add_shared_object() 1583 .flags = VHOST_USER_VERSION, in vu_rm_shared_object() 2630 .flags = VHOST_USER_VERSION, in _vu_queue_notify() 2670 .flags = VHOST_USER_VERSION, in vu_config_change_msg()
|
/qemu/tests/qtest/ |
H A D | vhost-user-test.c | 138 #define VHOST_USER_VERSION (0x1) macro
|