Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/drivers/
H A Dvhost_user.h33 VHOST_USER_SET_FEATURES = 2, enumerator
H A Dvirtio_uml.c325 return vhost_user_send_u64(vu_dev, VHOST_USER_SET_FEATURES, features); in vhost_user_set_features()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h80 VHOST_USER_SET_FEATURES = 2, enumerator
H A Dlibvhost-user.c132 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 Dvhost-user-test.c72 VHOST_USER_SET_FEATURES = 2, enumerator
385 case VHOST_USER_SET_FEATURES: in chr_read()
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst467 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 Dvhost-user.c65 VHOST_USER_SET_FEATURES = 2, enumerator
1453 ret = vhost_user_set_u64(dev, VHOST_USER_SET_FEATURES, in vhost_user_set_features()