From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDJfr-0006vR-PH for qemu-devel@nongnu.org; Sun, 16 Sep 2012 14:34:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDJfq-0000Iy-QJ for qemu-devel@nongnu.org; Sun, 16 Sep 2012 14:34:31 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:46161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDJfq-0000Is-K1 for qemu-devel@nongnu.org; Sun, 16 Sep 2012 14:34:30 -0400 Received: by pbbrp12 with SMTP id rp12so8485263pbb.4 for ; Sun, 16 Sep 2012 11:34:29 -0700 (PDT) Sender: Richard Henderson Message-ID: <50561BB4.1090709@twiddle.net> Date: Sun, 16 Sep 2012 11:34:28 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1347740649-28646-1-git-send-email-rth@twiddle.net> <1347740649-28646-6-git-send-email-rth@twiddle.net> <5055CD9A.4000504@suse.de> <505604BE.7060901@twiddle.net> <505613BD.4020100@suse.de> In-Reply-To: <505613BD.4020100@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 5/6] target-alpha: Fix cpu_alpha_init List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Riku Voipio , qemu-devel@nongnu.org On 2012-09-16 11:00, Andreas Färber wrote: > As for the reentrancy of the translation initialization, I would prefer > that being handled in initfn, but we can first introduce it here and > move it later. Sure. I was monkey copying the arm cpu_init for that. > So, if you suggest a wording for the commit message I can apply this as > part of my next CPU pull (assuming that'll be earlier than linux-user). target-alpha: Initialize env->cpu_model_str Save the cpu_model_str so that we have a non-null value when creating a new cpu during clone. Signed-off-by: Richard Henderson r~