From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LuCV5-0002Vd-Db for qemu-devel@nongnu.org; Wed, 15 Apr 2009 17:18:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LuCUz-0002Mv-Ih for qemu-devel@nongnu.org; Wed, 15 Apr 2009 17:18:29 -0400 Received: from [199.232.76.173] (port=59927 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuCUz-0002Md-BT for qemu-devel@nongnu.org; Wed, 15 Apr 2009 17:18:25 -0400 Received: from smtp3-g21.free.fr ([212.27.42.3]:37020) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LuCUy-0004mr-LN for qemu-devel@nongnu.org; Wed, 15 Apr 2009 17:18:25 -0400 In-Reply-To: <1239816309.4431.169.camel@blaa> Subject: Re: [Qemu-devel] [PATCH 2/9] struct iovec is now universally available From: "=?utf-8?q?Fran=C3=A7ois?= Revol" Date: Wed, 15 Apr 2009 23:18:35 +0200 CEST Message-Id: <6254906245-BeMail@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark McLoughlin , qemu-devel@nongnu.org > On Wed, 2009-04-15 at 18:55 +0200, Christoph Hellwig wrote: > > On Wed, Apr 15, 2009 at 05:29:22PM +0100, Mark McLoughlin wrote: > > > struct iovec is now defined in qemu-common.h if needed, so we > > > don't need > > > the tap code to handle !defined(HAVE=5FIOVEC). > > > > But is the writev system call also universally available=3F > > Fair point. > > I don't know of anywhere that qemu currently builds where writev() > isn't > available ... do you=3F Even BeOS has writev :P Fran=C3=A7ois.