| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Jan. 15, 2013, 4:48 p.m. |
| Message ID | <1358268511-27061-1-git-send-email-stefanha@redhat.com> |
| Download | mbox |
| Permalink | /patch/212243/ |
| State | New |
| Headers | show
Return-Path: <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 54CEF2C00A5 for <incoming@patchwork.ozlabs.org>; Wed, 16 Jan 2013 03:48:53 +1100 (EST) Received: from localhost ([::1]:47891 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>) id 1Tv9gx-0001jv-H3 for incoming@patchwork.ozlabs.org; Tue, 15 Jan 2013 11:48:51 -0500 Received: from eggs.gnu.org ([208.118.235.92]:32873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <stefanha@redhat.com>) 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 <stefanha@redhat.com>) 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 <stefanha@redhat.com>) id 1Tv9gj-0005SU-Ph for qemu-devel@nongnu.org; Tue, 15 Jan 2013 11:48:37 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0FGmbpP030259 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 15 Jan 2013 11:48:37 -0500 Received: from localhost (ovpn-112-16.ams2.redhat.com [10.36.112.16]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r0FGmZ6C021284; Tue, 15 Jan 2013 11:48:36 -0500 From: Stefan Hajnoczi <stefanha@redhat.com> To: <qemu-devel@nongnu.org> Date: Tue, 15 Jan 2013 17:48:16 +0100 Message-Id: <1358268511-27061-1-git-send-email-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Anthony Liguori <aliguori@us.ibm.com>, Stefan Hajnoczi <stefanha@redhat.com> Subject: [Qemu-devel] [PULL 00/15] Block patches for QEMU 1.4 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: <qemu-devel.nongnu.org> List-Unsubscribe: <https://lists.nongnu.org/mailman/options/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=unsubscribe> List-Archive: <http://lists.nongnu.org/archive/html/qemu-devel> List-Post: <mailto:qemu-devel@nongnu.org> List-Help: <mailto:qemu-devel-request@nongnu.org?subject=help> List-Subscribe: <https://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=subscribe> Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org |
Pull-request
git://github.com/stefanha/qemu.git blockComments
Anthony Liguori - Jan. 16, 2013, 1:18 a.m.
Pulled, thanks. Regards, Anthony Liguori
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(-)