From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcaQk-0008KB-9G for qemu-devel@nongnu.org; Thu, 17 Sep 2015 10:44:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcaQf-0004mE-AP for qemu-devel@nongnu.org; Thu, 17 Sep 2015 10:44:58 -0400 Received: from mail-vk0-f45.google.com ([209.85.213.45]:35379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcaQf-0004m6-6J for qemu-devel@nongnu.org; Thu, 17 Sep 2015 10:44:53 -0400 Received: by vkao3 with SMTP id o3so12104521vka.2 for ; Thu, 17 Sep 2015 07:44:52 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20150917130456.GB24152@toto> References: <1438963334-30072-1-git-send-email-peter.maydell@linaro.org> <20150812141518.GA27827@toto> <20150917130456.GB24152@toto> From: Peter Maydell Date: Thu, 17 Sep 2015 15:44:33 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2] target-cris: update CPU state save/load to use VMStateDescription List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Edgar E. Iglesias" Cc: "Edgar E. Iglesias" , QEMU Developers , =?UTF-8?Q?Andreas_F=C3=A4rber?= , Patch Tracking On 17 September 2015 at 14:04, Edgar E. Iglesias wrote: > On Thu, Sep 17, 2015 at 01:39:17PM +0100, Peter Maydell wrote: >> On 12 August 2015 at 15:15, Edgar E. Iglesias wrote: >> > On Fri, Aug 07, 2015 at 05:02:14PM +0100, Peter Maydell wrote: >> >> From: Juan Quintela >> >> >> >> Update the CRIS CPU state save/load to use a VMStateDescription struct >> >> rather than cpu_save/cpu_load functions. >> >> >> >> Have to define TLBSet struct. >> >> Multidimensional arrays in C are a mess, just unroll them. >> >> >> >> Signed-off-by: Juan Quintela >> > >> > >> > Acked-by: Edgar E. Iglesias >> >> So what's the process for target-cris changes to get into the tree? >> > > Sorry, I thought this was maybe going through migration tree. Feel free > to push it. OK, applied to master. thanks -- PMM