From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGBQ9-0001I8-5I for qemu-devel@nongnu.org; Mon, 15 Jun 2009 08:36:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGBQ4-0001Hw-F4 for qemu-devel@nongnu.org; Mon, 15 Jun 2009 08:36:16 -0400 Received: from [199.232.76.173] (port=41844 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGBQ4-0001Ht-8A for qemu-devel@nongnu.org; Mon, 15 Jun 2009 08:36:12 -0400 Received: from verein.lst.de ([213.95.11.210]:40993) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MGBQ3-0003bI-O7 for qemu-devel@nongnu.org; Mon, 15 Jun 2009 08:36:12 -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 n5FCa8r8013124 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 15 Jun 2009 14:36:08 +0200 Received: (from hch@localhost) by verein.lst.de (8.12.3/8.12.3/Debian-6.6) id n5FCa898013122 for qemu-devel@nongnu.org; Mon, 15 Jun 2009 14:36:08 +0200 Date: Mon, 15 Jun 2009 14:36:08 +0200 From: Christoph Hellwig Message-ID: <20090615123607.GA13081@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] block patch queue List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi Anthony, I've arranged all the pending block patches in a git tree to ease polling. It's Andrea's important and reviewed aio fix, and the various host device cleanups from me which haven't gotten a whole lot of attention unfortunately. The following changes since commit e19252d32c45e92c919109ec32616382eb2afe6b: Uri Lublin (1): migrate_fd_close: delete associated io-handler before closing the fd are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/hch/qemu-block.git master Andrea Arcangeli (1): fix qemu_aio_flush Christoph Hellwig (5): raw-posix: always store open flags raw-posix: add a raw_open_common helper raw-posix: split hdev drivers block: add bdrv_probe_device method raw-posix: cleanup ioctl methods aio.c | 8 +- block.c | 48 +++-- block/raw-posix.c | 662 ++++++++++++++++++++++++++++------------------------ block/raw-win32.c | 10 + block_int.h | 5 + qemu-aio.h | 7 +- 6 files changed, 408 insertions(+), 332 deletions(-)