Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvhost-user.h15 VHOST_USER_PROTOCOL_F_MQ = 0, enumerator
/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c60 #define VHOST_USER_PROTOCOL_F_MQ 0 macro
1054 msg->payload.u64 |= 1 << VHOST_USER_PROTOCOL_F_MQ; in vu_net_get_protocol_features()
1175 msg->payload.u64 = 1ULL << VHOST_USER_PROTOCOL_F_MQ; in vu_scmi_get_protocol_features()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h52 VHOST_USER_PROTOCOL_F_MQ = 0, enumerator
H A Dlibvhost-user.c1587 uint64_t features = 1ULL << VHOST_USER_PROTOCOL_F_MQ | in vu_get_protocol_features_exec()
/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c76 FEATURE_ENTRY(VHOST_USER_PROTOCOL_F_MQ, \
H A Dvhost-user.c2190 if (dev->protocol_features & (1ULL << VHOST_USER_PROTOCOL_F_MQ)) { in vhost_user_backend_init()
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst500 only when the protocol feature ``VHOST_USER_PROTOCOL_F_MQ`` (bit 0) is set.
512 Back-ends should always implement the ``VHOST_USER_PROTOCOL_F_MQ`` protocol
516 Front-ends must not rely on the ``VHOST_USER_PROTOCOL_F_MQ`` protocol feature for
1034 #define VHOST_USER_PROTOCOL_F_MQ 0
1313 This request should be sent only when ``VHOST_USER_PROTOCOL_F_MQ``