From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54426 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P77ht-0005ax-Ae for qemu-devel@nongnu.org; Sat, 16 Oct 2010 10:25:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P77hs-0007uC-EI for qemu-devel@nongnu.org; Sat, 16 Oct 2010 10:25:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P77hs-0007tg-7u for qemu-devel@nongnu.org; Sat, 16 Oct 2010 10:25:56 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o9GEPovM008881 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 16 Oct 2010 10:25:50 -0400 Message-ID: <4CB9B5EC.5080307@redhat.com> Date: Sat, 16 Oct 2010 16:25:48 +0200 From: Jes Sorensen MIME-Version: 1.0 References: <4CB8867A.3030001@redhat.com> <4CB8F3E4.4020306@redhat.com> In-Reply-To: <4CB8F3E4.4020306@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: QEMU host support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: QEMU Developers On 10/16/10 02:37, Paolo Bonzini wrote: > On 10/15/2010 06:51 PM, Jes Sorensen wrote: >> Hi, >> >> Looking through some code in qemu-char.c I was wondering if we support >> any other QEMU host target than Win32 which isn't covered by these >> defines: >> >> #if defined(__linux__) || defined(__sun__) || defined(__FreeBSD__) \ >> || defined(__NetBSD__) || defined(__OpenBSD__) || >> defined(__DragonFly__) \ >> || defined(__GLIBC__) > > Darwin? Ah right, I wasn't sure if that was still building. It just seemed a pretty excessive positive list. Jes