From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6Ply-0004Fq-GX for qemu-devel@nongnu.org; Tue, 19 May 2009 09:54:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6Plt-0004Es-Qy for qemu-devel@nongnu.org; Tue, 19 May 2009 09:54:26 -0400 Received: from [199.232.76.173] (port=41109 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6Plt-0004Ei-MT for qemu-devel@nongnu.org; Tue, 19 May 2009 09:54:21 -0400 Received: from smtp5-g21.free.fr ([212.27.42.5]:45413) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M6Pls-00027r-VA for qemu-devel@nongnu.org; Tue, 19 May 2009 09:54:21 -0400 In-Reply-To: <7861078417-BeMail@haiku> Subject: Re: [Qemu-devel] Native Port of QEMU to Haiku From: "=?utf-8?q?Fran=C3=A7ois?= Revol" Date: Tue, 19 May 2009 15:54:13 +0200 CEST Message-Id: <1507589166-BeMail@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Lotz Cc: qemu-devel@nongnu.org > http://haiku.mlotz.ch/qemu-0.10.4-haiku.diff > I think you missed the biggest part there, which has been discussed previously, error signedness. Leaving it untouched will definitely get you into trouble. > + fprintf(stderr, "no tap on Haiku\n"); That can be arrange, I just need to port my BONE tuntap driver to Haiku. Fran=C3=A7ois.