From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpIZG-0005Pa-Vi for qemu-devel@nongnu.org; Fri, 05 Aug 2011 07:27:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpIZF-0008G9-WB for qemu-devel@nongnu.org; Fri, 05 Aug 2011 07:27:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpIZF-0008G1-Nl for qemu-devel@nongnu.org; Fri, 05 Aug 2011 07:27:53 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p75BRqsk006148 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 5 Aug 2011 07:27:52 -0400 Message-ID: <4E3BD469.6090008@redhat.com> Date: Fri, 05 Aug 2011 13:30:49 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1312470626-25872-1-git-send-email-kraxel@redhat.com> <1312470626-25872-4-git-send-email-kraxel@redhat.com> In-Reply-To: <1312470626-25872-4-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 03/16] Add iov_clear() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Am 04.08.2011 17:10, schrieb Gerd Hoffmann: > Fill the spefified area with zeros. > > Signed-off-by: Gerd Hoffmann Looks like we're starting to duplicate everything in qemu_iovec_* and iov_*... Any reason not to use QEMUIOVector? Kevin