[OE-core] [PATCH 0/3] virgl: enable in qemu when 'opengl' is in DISTRO_FEATURES

2020-04-25 Thread Alexander Kanavin
virgl is a virtualized accelerated 3D graphics support for the qemu guests. This patchset enables virgl in qemu, when 'opengl' is in DISTRO_FEATURES. Virgl is entirely opt-in (via non-default options to 'runqemu'). By default qemu behaves exactly as before, and does not use virgl. This adds a few

Re: [OE-core] [PATCH 0/3] virgl: enable in qemu when 'opengl' is in DISTRO_FEATURES

2020-01-23 Thread Alexander Kanavin
I forgot to mention that this is all entirely opt-in (via non-default options to 'runqemu'). By default qemu behaves exactly as before, and does not use virgl. Alex On Thu, 23 Jan 2020 at 16:38, Alexander Kanavin wrote: > virgl is a virtualized accelerated 3D graphics support for the qemu >

[OE-core] [PATCH 0/3] virgl: enable in qemu when 'opengl' is in DISTRO_FEATURES

2020-01-23 Thread Alexander Kanavin
virgl is a virtualized accelerated 3D graphics support for the qemu guests. This patchset enables virgl in qemu, when 'opengl' is in DISTRO_FEATURES. This adds a few native dependencies to qemu-system-native (particularly, libdrm, virglrenderer and a special minimal configuration of mesa-native).