Re: [libvirt] [PATCH v4 03/10] qemu: caps: Introduce a capability for egl-headless

2018-07-18 Thread Erik Skultety
On Wed, Jul 18, 2018 at 03:08:39PM +0200, Pavel Hrdina wrote: > On Wed, Jul 18, 2018 at 02:57:30PM +0200, Erik Skultety wrote: > > On Wed, Jul 18, 2018 at 02:31:39PM +0200, Erik Skultety wrote: > > > Since QEMU 2.10, it's possible to use a new type of display - > > > egl-headless which uses drm

Re: [libvirt] [PATCH v4 03/10] qemu: caps: Introduce a capability for egl-headless

2018-07-18 Thread Pavel Hrdina
On Wed, Jul 18, 2018 at 02:57:30PM +0200, Erik Skultety wrote: > On Wed, Jul 18, 2018 at 02:31:39PM +0200, Erik Skultety wrote: > > Since QEMU 2.10, it's possible to use a new type of display - > > egl-headless which uses drm nodes to provide OpenGL support. This patch > > adds a capability for

Re: [libvirt] [PATCH v4 03/10] qemu: caps: Introduce a capability for egl-headless

2018-07-18 Thread Erik Skultety
On Wed, Jul 18, 2018 at 02:31:39PM +0200, Erik Skultety wrote: > Since QEMU 2.10, it's possible to use a new type of display - > egl-headless which uses drm nodes to provide OpenGL support. This patch > adds a capability for that. However, since QEMU doesn't provide a QMP > command to probe it, we

[libvirt] [PATCH v4 03/10] qemu: caps: Introduce a capability for egl-headless

2018-07-18 Thread Erik Skultety
Since QEMU 2.10, it's possible to use a new type of display - egl-headless which uses drm nodes to provide OpenGL support. This patch adds a capability for that. However, since QEMU doesn't provide a QMP command to probe it, we have to base the capability on specific QEMU version. Signed-off-by: