From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSd0B-0001oV-AN for qemu-devel@nongnu.org; Mon, 21 Nov 2011 18:10:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSd06-0007KZ-L1 for qemu-devel@nongnu.org; Mon, 21 Nov 2011 18:10:15 -0500 Received: from mail-qw0-f45.google.com ([209.85.216.45]:35331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSd06-0007KS-Hz for qemu-devel@nongnu.org; Mon, 21 Nov 2011 18:10:10 -0500 Received: by qabg14 with SMTP id g14so902096qab.4 for ; Mon, 21 Nov 2011 15:10:09 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <4ECAD474.4050209@web.de> Date: Mon, 21 Nov 2011 23:10:09 +0000 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] imx.31 and KZM board support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Chubb Cc: =?UTF-8?Q?Andreas_F=C3=A4rber?= , Peter Chubb , qemu-devel@nongnu.org On 21 November 2011 23:04, Peter Chubb wrote: >>>>>> "Andreas" =3D=3D Andreas F=C3=A4rber writes= : >>> ??? Save/restore. =C2=A0*/ > > Andreas> What does this comment tell us? :) > > Dunno. =C2=A0It was in the codebase I got; I think it means that save and > restore aren't implemented yet. I think what Andreas is trying to hint is that it means you need to implement save/restore :-) (ditto in the interrupt controller) -- PMM