Home
last modified time | relevance | path

Searched refs:vhost_features (Results 1 – 4 of 4) sorted by relevance

/devicemodel/include/
A Dvhost.h62 uint64_t vhost_features; member
98 int vq_idx, uint64_t vhost_features,
/devicemodel/hw/pci/virtio/
A Dvhost.c517 uint64_t vhost_features, in vhost_dev_init() argument
558 vdev->vhost_features = vhost_features & features; in vhost_dev_init()
566 vdev->base->device_caps &= ~(vhost_features ^ features); in vhost_dev_init()
644 features = (vdev->base->negotiated_caps & vdev->vhost_features) | in vhost_dev_start()
A Dvhost_vsock.c170 uint64_t vhost_features = VHOST_VSOCK_FEATURES; in vhost_vsock_init() local
198 vhost_features, 0, 0); in vhost_vsock_init()
A Dvirtio_net.c1174 uint64_t vhost_features = VIRTIO_NET_S_VHOSTCAPS; in vhost_net_init() local
1191 vhost_features, vhost_ext_features, busyloop_timeout); in vhost_net_init()

Completed in 11 milliseconds