Hi Kasper, The normal approach is to use git send email to send your patch on the list instead of attaching the patch to the email so people can do inline comment.
You can use scripts/checkpatch.pl to check the coding style before sending. (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 écrit :
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?