Searched refs:VHOST_USER_SET_FEATURES (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/um/drivers/ |
H A D | vhost_user.h | 33 VHOST_USER_SET_FEATURES = 2, enumerator
|
H A D | virtio_uml.c | 325 return vhost_user_send_u64(vu_dev, VHOST_USER_SET_FEATURES, features); in vhost_user_set_features()
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.h | 80 VHOST_USER_SET_FEATURES = 2, enumerator
|
H A D | libvhost-user.c | 132 REQ(VHOST_USER_SET_FEATURES), in vu_request_to_string() 2085 case VHOST_USER_SET_FEATURES: in vu_process_message()
|
/openbmc/qemu/tests/qtest/ |
H A D | vhost-user-test.c | 72 VHOST_USER_SET_FEATURES = 2, enumerator 385 case VHOST_USER_SET_FEATURES: in chr_read()
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.rst | 467 In addition, upon receiving a ``VHOST_USER_SET_FEATURES`` message from 531 messages ``VHOST_USER_SET_FEATURES`` with ``VHOST_F_LOG_ALL`` and 1071 ``VHOST_USER_SET_FEATURES`` 1092 ``VHOST_USER_SET_FEATURES``. 1096 support this message even before ``VHOST_USER_SET_FEATURES`` was 1109 ``VHOST_USER_SET_FEATURES``. 1113 this message even before ``VHOST_USER_SET_FEATURES`` was called.
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user.c | 65 VHOST_USER_SET_FEATURES = 2, enumerator 1453 ret = vhost_user_set_u64(dev, VHOST_USER_SET_FEATURES, in vhost_user_set_features()
|