Searched refs:protocol_features (Results 1 – 10 of 10) sorted by relevance
/qemu/hw/virtio/ |
H A D | vhost-user.c | 438 bool shmfd = virtio_has_feature(dev->protocol_features, in vhost_user_set_log_base() 1009 bool reply_supported = virtio_has_feature(dev->protocol_features, in vhost_user_set_mem_table() 1012 virtio_has_feature(dev->protocol_features, in vhost_user_set_mem_table() 1061 bool cross_endian = virtio_has_feature(dev->protocol_features, in vhost_user_set_vring_endian() 1132 bool reply_supported = virtio_has_feature(dev->protocol_features, in vhost_user_write_sync() 1455 if (virtio_has_feature(dev->protocol_features, in vhost_user_set_features() 1510 if (!virtio_has_feature(dev->protocol_features, in vhost_user_reset_device() 1568 if (!virtio_has_feature(dev->protocol_features, in vhost_user_backend_handle_vring_host_notifier() 1881 bool reply_supported = virtio_has_feature(dev->protocol_features, in vhost_setup_backend_channel() 1886 if (!virtio_has_feature(dev->protocol_features, in vhost_setup_backend_channel() [all …]
|
H A D | virtio-qmp.c | 793 status->vhost_dev->protocol_features = in qmp_x_query_virtio_status() 794 qmp_decode_protocols(hdev->protocol_features); in qmp_x_query_virtio_status()
|
H A D | virtio-hmp-cmds.c | 181 hmp_virtio_dump_protocols(mon, s->vhost_dev->protocol_features); in hmp_virtio_status()
|
/qemu/contrib/vhost-user-gpu/ |
H A D | vhost-user-gpu.c | 1076 uint64_t protocol_features; in protocol_features_cb() local 1082 sizeof(protocol_features), &protocol_features)) { in protocol_features_cb() 1086 protocol_features &= (protocol_edid | protocol_dmabuf2); in protocol_features_cb() 1091 .payload.u64 = protocol_features, in protocol_features_cb() 1098 if (g->edid_inited && !(protocol_features & protocol_edid)) { in protocol_features_cb() 1104 g->use_modifiers = !!(protocol_features & protocol_dmabuf2); in protocol_features_cb()
|
/qemu/include/hw/virtio/ |
H A D | vhost.h | 119 uint64_t protocol_features; member
|
/qemu/hw/net/ |
H A D | vhost_net.c | 344 net->dev.protocol_features = 0; in vhost_net_init() 347 net->dev.protocol_features = 0; in vhost_net_init()
|
/qemu/backends/ |
H A D | cryptodev-vhost.c | 63 crypto->dev.protocol_features = 0; in cryptodev_vhost_init()
|
/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.h | 409 uint64_t protocol_features; member
|
H A D | libvhost-user.c | 122 return has_feature(dev->protocol_features, fbit); in vu_has_protocol_feature() 1699 dev->protocol_features = vmsg->payload.u64; in vu_set_protocol_features_exec()
|
/qemu/qapi/ |
H A D | virtio.json | 88 # @protocol-features: vhost_dev protocol_features
|