From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58743 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6nUs-0006U4-Jz for qemu-devel@nongnu.org; Fri, 15 Oct 2010 12:51:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6nUr-0007CW-Gr for qemu-devel@nongnu.org; Fri, 15 Oct 2010 12:51:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6nUr-0007CQ-9Y for qemu-devel@nongnu.org; Fri, 15 Oct 2010 12:51:09 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o9FGp8PA028850 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 15 Oct 2010 12:51:08 -0400 Received: from [10.3.113.85] (ovpn-113-85.phx2.redhat.com [10.3.113.85]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o9FGp7dN001340 for ; Fri, 15 Oct 2010 12:51:07 -0400 Message-ID: <4CB8867A.3030001@redhat.com> Date: Fri, 15 Oct 2010 18:51:06 +0200 From: Jes Sorensen MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] QEMU host support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers 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__) Thanks, Jes