From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDI92-00068N-OJ for qemu-devel@nongnu.org; Sun, 16 Sep 2012 12:56:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDI91-000406-UN for qemu-devel@nongnu.org; Sun, 16 Sep 2012 12:56:32 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:35195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDI91-0003zy-IP for qemu-devel@nongnu.org; Sun, 16 Sep 2012 12:56:31 -0400 Received: by dadn15 with SMTP id n15so3750033dad.4 for ; Sun, 16 Sep 2012 09:56:30 -0700 (PDT) Sender: Richard Henderson Message-ID: <505604BE.7060901@twiddle.net> Date: Sun, 16 Sep 2012 09:56:30 -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> In-Reply-To: <5055CD9A.4000504@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 06:01, Andreas Färber wrote: > This is lacking a proper description. I'd be very ashamed if we lost > something so obvious during the QOM conversion. So what's the symptoms here? The most important thing here is saving cpu_model_str. The symptom being a SEGV on clone, when cpu_model_str is null. r~