From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK8v9-0006rl-EO for qemu-devel@nongnu.org; Fri, 05 Oct 2012 10:30:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TK8v6-0001f7-1x for qemu-devel@nongnu.org; Fri, 05 Oct 2012 10:30:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK8v5-0001em-P0 for qemu-devel@nongnu.org; Fri, 05 Oct 2012 10:30:27 -0400 Message-ID: <506EEEE9.8060106@redhat.com> Date: Fri, 05 Oct 2012 16:30:01 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1349388419-21924-1-git-send-email-lmr@redhat.com> <1349388419-21924-2-git-send-email-lmr@redhat.com> <506E8C53.5050107@redhat.com> <87ehldccsj.fsf@codemonkey.ws> <506ED5DF.9030007@siemens.com> <506ED6B8.9020306@redhat.com> <87ehld6mw2.fsf@codemonkey.ws> <506EEB96.2070706@redhat.com> <87mx01gfqd.fsf@codemonkey.ws> In-Reply-To: <87mx01gfqd.fsf@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] debugexit: support for custom exit port (LGPL VGA BIOS port 0x501) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Lucas Meneghel Rodrigues , Jan Kiszka , =?ISO-8859-1?Q?Herv=E9_Poussineau?= , qemu-devel Il 05/10/2012 16:23, Anthony Liguori ha scritto: >> > Understood. The right solution is of course to fix hw/*.c. > I don't think it's an awful thing for test harnesses to just use a > reserved range of exit reasons. But that's not what exit((val << 1) | 1) does, since it allows you to do exit(1)... Paolo > Should be easy enough to change kvm-unittests, no?