From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOqs2-0006Q4-9G for qemu-devel@nongnu.org; Fri, 20 Feb 2015 11:56:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOqry-0001kp-QN for qemu-devel@nongnu.org; Fri, 20 Feb 2015 11:56:06 -0500 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:42177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOqry-0001kW-Fb for qemu-devel@nongnu.org; Fri, 20 Feb 2015 11:56:02 -0500 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 20 Feb 2015 16:56:00 -0000 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 31A5B1B08067 for ; Fri, 20 Feb 2015 16:56:11 +0000 (GMT) Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t1KGtvox4456800 for ; Fri, 20 Feb 2015 16:55:57 GMT Received: from d06av10.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t1KGtvfK021016 for ; Fri, 20 Feb 2015 09:55:57 -0700 Date: Fri, 20 Feb 2015 17:55:54 +0100 From: Michael Mueller Message-ID: <20150220175554.502bbbf2@bee> In-Reply-To: <54E76214.6080100@suse.de> References: <1424183053-4310-1-git-send-email-mimu@linux.vnet.ibm.com> <1424183053-4310-11-git-send-email-mimu@linux.vnet.ibm.com> <54E75AA2.9070503@twiddle.net> <20150220171249.210a0236@bee> <54E76214.6080100@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC PATCH v2 10/15] cpu-model/s390: Add cpu class initialization routines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?UTF-8?B?RsOkcmJlcg==?= Cc: linux-s390@vger.kernel.org, frank.blaschka@de.ibm.com, kvm@vger.kernel.org, Gleb Natapov , linux-kernel@vger.kernel.org, qemu-devel@nongnu.org, Christian Borntraeger , Alexander Graf , "Jason J. Herne" , Cornelia Huck , Paolo Bonzini , Richard Henderson On Fri, 20 Feb 2015 17:34:28 +0100 Andreas F=C3=A4rber wrote: > Please note that QEMU uses gtk-doc style, where the description goes > between arguments and Returns:, and the function name gets a ':'. > There's also fancy syntax like #CPUClass, %true, etc. On my TODOs... Thanks, Michael