From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebSG8-0005cg-Ih for qemu-devel@nongnu.org; Tue, 16 Jan 2018 09:30:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebSG4-0002gp-Mg for qemu-devel@nongnu.org; Tue, 16 Jan 2018 09:30:40 -0500 Received: from mail-ot0-x234.google.com ([2607:f8b0:4003:c0f::234]:42265) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ebSG4-0002gU-I9 for qemu-devel@nongnu.org; Tue, 16 Jan 2018 09:30:36 -0500 Received: by mail-ot0-x234.google.com with SMTP id s3so13738804otc.9 for ; Tue, 16 Jan 2018 06:30:36 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20180116013709.13830-9-andrew.smirnov@gmail.com> References: <20180116013709.13830-1-andrew.smirnov@gmail.com> <20180116013709.13830-9-andrew.smirnov@gmail.com> From: Peter Maydell Date: Tue, 16 Jan 2018 14:30:15 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 08/14] i.MX: Add implementation of i.MX7 GPR IP block List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrey Smirnov Cc: qemu-arm , Jason Wang , =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= , QEMU Developers , Andrey Yurovsky On 16 January 2018 at 01:37, Andrey Smirnov wrot= e: > Add minimal code needed to allow upstream Linux guest to boot. > > Cc: Peter Maydell > Cc: Jason Wang > Cc: Philippe Mathieu-Daud=C3=A9 > Cc: qemu-devel@nongnu.org > Cc: qemu-arm@nongnu.org > Cc: yurovsky@gmail.com > Signed-off-by: Andrey Smirnov > --- Reviewed-by: Peter Maydell thanks -- PMM