]> xenbits.xensource.com Git - libvirt.git/commit
bhyve: add video support
authorFabian Freyer <fabian.freyer@physik.tu-berlin.de>
Sat, 16 Jul 2016 21:03:33 +0000 (21:03 +0000)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Sat, 11 Mar 2017 19:30:56 +0000 (23:30 +0400)
commit04664327c63d86c75f05c2053d501f5dd54e93a1
treeb9b736a987feae42445a24399d0f0d76ea47f1a1
parent58b49d0c19f9e9c2b544260bfea344f11bd57ddc
bhyve: add video support

bhyve supports 'gop' video device that allows clients to connect
to VMs using VNC clients. This commit adds support for that to
the bhyve driver:

 - Introducr 'gop' video device type
 - Add capabilities probing for the 'fbuf' device that's
   responsible for graphics
 - Update command builder routines to let users configure
   domain's VNC via gop graphics.

Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
12 files changed:
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
po/POTFILES.in
src/bhyve/bhyve_capabilities.c
src/bhyve/bhyve_capabilities.h
src/bhyve/bhyve_command.c
src/bhyve/bhyve_device.c
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
src/qemu/qemu_domain_address.c
tests/domaincapsschemadata/full.xml