From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKYOU-00050b-PF for qemu-devel@nongnu.org; Thu, 12 May 2011 12:05:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKYOQ-0006lt-TU for qemu-devel@nongnu.org; Thu, 12 May 2011 12:05:42 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:36585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKYOQ-0006ln-Pd for qemu-devel@nongnu.org; Thu, 12 May 2011 12:05:38 -0400 Received: by gwb19 with SMTP id 19so678893gwb.4 for ; Thu, 12 May 2011 09:05:38 -0700 (PDT) Message-ID: <4DCC054F.7010902@codemonkey.ws> Date: Thu, 12 May 2011 11:05:35 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1305023443-8722-1-git-send-email-kraxel@redhat.com> <201105101624.08253.bradh@frogmouth.net> <4DCBA79B.5040608@redhat.com> <4DCBFBFF.7000203@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qdev device documentation (Re: [PATCH 0/2] usb-linux: physical port handling.) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: amit.shah@redhat.com, Gerd Hoffmann , Brad Hards , qemu-devel@nongnu.org On 05/12/2011 10:56 AM, Markus Armbruster wrote: > Gerd Hoffmann writes: > >> Hi, >> >>>> What is the status of the qdev documentation patches btw.? >>> >>> http://lists.gnu.org/archive/html/qemu-devel/2011-02/msg02169.html >> >> What is the problem with the empty strings btw? > > Anthony ;) 1) It doesn't help us get good written documentation without non-existent magic to extract a qdev schema. 2) It makes the documentation hidden in random places in the tree making it hard to audit what is undocumented. 3) It guarantees that documentation will vary drastically in language and quality. 4) I greatly fear that we're embarking down yet another "introduce a new API that never gets fully converted" path. I've sent a quick patch out with what I think is a significantly better approach. Regards, Anthony Liguori > > [...] >