From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KV5dv-0001aE-Sx for qemu-devel@nongnu.org; Mon, 18 Aug 2008 10:23:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KV5dr-0001VI-Ux for qemu-devel@nongnu.org; Mon, 18 Aug 2008 10:23:35 -0400 Received: from [199.232.76.173] (port=43893 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KV5dr-0001V3-Og for qemu-devel@nongnu.org; Mon, 18 Aug 2008 10:23:31 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:61138) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KV5dr-0005YD-Dh for qemu-devel@nongnu.org; Mon, 18 Aug 2008 10:23:31 -0400 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.69) (envelope-from ) id 1KV5dt-0000w8-DI for qemu-devel@nongnu.org; Mon, 18 Aug 2008 16:23:33 +0200 Date: Mon, 18 Aug 2008 15:23:33 +0100 From: Samuel Thibault Subject: Re: [Qemu-devel] pty/tty functions for BSD too Message-ID: <20080818142333.GQ4686@implementation.uk.xensource.com> References: <20080818105912.GF4686@implementation.uk.xensource.com> <48A981F1.6070606@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <48A981F1.6070606@codemonkey.ws> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Anthony Liguori, le Mon 18 Aug 2008 09:06:41 -0500, a écrit : > Samuel Thibault wrote: > >In Xen, pty/tty functions are enabled for BSD too, shouldn't we enable > >them in upstream qemu too, as patched below? > > > > And you're sure that these functions compile/work on NetBSD/OpenBSD? The defines are explicit in Xen, so I guess somebody tested it. I haven't myself. I wonder why there is no FreeBSD however. Samuel