Searched refs:backend_features (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/hw/virtio/ |
H A D | vdpa-dev.c | 107 v->dev.backend_features = 0; in vhost_vdpa_device_realize() 228 uint64_t backend_features = s->dev.features; in vhost_vdpa_device_get_features() local 231 virtio_clear_feature(&backend_features, VIRTIO_F_IOMMU_PLATFORM); in vhost_vdpa_device_get_features() 234 return backend_features; in vhost_vdpa_device_get_features()
|
H A D | virtio-qmp.c | 749 status->backend_features = qmp_decode_features(vdev->device_id, in qmp_x_query_virtio_status() 750 vdev->backend_features); in qmp_x_query_virtio_status() 791 status->vhost_dev->backend_features = in qmp_x_query_virtio_status() 792 qmp_decode_features(vdev->device_id, hdev->backend_features); in qmp_x_query_virtio_status()
|
H A D | virtio-hmp-cmds.c | 154 hmp_virtio_dump_features(mon, s->backend_features); in hmp_virtio_status() 179 hmp_virtio_dump_features(mon, s->vhost_dev->backend_features); in hmp_virtio_status()
|
H A D | vhost-user.c | 1454 features | dev->backend_features, in vhost_user_set_features() 2186 dev->backend_features |= 1ULL << VHOST_USER_F_PROTOCOL_FEATURES; in vhost_user_backend_init()
|
H A D | vhost.c | 1998 !virtio_has_feature(hdev->backend_features, in vhost_dev_set_vring_enable()
|
/openbmc/qemu/hw/net/ |
H A D | vhost_net.c | 142 net->dev.acked_features = net->dev.backend_features; in vhost_net_ack_features() 341 net->dev.backend_features = qemu_has_vnet_hdr(options->net_backend) in vhost_net_init() 346 net->dev.backend_features = 0; in vhost_net_init() 366 if (~net->dev.features & net->dev.backend_features) { in vhost_net_init() 369 (uint64_t)(~net->dev.features & net->dev.backend_features)); in vhost_net_init()
|
H A D | virtio-net.c | 802 vdev->backend_features = features; in virtio_net_get_features() 820 if (!virtio_has_feature(vdev->backend_features, VIRTIO_NET_F_CTRL_VQ)) { in virtio_net_get_features() 957 !virtio_has_feature(vdev->backend_features, VIRTIO_NET_F_MTU)) { in virtio_net_set_features()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | vhost.h | 111 uint64_t backend_features; member
|
H A D | virtio.h | 126 uint64_t backend_features; member
|
/openbmc/qemu/hw/scsi/ |
H A D | vhost-scsi.c | 278 vsc->dev.backend_features = 0; in vhost_scsi_realize()
|
H A D | vhost-user-scsi.c | 158 vsc->dev.backend_features = 0; in vhost_user_scsi_connect()
|
/openbmc/qemu/qapi/ |
H A D | virtio.json | 86 # @backend-features: vhost_dev backend_features 131 # @backend-features: VirtIODevice backend_features
|
/openbmc/qemu/net/ |
H A D | vhost-vdpa.c | 1597 uint64_t backend_features; in vhost_vdpa_probe_cvq_isolation() local 1603 r = ioctl(device_fd, VHOST_GET_BACKEND_FEATURES, &backend_features); in vhost_vdpa_probe_cvq_isolation() 1609 if (!(backend_features & BIT_ULL(VHOST_BACKEND_F_IOTLB_ASID))) { in vhost_vdpa_probe_cvq_isolation()
|
/openbmc/qemu/hw/block/ |
H A D | vhost-user-blk.c | 343 s->dev.backend_features = 0; in vhost_user_blk_connect()
|