Re: [Qemu-devel] [PATCH] spice: allow to specify drm rendernode

2017-02-13 Thread Gerd Hoffmann
Hi, > In the meantime, this patch should be good enough for 2.9 hopefully. Sure, I'll take it. cheers, Gerd

Re: [Qemu-devel] [PATCH] spice: allow to specify drm rendernode

2017-02-13 Thread Marc-André Lureau
Hi On Mon, Feb 13, 2017 at 5:32 PM Gerd Hoffmann wrote: > On Mo, 2017-02-13 at 08:37 +, Marc-André Lureau wrote: > > Hi Gerd, > > > > > > Rendernode are not stable across reboots, it depends on module order. > > > > I have further patches to specify a pci address instead: > > rendernode=. Do

Re: [Qemu-devel] [PATCH] spice: allow to specify drm rendernode

2017-02-13 Thread Gerd Hoffmann
On Mo, 2017-02-13 at 08:37 +, Marc-André Lureau wrote: > Hi Gerd, > > > Rendernode are not stable across reboots, it depends on module order. > > I have further patches to specify a pci address instead: > rendernode=. Does that seem fine? No, IMO we should use udev rules to generate stable

Re: [Qemu-devel] [PATCH] spice: allow to specify drm rendernode

2017-02-13 Thread Marc-André Lureau
Hi Gerd, Rendernode are not stable across reboots, it depends on module order. I have further patches to specify a pci address instead: rendernode=. Does that seem fine? Do you want me to squash and resend? The current branch: https://github.com/elmarco/qemu/commits/spice thanks On Sun, Feb 1

[Qemu-devel] [PATCH] spice: allow to specify drm rendernode

2017-02-12 Thread Marc-André Lureau
When multiple GPU are available, picking the first one isn't always the best choice. Learn to specify a device rendernode. Signed-off-by: Marc-André Lureau --- include/ui/egl-helpers.h | 3 +-- ui/egl-helpers.c | 10 +++--- ui/spice-core.c | 5 - qemu-options.hx