From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv9gm-0001jO-Pt for qemu-devel@nongnu.org; Tue, 15 Jan 2013 11:48:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tv9gk-0005So-21 for qemu-devel@nongnu.org; Tue, 15 Jan 2013 11:48:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv9gj-0005SU-Ph for qemu-devel@nongnu.org; Tue, 15 Jan 2013 11:48:37 -0500 From: Stefan Hajnoczi Date: Tue, 15 Jan 2013 17:48:16 +0100 Message-Id: <1358268511-27061-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 00/15] Block patches for QEMU 1.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi Final block pull request for QEMU 1.4. The following changes since commit cf7c3f0cb5a7129f57fa9e69d410d6a05031988c: virtio-9p: fix compilation error. (2013-01-14 18:52:39 -0600) are available in the git repository at: git://github.com/stefanha/qemu.git block for you to fetch changes up to 7191bf311ea9722cdcc3b2229788eff69d896bd0: block: Fix how mirror_run() frees its buffer (2013-01-15 17:28:55 +0100) ---------------------------------------------------------------- Kevin Wolf (1): qcow2: Fix segfault on zero-length write Kusanagi Kouichi (1): raw-posix: support discard on more filesystems Liu Yuan (2): sheepdog: multiplex the rw FD to flush cache sheepdog: clean up sd_aio_setup() Markus Armbruster (4): w32: Make qemu_vfree() accept NULL like the POSIX implementation scsi-disk: qemu_vfree(NULL) is fine, simplify win32-aio: Fix how win32_aio_process_completion() frees buffer block: Fix how mirror_run() frees its buffer Paolo Bonzini (6): raw-posix: remember whether discard failed raw: support discard on block devices block: make discard asynchronous ide: fix TRIM with empty range entry ide: issue discard asynchronously but serialize the pieces block: clear dirty bitmap when discarding Peter Lieven (1): block: fix initialization in bdrv_io_limits_enable() block.c | 12 ++--- block/mirror.c | 2 +- block/qcow2.c | 2 +- block/raw-aio.h | 5 ++- block/raw-posix.c | 125 ++++++++++++++++++++++++++++++++++++++++------------- block/sheepdog.c | 91 ++++++++++++++++++-------------------- block/win32-aio.c | 2 +- configure | 19 ++++++++ hw/ide/core.c | 79 ++++++++++++++++++++++----------- hw/scsi-disk.c | 4 +- util/oslib-win32.c | 4 +- 11 files changed, 227 insertions(+), 118 deletions(-) -- 1.8.0.2