From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPEul-0008Fe-JW for qemu-devel@nongnu.org; Fri, 10 Jul 2009 08:09:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPEuf-0008EN-7u for qemu-devel@nongnu.org; Fri, 10 Jul 2009 08:09:18 -0400 Received: from [199.232.76.173] (port=42562 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPEud-0008E2-Ao for qemu-devel@nongnu.org; Fri, 10 Jul 2009 08:09:11 -0400 Received: from verein.lst.de ([213.95.11.210]:60171) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MPEuc-000629-Qi for qemu-devel@nongnu.org; Fri, 10 Jul 2009 08:09:11 -0400 Received: from verein.lst.de (localhost [127.0.0.1]) by verein.lst.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id n6AC97gh013616 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Fri, 10 Jul 2009 14:09:07 +0200 Received: (from hch@localhost) by verein.lst.de (8.12.3/8.12.3/Debian-7.2) id n6AC97XX013614 for qemu-devel@nongnu.org; Fri, 10 Jul 2009 14:09:07 +0200 Date: Fri, 10 Jul 2009 14:09:07 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PULL REQUEST] qemu-io updates Message-ID: <20090710120906.GA13559@lst.de> References: <20090706141928.GA19346@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090706141928.GA19346@lst.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Updated to fix the format warnings and added Kevin's memory leak fix: The following changes since commit 52249f0f3c9f101a71ed24e207731525b8431c0a: Anthony Liguori (1): Disable kqemu by default at run time are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/hch/qemu-block.git master Christoph Hellwig (3): qemu-io: small cleanups for the aio code qemu-io: better input validation for vector-based commands qemu-io: add flag to mark files growable Kevin Wolf (1): qemu-io: fix memory leak qemu-io.c | 349 ++++++++++++++++++++++++++----------------------------------- 1 files changed, 148 insertions(+), 201 deletions(-)