From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdGjj-0000Fb-Kh for qemu-devel@nongnu.org; Mon, 13 Feb 2017 08:32:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdGjg-0007bh-Fp for qemu-devel@nongnu.org; Mon, 13 Feb 2017 08:32:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49902) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cdGjg-0007bV-8v for qemu-devel@nongnu.org; Mon, 13 Feb 2017 08:32:08 -0500 Message-ID: <1486992725.19677.20.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 13 Feb 2017 14:32:05 +0100 In-Reply-To: References: <20170212112118.16044-1-marcandre.lureau@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] spice: allow to specify drm rendernode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Marc-Andr=E9?= Lureau Cc: qemu-devel@nongnu.org On Mo, 2017-02-13 at 08:37 +0000, Marc-Andr=C3=A9 Lureau wrote: > Hi Gerd, >=20 >=20 > Rendernode are not stable across reboots, it depends on module order. >=20 > I have further patches to specify a pci address instead: > rendernode=3D. Does that seem fine? No, IMO we should use udev rules to generate stable paths then (/dev/disk/by-* style). cheers, Gerd