Home
last modified time | relevance | path

Searched refs:acked_features (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvhost-vdpa.h84 uint64_t acked_features; member
/openbmc/qemu/hw/scsi/
H A Dvhost-scsi-common.c55 vsc->dev.acked_features = vdev->guest_features; in vhost_scsi_common_start()
/openbmc/qemu/backends/
H A Dvhost-user.c75 b->dev.acked_features = b->vdev->guest_features; in vhost_user_backend_start()
/openbmc/qemu/hw/virtio/
H A Dvhost-vsock-common.c73 vvc->vhost_dev.acked_features = vdev->guest_features; in vhost_vsock_common_start()
H A Dvhost-user-base.c44 vub->vhost_dev.acked_features = vdev->guest_features; in vub_start()
H A Dvhost-user-fs.c79 fs->vhost_dev.acked_features = vdev->guest_features; in vuf_start()
H A Dvhost-vdpa.c861 if ((v->acked_features ^ features) == BIT_ULL(VHOST_F_LOG_ALL)) { in vhost_vdpa_set_features()
866 v->acked_features = features; in vhost_vdpa_set_features()
870 v->acked_features = features; in vhost_vdpa_set_features()
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c157 s->dev.acked_features = vdev->guest_features; in vhost_user_blk_start()