From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsa7S-00052p-Hd for qemu-devel@nongnu.org; Thu, 14 Sep 2017 15:48:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsa7O-0004ZS-3V for qemu-devel@nongnu.org; Thu, 14 Sep 2017 15:48:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54850) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dsa7N-0004Yw-T5 for qemu-devel@nongnu.org; Thu, 14 Sep 2017 15:48:10 -0400 Date: Thu, 14 Sep 2017 16:48:04 -0300 From: Eduardo Habkost Message-ID: <20170914194804.GC25664@localhost.localdomain> References: <20170830225225.27925-1-f4bug@amsat.org> <20170830225225.27925-4-f4bug@amsat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20170830225225.27925-4-f4bug@amsat.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 3/7] mips: split cpu_mips_realize_env() out of cpu_mips_init() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: Igor Mammedov , =?iso-8859-1?Q?Herv=E9?= Poussineau , Aurelien Jarno , Marcel Apfelbaum , James Hogan , Yongbok Kim , Thomas Huth , qemu-devel@nongnu.org On Wed, Aug 30, 2017 at 07:52:21PM -0300, Philippe Mathieu-Daud=E9 wrote: > so it can be used in mips_cpu_realizefn() in the next commit >=20 > Signed-off-by: Philippe Mathieu-Daud=E9 > Tested-by: Igor Mammedov > Tested-by: James Hogan Reviewed-by: Eduardo Habkost --=20 Eduardo