From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9f2i-0002ey-5u for qemu-devel@nongnu.org; Sat, 01 Feb 2014 13:11:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9f2d-0008Si-J1 for qemu-devel@nongnu.org; Sat, 01 Feb 2014 13:11:48 -0500 Received: from mail-lb0-f176.google.com ([209.85.217.176]:34745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9f2d-0008S1-CJ for qemu-devel@nongnu.org; Sat, 01 Feb 2014 13:11:43 -0500 Received: by mail-lb0-f176.google.com with SMTP id w7so4322152lbi.35 for ; Sat, 01 Feb 2014 10:11:42 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1390246471-25167-13-git-send-email-michael@walle.cc> References: <1390246471-25167-1-git-send-email-michael@walle.cc> <1390246471-25167-13-git-send-email-michael@walle.cc> From: Peter Maydell Date: Sat, 1 Feb 2014 18:11:22 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v4 12/12] hw/lm32: print error if cpu model is not found List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Walle Cc: QEMU Developers , Anthony Liguori On 20 January 2014 19:34, Michael Walle wrote: > QEMU crashed if a the given cpu_model is not found. > > Signed-off-by: Michael Walle Reviewed-by: Peter Maydell -- PMM