From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aL6Nh-00016y-Js for qemu-devel@nongnu.org; Mon, 18 Jan 2016 04:45:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aL6Nd-0001hA-Ja for qemu-devel@nongnu.org; Mon, 18 Jan 2016 04:45:49 -0500 Received: from greensocs.com ([193.104.36.180]:39356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aL6Nd-0001fZ-Bk for qemu-devel@nongnu.org; Mon, 18 Jan 2016 04:45:45 -0500 References: <20160117210413.GA30122@colin.search.kasperd.net> From: KONRAD Frederic Message-ID: <569CB445.9080207@greensocs.com> Date: Mon, 18 Jan 2016 10:45:41 +0100 MIME-Version: 1.0 In-Reply-To: <20160117210413.GA30122@colin.search.kasperd.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Using directory as initrd List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kasper Dupont Cc: qemu-devel@nongnu.org Hi Kasper, The normal approach is to use git send email to send your patch on the li= st instead of attaching the patch to the email so people can do inline comme= nt. You can use scripts/checkpatch.pl to check the coding style before sendin= g. (eg: you miss the signed off line and the description in the patch). And better use the qemu master branch (you seems to be using qemu-2.0?) Fred Le 17/01/2016 22:04, Kasper Dupont a =E9crit : > I would like to use a directory as initrd file without > having to write it to an initrd file each time I have > changed anything in that directory. > > I have written code to pipe an initrd directly from cpio > to qemu. Do you have any feedback on the attached patch? >