Re: [libvirt] [PATCH 5/6] bhyve: add video support

2017-03-08 Thread Michal Privoznik
On 02/12/2017 04:12 PM, Roman Bogorodskiy wrote: > From: Fabian Freyer > > 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

[libvirt] [PATCH 5/6] bhyve: add video support

2017-02-12 Thread Roman Bogorodskiy
From: Fabian Freyer 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 - Updat