| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Jan. 18, 2013, 4:28 p.m. |
| Message ID | <1358526521-24300-1-git-send-email-stefanha@redhat.com> |
| Download | mbox |
| Permalink | /patch/213693/ |
| 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 C69AA2C007B for <incoming@patchwork.ozlabs.org>; Sat, 19 Jan 2013 04:41:48 +1100 (EST) Received: from localhost ([::1]:42918 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 1TwEp1-0002sU-36 for incoming@patchwork.ozlabs.org; Fri, 18 Jan 2013 11:29:39 -0500 Received: from eggs.gnu.org ([208.118.235.92]:53914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <stefanha@redhat.com>) id 1TwEoK-0001K6-Ll for qemu-devel@nongnu.org; Fri, 18 Jan 2013 11:29:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <stefanha@redhat.com>) id 1TwEoE-0004qr-Tj for qemu-devel@nongnu.org; Fri, 18 Jan 2013 11:28:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <stefanha@redhat.com>) id 1TwEoE-0004pa-Me for qemu-devel@nongnu.org; Fri, 18 Jan 2013 11:28:50 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0IGSnIk015312 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 18 Jan 2013 11:28:49 -0500 Received: from localhost (ovpn-112-41.ams2.redhat.com [10.36.112.41]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r0IGSlgx006270; Fri, 18 Jan 2013 11:28:48 -0500 From: Stefan Hajnoczi <stefanha@redhat.com> To: <qemu-devel@nongnu.org> Date: Fri, 18 Jan 2013 17:28:33 +0100 Message-Id: <1358526521-24300-1-git-send-email-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 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 for-1.4 0/8] Block patches 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. 20, 2013, 8:49 p.m.
Pulled. Thanks. Regards, Anthony Liguori
Bug fixes plus a cleanup from mjt which logically follows the win32-aio fixes. The following changes since commit 47f4dac3fde809e3da4e60d9eb699f1d4b378249: Merge remote-tracking branch 'kraxel/chardev.1' into staging (2013-01-16 15:20:05 -0600) are available in the git repository at: git://github.com/stefanha/qemu.git block for you to fetch changes up to cf139388ad5b39228793f34eea99e0ea9a2924aa: dataplane: support viostor virtio-pci status bit setting (2013-01-18 16:59:20 +0100) ---------------------------------------------------------------- Jeff Cody (1): block: fix null-pointer bug on error case in block commit Kevin Wolf (4): ide: Remove wrong assertion aio: Fix return value of aio_poll() win32-aio: Fix vectored reads win32-aio: Fix memory leak Michael Tokarev (1): win32-aio: use iov utility functions instead of open-coding them Stefan Hajnoczi (2): dataplane: avoid reentrancy during virtio_blk_data_plane_stop() dataplane: support viostor virtio-pci status bit setting aio-posix.c | 3 ++- aio-win32.c | 3 ++- block/commit.c | 7 +++---- block/win32-aio.c | 19 ++++--------------- hw/dataplane/virtio-blk.c | 9 ++++++--- hw/ide/pci.c | 1 - hw/virtio-blk.c | 3 ++- include/block/aio.h | 6 ++---- tests/test-aio.c | 4 ++-- 9 files changed, 23 insertions(+), 32 deletions(-)