Searched defs:vhost_user (Results 1 – 14 of 14) sorted by relevance
1 .. _vhost_user: target
242 struct vhost_user { struct243 struct vhost_dev *dev;245 VhostUserState *user;246 QIOChannel *backend_ioc;247 GSource *backend_src;248 NotifierWithReturn postcopy_notifier;249 struct PostCopyFD postcopy_fd;250 uint64_t postcopy_client_bases[VHOST_USER_MAX_RAM_SLOTS];275 static int vhost_user_read_header(struct vhost_dev *dev, VhostUserMsg *msg) in vhost_user_read_header() argument277 struct vhost_user *u = dev->opaque; in vhost_user_read_header() argument
14 vhost_user = static_library('vhost-user', variable
36 VhostUserState vhost_user; member
29 VhostUserState vhost_user; member
24 VhostUserState vhost_user; member
39 VhostUserState vhost_user; member
48 VhostUserState vhost_user; member
27 VhostUserState *vhost_user; member
294 option('vhost_user', type: 'feature', value: 'auto', feature
3269 vhost_user = not_found variable3272 vhost_user = libvhost_user.get_variable('vhost_user_dep') variable