Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c154 qemu_chr_fe_write(&g->vhost_chr, (uint8_t *)msg, in vhost_user_gpu_send_msg()
251 int fd = qemu_chr_fe_get_msgfd(&g->vhost_chr); in vhost_user_gpu_handle_display()
362 r = qemu_chr_fe_read_all(&g->vhost_chr, in vhost_user_gpu_chr_read()
369 r = qemu_chr_fe_read_all(&g->vhost_chr, in vhost_user_gpu_chr_read()
376 r = qemu_chr_fe_read_all(&g->vhost_chr, in vhost_user_gpu_chr_read()
385 r = qemu_chr_fe_read_all(&g->vhost_chr, in vhost_user_gpu_chr_read()
444 if (!qemu_chr_fe_init(&g->vhost_chr, chr, errp)) { in vhost_user_gpu_do_set_socket()
449 qemu_chr_fe_deinit(&g->vhost_chr, false); in vhost_user_gpu_do_set_socket()
532 qemu_chr_fe_deinit(&g->vhost_chr, true); in vhost_user_gpu_set_status()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-gpu.h241 CharBackend vhost_chr; member