Home
last modified time | relevance | path

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

/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()
/qemu/tests/qtest/
H A Dvhost-user-test.c71 VHOST_USER_GET_FEATURES = 1, enumerator
366 case VHOST_USER_GET_FEATURES: in chr_read()
/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
/qemu/hw/virtio/
H A Dvhost-user.c64 VHOST_USER_GET_FEATURES = 1, enumerator
1118 if (vhost_user_get_u64(dev, VHOST_USER_GET_FEATURES, features) < 0) { in vhost_user_get_features()