Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost.c712 #define VHOST_LOG_BUFFER (0x1000 / sizeof *dev->log) in vhost_commit() macro
715 vhost_dev_log_resize(dev, log_size + VHOST_LOG_BUFFER); in vhost_commit()
722 if (dev->log_size > log_size + VHOST_LOG_BUFFER) { in vhost_commit()