Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/drivers/
H A Dvhost_user.h32 VHOST_USER_GET_FEATURES = 1, enumerator
H A Dvirtio_uml.c315 VHOST_USER_GET_FEATURES); in vhost_user_get_features()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h79 VHOST_USER_GET_FEATURES = 1, enumerator
H A Dlibvhost-user.c131 REQ(VHOST_USER_GET_FEATURES), in vu_request_to_string()
2083 case VHOST_USER_GET_FEATURES: in vu_process_message()
/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c71 VHOST_USER_GET_FEATURES = 1, enumerator
366 case VHOST_USER_GET_FEATURES: in chr_read()
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst389 * ``VHOST_USER_GET_FEATURES``
1060 ``VHOST_USER_GET_FEATURES``
1091 ``VHOST_USER_GET_FEATURES``. It does not need to be acknowledged by
1108 ``VHOST_USER_GET_FEATURES``. It does not need to be acknowledged by
1340 present in ``VHOST_USER_GET_FEATURES`` and protocol feature bit
1356 is present in ``VHOST_USER_GET_FEATURES`` and protocol feature bit
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c64 VHOST_USER_GET_FEATURES = 1, enumerator
1120 if (vhost_user_get_u64(dev, VHOST_USER_GET_FEATURES, features) < 0) { in vhost_user_get_features()