From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YA2zr-0004E2-Nw for qemu-devel@nongnu.org; Sat, 10 Jan 2015 15:51:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YA2zo-000185-Ix for qemu-devel@nongnu.org; Sat, 10 Jan 2015 15:50:59 -0500 Received: from mail-pd0-x231.google.com ([2607:f8b0:400e:c02::231]:52745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YA2zo-00017u-C2 for qemu-devel@nongnu.org; Sat, 10 Jan 2015 15:50:56 -0500 Received: by mail-pd0-f177.google.com with SMTP id ft15so23572378pdb.8 for ; Sat, 10 Jan 2015 12:50:54 -0800 (PST) Sender: Richard Henderson Message-ID: <54B190AA.3040903@twiddle.net> Date: Sat, 10 Jan 2015 12:50:50 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1420908708-9220-1-git-send-email-kbastian@mail.uni-paderborn.de> <54B17F5D.9030801@twiddle.net> <54B1965B.6020804@mail.uni-paderborn.de> In-Reply-To: <54B1965B.6020804@mail.uni-paderborn.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tcg: Add documentation for missing tcg-ops List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org On 01/10/2015 01:15 PM, Bastian Koppelmann wrote: > Fair enough. Where would you recommend to put the documentation? I don't know. I don't know where would be most useful. Perhaps just expanded comments in the header? Comments might be best, as it'll be easiest to keep up to date as the code evolves... r~