Searched refs:VHOST_F_LOG_ALL (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/hw/virtio/ |
H A D | virtio-qmp.c | 181 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 D | vhost-vdpa.c | 819 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 D | vhost.c | 992 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 D | vhost-user.c | 1428 bool log_enabled = features & (0x1ULL << VHOST_F_LOG_ALL); in vhost_user_set_features()
|
/openbmc/linux/include/uapi/linux/ |
H A D | vhost_types.h | 168 #define VHOST_F_LOG_ALL 26 macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | vhost_types.h | 168 #define VHOST_F_LOG_ALL 26 macro
|
/openbmc/linux/drivers/vhost/ |
H A D | vhost.h | 261 (1ULL << VHOST_F_LOG_ALL) |
|
H A D | test.c | 246 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_test_set_features()
|
H A D | vsock.c | 793 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_vsock_set_features()
|
H A D | net.c | 1157 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 D | vhost.c | 1143 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 D | scsi.c | 1914 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_scsi_set_features()
|
/openbmc/qemu/tests/qtest/ |
H A D | vhost-user-test.c | 1046 uint64_t features = 0x1ULL << VHOST_F_LOG_ALL | in vu_net_get_features()
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.c | 733 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 D | vhost-vdpa.c | 126 BIT_ULL(VHOST_F_LOG_ALL) |
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.rst | 526 declare the ``VHOST_F_LOG_ALL`` vhost feature. 529 messages ``VHOST_USER_SET_FEATURES`` with ``VHOST_F_LOG_ALL`` and
|