Re: [libvirt] [PATCH] virt-aa-helper: generate rules for gl enabled graphics devices

2019-01-22 Thread Christian Ehrhardt
On Thu, Jan 17, 2019 at 11:05 AM Erik Skultety wrote: > > On Tue, Jan 15, 2019 at 06:34:41PM +0200, Christian Ehrhardt wrote: > > This adds the virt-aa-helper support for gl enabled graphics devices to > > generate rules for the needed rendernode paths. > > > > Example in domain xml: > > > > >

Re: [libvirt] [PATCH] virt-aa-helper: generate rules for gl enabled graphics devices

2019-01-22 Thread Christian Ehrhardt
On Wed, Jan 16, 2019 at 10:37 AM Michal Privoznik wrote: > > On 1/15/19 5:34 PM, Christian Ehrhardt wrote: > > This adds the virt-aa-helper support for gl enabled graphics devices to > > generate rules for the needed rendernode paths. > > > > Example in domain xml: > > > > > > > > > > results

Re: [libvirt] [PATCH] virt-aa-helper: generate rules for gl enabled graphics devices

2019-01-17 Thread Erik Skultety
On Tue, Jan 15, 2019 at 06:34:41PM +0200, Christian Ehrhardt wrote: > This adds the virt-aa-helper support for gl enabled graphics devices to > generate rules for the needed rendernode paths. > > Example in domain xml: > > > > > results in: > "/dev/dri" r, > "/dev/dri/bar" rw, > > Special

Re: [libvirt] [PATCH] virt-aa-helper: generate rules for gl enabled graphics devices

2019-01-16 Thread Michal Privoznik
On 1/15/19 5:34 PM, Christian Ehrhardt wrote: > This adds the virt-aa-helper support for gl enabled graphics devices to > generate rules for the needed rendernode paths. > > Example in domain xml: > > > > > results in: > "/dev/dri" r, > "/dev/dri/bar" rw, > > Special cases are: > - mult

[libvirt] [PATCH] virt-aa-helper: generate rules for gl enabled graphics devices

2019-01-15 Thread Christian Ehrhardt
This adds the virt-aa-helper support for gl enabled graphics devices to generate rules for the needed rendernode paths. Example in domain xml: results in: "/dev/dri" r, "/dev/dri/bar" rw, Special cases are: - multiple devices with rendernodes -> all are added - non explicit rendernodes