Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost-user.c2881 static bool vhost_user_supports_device_state(struct vhost_dev *dev) in vhost_user_supports_device_state() function
2910 if (!vhost_user_supports_device_state(dev)) { in vhost_user_set_device_state_fd()
2974 if (!vhost_user_supports_device_state(dev)) { in vhost_user_check_device_state()
3050 .vhost_supports_device_state = vhost_user_supports_device_state,