From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DeYX0-0004Oi-Mx for qemu-devel@nongnu.org; Sat, 04 Jun 2005 09:17:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DeYWy-0004NY-SA for qemu-devel@nongnu.org; Sat, 04 Jun 2005 09:17:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DeYWy-0004NV-Ov for qemu-devel@nongnu.org; Sat, 04 Jun 2005 09:17:40 -0400 Received: from [64.233.170.196] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DeYVm-0007Hw-Eh for qemu-devel@nongnu.org; Sat, 04 Jun 2005 09:16:26 -0400 Received: by rproxy.gmail.com with SMTP id j1so961384rnf for ; Sat, 04 Jun 2005 06:13:40 -0700 (PDT) Message-ID: Date: Sat, 4 Jun 2005 15:13:25 +0200 From: Pascal Terjan Subject: Re: [Qemu-devel] kqemu and udev In-Reply-To: <42A18D09.3000909@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42A18D09.3000909@gmx.de> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 6/4/05, Oliver Gerlich wrote: > Hello, > how do i configure udev to create /dev/kqemu on boot? I think this was > already posted once, but I couldn't find it. > Currently I have to create /dev/kqemu manually before running Qemu. There is a patch : http://lists.gnu.org/archive/html/qemu-devel/2005-02/msg00293.html You can create a /etc/udev/rules.d/kqemu.rules containing KERNEL=3D"kqemu", MODE=3D"0666" to have it usable by everybody.