Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvhost.h448 int vhost_save_backend_state(struct vhost_dev *dev, QEMUFile *f, Error **errp);
/openbmc/qemu/hw/virtio/
H A Dvhost-user-fs.c312 ret = vhost_save_backend_state(&fs->vhost_dev, f, &local_error); in vuf_save_state()
H A Dvhost.c2200 int vhost_save_backend_state(struct vhost_dev *dev, QEMUFile *f, Error **errp) in vhost_save_backend_state() function