From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41839 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6zKC-0004Xr-2V for qemu-devel@nongnu.org; Tue, 05 Apr 2011 02:01:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6zKA-0000EY-Fr for qemu-devel@nongnu.org; Tue, 05 Apr 2011 02:01:12 -0400 Received: from ipmail06.adl6.internode.on.net ([150.101.137.145]:61277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6zK9-0000DI-Si for qemu-devel@nongnu.org; Tue, 05 Apr 2011 02:01:10 -0400 From: Brad Hards Subject: Re: [Qemu-devel] KVM call agenda for April 05 Date: Tue, 5 Apr 2011 16:01:02 +1000 References: <4D9A231F.6040004@codemonkey.ws> In-Reply-To: <4D9A231F.6040004@codemonkey.ws> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104051601.02762.bradh@frogmouth.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi On Tue, 5 Apr 2011 05:59:27 am Anthony Liguori wrote: > - Trivial patch monkeys^Wteam -- this is an idea Stefan and I have been > kicking around to help some of the trivial patches get more attention on > the mailing list I saw a wiki page (http://wiki.qemu.org/Contribute/TrivialPatches) that I assumed was historical - bad assumption given the page history of course. As an outsider / new contributor, it isn't easy to see how to get patches noticed, and how different things should feed into the tree(s). For instance, is my patch being ignored because I forgot the Signed-off-by line, or is the maintainer away for a month? Or am I just not "in the club"? It isn't even easy to figure out what trees there are (apart from the main one) and a google search for "qemu git" produces some misleading links to savannah and places other than git://git.qemu.org/qemu.git. It would also be useful if http://git.qemu.org/git/qemu.git/ and http://git.qemu.org/qemu.git worked again. Perhaps a list of main trees on the wiki or in MAINTAINERS might help? Even a list of obsolete trees might be useful. It would probably also help if there was a little more documentation on the process bits (e.g. whether I need a public git tree, or mailing patches is always preferred, and maybe some links to better-practice git setups to ensure patches make it through OK) and about what is expected in terms of code quality and resubmission. It would also help to have some explanatory text for some of the architectural docs that are available (e.g. there is a lot of words on the wiki about QED, and I guess its some kind of storage / disk thing, but I have no idea why its important, or even if I should know about it). I've tried to expand http://wiki.qemu.org/Documentation/GettingStartedDevelopers to cover my personal "a-ha" moments, but if I knew enough to write it all, then I'd probably be more interested in getting code written too... I'm sorry I have more complaints than useful suggestions here. I can only say I'll hang around (mail / IRC) as long as I feel somewhat welcome and write up any insights you can offer. Brad