Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dvhost-user-backend.h24 #define TYPE_VHOST_USER_BACKEND "vhost-user-backend" macro
/openbmc/qemu/backends/
H A Dvhost-user.c183 .name = TYPE_VHOST_USER_BACKEND,
/openbmc/qemu/docs/devel/
H A Dvirtio-backends.rst173 vhost_ops vs TYPE_VHOST_USER_BACKEND
195 g->vhost = VHOST_USER_BACKEND(object_new(TYPE_VHOST_USER_BACKEND));
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c578 g->vhost = VHOST_USER_BACKEND(object_new(TYPE_VHOST_USER_BACKEND)); in vhost_user_gpu_instance_init()