From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCDpQ-00087r-IR for qemu-devel@nongnu.org; Mon, 26 Mar 2012 13:35:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCDpO-0003w3-L8 for qemu-devel@nongnu.org; Mon, 26 Mar 2012 13:35:36 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:51429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCDpO-0003vf-Fu for qemu-devel@nongnu.org; Mon, 26 Mar 2012 13:35:34 -0400 Received: by yenr5 with SMTP id r5so4960320yen.4 for ; Mon, 26 Mar 2012 10:35:33 -0700 (PDT) Message-ID: <4F70A8E2.10508@codemonkey.ws> Date: Mon, 26 Mar 2012 12:35:30 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1332727608-26523-1-git-send-email-liwp@linux.vnet.ibm.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6] refactor PC machine, i440fx and piix3 to take advantage of QOM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org, Anthony Liguori , Wanpeng Li , Avi Kivity , Gavin Shan On 03/26/2012 12:09 PM, Blue Swirl wrote: > On Mon, Mar 26, 2012 at 02:06, Wanpeng Li wrote: >> >> From: Anthony Liguori >> >> >> This series aggressively refactors the PC machine initialization to be more >> modelled and less ad-hoc. The highlights of this series are: > > Please fix coding style while moving. I disagree. That makes reviewing the movement and rebasing the movement pretty difficult. If we were to fix the issues, it should before or after. But in that context, I think it makes it orthogonal to moving the code and should be treated independently. Regards, Anthony Liguori