Home
last modified time | relevance | path

Searched refs:vhost_vsock_set_running (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvhost-vsock.c52 static int vhost_vsock_set_running(VirtIODevice *vdev, int start) in vhost_vsock_set_running() function
58 if (!vhost_ops->vhost_vsock_set_running) { in vhost_vsock_set_running()
62 ret = vhost_ops->vhost_vsock_set_running(&vvc->vhost_dev, start); in vhost_vsock_set_running()
86 ret = vhost_vsock_set_running(vdev, 1); in vhost_vsock_set_status()
93 ret = vhost_vsock_set_running(vdev, 0); in vhost_vsock_set_status()
H A Dvhost-backend.c350 .vhost_vsock_set_running = vhost_kernel_vsock_set_running,
/openbmc/qemu/include/hw/virtio/
H A Dvhost-backend.h199 vhost_vsock_set_running_op vhost_vsock_set_running; member