From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvY5e-0006cW-Pv for qemu-devel@nongnu.org; Thu, 09 Feb 2012 12:47:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvY5a-0002W7-6Z for qemu-devel@nongnu.org; Thu, 09 Feb 2012 12:47:26 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:50291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvY5a-0002Vs-20 for qemu-devel@nongnu.org; Thu, 09 Feb 2012 12:47:22 -0500 Received: by pbbro12 with SMTP id ro12so1953683pbb.4 for ; Thu, 09 Feb 2012 09:47:20 -0800 (PST) Message-ID: <4F3406A4.5020800@codemonkey.ws> Date: Thu, 09 Feb 2012 11:47:16 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1328797255-18410-1-git-send-email-afaerber@suse.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2] qom: Unify type registration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-devel@nongnu.org On 02/09/2012 10:49 AM, Peter Maydell wrote: > On 9 February 2012 14:20, Andreas Färber wrote: >> Replace device_init() with generalized type_init(). >> >> While at it, unify naming convention: type_init([$prefix_]register_types) >> Also, type_init() is a function, so add preceding blank line where >> necessary and don't put a semicolon after the closing brace. > > Ugh, touching the whole tree again? Yeah, it's not coming from me at least :-) I doubt this will cause any rebase problems though. Regards, Anthony Liguori > > -- PMM >