From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50413 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oke0i-0004eh-Bc for qemu-devel@nongnu.org; Sun, 15 Aug 2010 10:16:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oke0h-00061n-3n for qemu-devel@nongnu.org; Sun, 15 Aug 2010 10:16:28 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:65166) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oke0g-000617-VD for qemu-devel@nongnu.org; Sun, 15 Aug 2010 10:16:27 -0400 Received: by mail-fx0-f45.google.com with SMTP id 7so2719375fxm.4 for ; Sun, 15 Aug 2010 07:16:26 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4C67F49E.7080808@redhat.com> Date: Sun, 15 Aug 2010 10:07:26 -0400 From: Paolo Bonzini MIME-Version: 1.0 References: <29F5076E-9189-4252-9808-A23CEB0A6969@web.de> In-Reply-To: <29F5076E-9189-4252-9808-A23CEB0A6969@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] Re: [PATCH 3/5] CODING_STYLE: add memory management rules List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: Blue Swirl , qemu-devel On 08/14/2010 10:52 AM, Andreas Färber wrote: >> >> Well, this is not coding style but architectural guide. We could >> introduce a new document, rename CODING_STYLE or bury this to >> qemu-tech.texi. But I still (optimistically) think that some kind of >> READ_ME_BEFORE_CODING would help. > > I agree that we shouldn't overload CODING_STYLE. > > qemu-tech.texi historically was more a description of how QEMU works. > Is there a reason not to simply put this FAQ/guide into the new Wiki? > Otherwise we could stick with HACKING as file name. If HACKING is chosen, it would anyway contain CODING_STYLE. I don't have any preference as long as the content is kept in only one file. Actually, I have a preference for CODING_STYLE since I see no reason to rename a file (also considering git's rename tracking is not perfect). Paolo