Home
last modified time | relevance | path

Searched refs:VHOST_F_LOG_ALL (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c181 FEATURE_ENTRY(VHOST_F_LOG_ALL, \
217 FEATURE_ENTRY(VHOST_F_LOG_ALL, \
229 FEATURE_ENTRY(VHOST_F_LOG_ALL, \
317 FEATURE_ENTRY(VHOST_F_LOG_ALL, \
340 FEATURE_ENTRY(VHOST_F_LOG_ALL, \
352 FEATURE_ENTRY(VHOST_F_LOG_ALL, \
366 FEATURE_ENTRY(VHOST_F_LOG_ALL, \
380 FEATURE_ENTRY(VHOST_F_LOG_ALL, \
412 FEATURE_ENTRY(VHOST_F_LOG_ALL, \
460 FEATURE_ENTRY(VHOST_F_LOG_ALL, \
H A Dvhost-vdpa.c819 if ((v->acked_features ^ features) == BIT_ULL(VHOST_F_LOG_ALL)) { in vhost_vdpa_set_features()
831 features &= ~BIT_ULL(VHOST_F_LOG_ALL); in vhost_vdpa_set_features()
1513 *features |= BIT_ULL(VHOST_F_LOG_ALL); in vhost_vdpa_get_features()
H A Dvhost.c992 features |= 0x1ULL << VHOST_F_LOG_ALL; in vhost_dev_set_features()
1595 if (!(hdev->features & (0x1ULL << VHOST_F_LOG_ALL))) { in vhost_dev_init()
H A Dvhost-user.c1428 bool log_enabled = features & (0x1ULL << VHOST_F_LOG_ALL); in vhost_user_set_features()
/openbmc/linux/include/uapi/linux/
H A Dvhost_types.h168 #define VHOST_F_LOG_ALL 26 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvhost_types.h168 #define VHOST_F_LOG_ALL 26 macro
/openbmc/linux/drivers/vhost/
H A Dvhost.h261 (1ULL << VHOST_F_LOG_ALL) |
H A Dtest.c246 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_test_set_features()
H A Dvsock.c793 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_vsock_set_features()
H A Dnet.c1157 vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ? in handle_rx()
1651 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_net_set_features()
H A Dvhost.c1143 log = log_all || vhost_has_feature(d->vqs[i], VHOST_F_LOG_ALL); in memory_access_ok()
1765 vhost_has_feature(vq, VHOST_F_LOG_ALL)) && in vq_log_access_ok()
H A Dscsi.c1914 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_scsi_set_features()
/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c1046 uint64_t features = 0x1ULL << VHOST_F_LOG_ALL | in vu_net_get_features()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c733 if (!(dev->features & (1ULL << VHOST_F_LOG_ALL)) || in vu_log_write()
785 1ULL << VHOST_F_LOG_ALL | in vu_get_features_exec()
/openbmc/qemu/net/
H A Dvhost-vdpa.c126 BIT_ULL(VHOST_F_LOG_ALL) |
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst526 declare the ``VHOST_F_LOG_ALL`` vhost feature.
529 messages ``VHOST_USER_SET_FEATURES`` with ``VHOST_F_LOG_ALL`` and