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.c62 #define VHOST_USER_PROTOCOL_F_MQ 0 macro
1075 msg->payload.u64 |= 1 << VHOST_USER_PROTOCOL_F_MQ; in vu_net_get_protocol_features()
1201 msg->payload.u64 = 1ULL << VHOST_USER_PROTOCOL_F_MQ; in vu_scmi_get_protocol_features()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h54 VHOST_USER_PROTOCOL_F_MQ = 0, enumerator
H A Dlibvhost-user.c1657 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.c2228 if (dev->protocol_features & (1ULL << VHOST_USER_PROTOCOL_F_MQ)) { in vhost_user_backend_init()
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst502 only when the protocol feature ``VHOST_USER_PROTOCOL_F_MQ`` (bit 0) is set.
514 Back-ends should always implement the ``VHOST_USER_PROTOCOL_F_MQ`` protocol
518 Front-ends must not rely on the ``VHOST_USER_PROTOCOL_F_MQ`` protocol feature for
1036 #define VHOST_USER_PROTOCOL_F_MQ 0
1315 This request should be sent only when ``VHOST_USER_PROTOCOL_F_MQ``