From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcZ62-00075I-BA for qemu-devel@nongnu.org; Thu, 17 Sep 2015 09:19:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcZ5w-0004SB-Dd for qemu-devel@nongnu.org; Thu, 17 Sep 2015 09:19:30 -0400 Received: from mail-bl2on0074.outbound.protection.outlook.com ([65.55.169.74]:9824 helo=na01-bl2-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcZ5w-0004R0-9l for qemu-devel@nongnu.org; Thu, 17 Sep 2015 09:19:24 -0400 Date: Thu, 17 Sep 2015 15:04:56 +0200 From: "Edgar E. Iglesias" Message-ID: <20150917130456.GB24152@toto> References: <1438963334-30072-1-git-send-email-peter.maydell@linaro.org> <20150812141518.GA27827@toto> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: 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: Peter Maydell Cc: "Edgar E. Iglesias" , QEMU Developers , Andreas =?iso-8859-1?Q?F=E4rber?= , Patch Tracking 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. Best regards, Edgar