Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvhost.c95 vhost_log_chunk_t *dev_log = dev->log->log; in vhost_dev_sync_region() local
99 vhost_log_chunk_t *from = dev_log + start / VHOST_LOG_CHUNK; in vhost_dev_sync_region()
100 vhost_log_chunk_t *to = dev_log + end / VHOST_LOG_CHUNK + 1; in vhost_dev_sync_region()