Home
last modified time | relevance | path

Searched defs:vhost_log (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvhost.h49 struct vhost_log { struct
53 vhost_log_chunk_t *log; argument
/openbmc/linux/drivers/vhost/
H A Dvhost.h63 struct vhost_log { struct
64 u64 addr;
65 u64 len;
/openbmc/qemu/hw/virtio/
H A Dvhost.c46 static struct vhost_log *vhost_log[VHOST_BACKEND_TYPE_MAX]; variable