From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yg9BH-0000HS-GC for qemu-devel@nongnu.org; Thu, 09 Apr 2015 05:55:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yg9BC-0007Tg-F4 for qemu-devel@nongnu.org; Thu, 09 Apr 2015 05:55:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yg9BC-0007Sh-8J for qemu-devel@nongnu.org; Thu, 09 Apr 2015 05:55:22 -0400 From: Stefan Hajnoczi Date: Thu, 9 Apr 2015 10:55:14 +0100 Message-Id: <1428573318-1572-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/4] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi The following changes since commit 5a24f20a7208a58fb80d78ca0521bba6f4d7b145: Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-04-04' into staging (2015-04-07 14:33:46 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git tags/block-pull-request for you to fetch changes up to 05b685fbabb7fdcab72cb42b27db916fd74b2265: block/iscsi: handle zero events from iscsi_which_events (2015-04-09 10:31:45 +0100) ---------------------------------------------------------------- ---------------------------------------------------------------- Kevin Wolf (1): qcow2: Fix header update with overridden backing file Paolo Bonzini (2): virtio-blk: correctly dirty guest memory aio: strengthen memory barriers for bottom half scheduling Peter Lieven (1): block/iscsi: handle zero events from iscsi_which_events async.c | 28 ++++++------ block/iscsi.c | 33 +++++++++++--- block/qcow2.c | 29 ++++++++++--- block/qcow2.h | 6 +++ hw/block/dataplane/virtio-blk.c | 3 +- hw/block/virtio-blk.c | 13 +++++- include/hw/virtio/virtio-blk.h | 1 + tests/qemu-iotests/130 | 95 +++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/130.out | 43 +++++++++++++++++++ tests/qemu-iotests/group | 1 + 10 files changed, 220 insertions(+), 32 deletions(-) create mode 100755 tests/qemu-iotests/130 create mode 100644 tests/qemu-iotests/130.out -- 2.1.0