From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZ4BW-0008KV-OQ for qemu-devel@nongnu.org; Sun, 05 May 2013 15:01:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZ4BV-0001XG-Od for qemu-devel@nongnu.org; Sun, 05 May 2013 15:01:22 -0400 Message-ID: <5186AC5A.3020908@web.de> Date: Sun, 05 May 2013 21:00:42 +0200 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <1367775900-29706-1-git-send-email-andreas.faerber@web.de> <56170A62-0C96-458B-87B4-0C29F1CD4AE1@suse.de> In-Reply-To: <56170A62-0C96-458B-87B4-0C29F1CD4AE1@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH prep for-1.5 v2] prep: Add ELF support for -bios List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: PReP , "hpoussin@reactos.org" , "qemu-devel@nongnu.org" , "chouteau@adacore.com" Am 05.05.2013 20:40, schrieb Alexander Graf: > > > Am 05.05.2013 um 19:45 schrieb Andreas Färber : > >> This prepares for switching from OpenHack'Ware to OpenBIOS. >> >> While touching the error handling code, switch from aborting hw_error() >> to fprintf()+exit() and suppress failing without -bios for qtest. >> >> Signed-off-by: Andreas Färber > > Acked-by: Alexander Graf Thanks, applied to prep-up: http://repo.or.cz/w/qemu/afaerber.git/shortlog/refs/heads/prep-up Sorry, forgot the changelog: * error handling was split up as suggested by Alex, * missing exit(1) calls were added and * (partial) qtest support was added. Andreas