From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiN1c-0004kg-Fu for qemu-devel@nongnu.org; Thu, 08 May 2014 08:02:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiN1X-00065L-AF for qemu-devel@nongnu.org; Thu, 08 May 2014 08:02:08 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:45149) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiN1X-00065C-42 for qemu-devel@nongnu.org; Thu, 08 May 2014 08:02:03 -0400 Received: by mail-lb0-f173.google.com with SMTP id 10so3402838lbg.32 for ; Thu, 08 May 2014 05:02:02 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1398091304-10677-1-git-send-email-quintela@redhat.com> <1398091304-10677-5-git-send-email-quintela@redhat.com> From: Peter Maydell Date: Thu, 8 May 2014 13:01:41 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 004/124] savevm: Remove all the unneded version_minimum_id_old (arm) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: QEMU Developers On 21 April 2014 17:18, Peter Maydell wrote: > On 21 April 2014 15:39, Juan Quintela wrote: >> After previous Peter patch, they are redundant. This way we don't asign them >> except when needed. Once there, there were lots of case where the ".fields" >> indentation was wrong: >> >> .fields = (VMStateField []) { >> and >> .fields = (VMStateField []) { >> >> Change all the combinations to: >> >> .fields = (VMStateField[]){ >> >> The biggest problem (appart of aesthetics) was that checkpatch complained >> when we copy&pasted the code from one place to another. >> >> Signed-off-by: Juan Quintela >> --- > > Reviewed-by: Peter Maydell > > I'll hold this to apply to target-arm.next when you've got the dependent > patch into master. The dependent patch is now in master so I'm going to include this in the target-arm queue (with the various typos Eric pointed out in the commit message fixed). thanks -- PMM