qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/21] Block layer patches
@ 2016-01-07 22:57 Max Reitz
  2016-01-07 22:57 ` [Qemu-devel] [PULL 01/21] iotests: 086: Add raw format Max Reitz
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: Max Reitz @ 2016-01-07 22:57 UTC (permalink / raw)
  To: qemu-block; +Cc: qemu-devel, Max Reitz

Kevin is on PTO this week, so I am filling in for him.


The following changes since commit a7e00e2536941a6e570b45b7ab4afec4505ff67e:

  petalogix-ml605: Set the MicroBlaze CPU version to 8.10.a (2016-01-07 14:57:26 +0100)

are available in the git repository at:

  git://github.com/XanClic/qemu.git tags/pull-block-for-peter-2016-01-07

for you to fetch changes up to 94ca2c7395ef3eebb829227210c6757eba5b00d3:

  iotests: Add test cases for blockdev-mirror (2016-01-07 21:30:18 +0100)

----------------------------------------------------------------
Block patches from 2015-12-23 until 2016-01-07.

----------------------------------------------------------------

Bo Tu (1):
  qemu-iotests: s390x: fix test 051

Fam Zheng (18):
  iotests: 086: Add raw format
  block/qapi: Clear err for further error
  iotests: 018: Use TEST_IMG override instead of "mv"
  iotests: 019: Use TEST_IMG override instead of "mv"
  iotests: 020: Use TEST_IMG override instead of "mv"
  iotests: 024: Use TEST_IMG override instead of "mv"
  iotests: 028: Use TEST_IMG override instead of "mv"
  iotests: 034: Use TEST_IMG override instead of "mv"
  iotests: 037: Use TEST_IMG override instead of "mv"
  iotests: 038: Use TEST_IMG override instead of "mv"
  iotests: 050: Use TEST_IMG override instead of "mv"
  iotests: 095: Use TEST_IMG override instead of "mv"
  iotests: 095: Filter _img_info output
  block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE
  block: Extract blockdev part of qmp_drive_mirror
  block: Add check on mirror target
  qmp: Add blockdev-mirror command
  iotests: Add test cases for blockdev-mirror

Paolo Bonzini (2):
  qemu-iotests: make check-block.sh work on out-of-tree builds
  block: use drained section in bdrv_close

 block.c                         |   4 +-
 block/qapi.c                    |   1 +
 blockdev.c                      | 177 ++++++++++++++++++++++++++++++----------
 hw/block/dataplane/virtio-blk.c |   2 +-
 include/block/block.h           |   3 +-
 qapi/block-core.json            |  48 +++++++++++
 qmp-commands.hx                 |  50 +++++++++++-
 tests/check-block.sh            |   2 +-
 tests/qemu-iotests/018          |   8 +-
 tests/qemu-iotests/018.out      |   2 +-
 tests/qemu-iotests/019          |  13 +--
 tests/qemu-iotests/019.out      |   4 +-
 tests/qemu-iotests/020          |   7 +-
 tests/qemu-iotests/020.out      |   2 +-
 tests/qemu-iotests/024          |  10 ++-
 tests/qemu-iotests/024.out      |   4 +-
 tests/qemu-iotests/028          |   5 +-
 tests/qemu-iotests/028.out      |   2 +-
 tests/qemu-iotests/034          |   6 +-
 tests/qemu-iotests/034.out      |   2 +-
 tests/qemu-iotests/037          |   5 +-
 tests/qemu-iotests/037.out      |   2 +-
 tests/qemu-iotests/038          |   5 +-
 tests/qemu-iotests/038.out      |   2 +-
 tests/qemu-iotests/041          | 100 +++++++++++++++++------
 tests/qemu-iotests/041.out      |   4 +-
 tests/qemu-iotests/050          |   9 +-
 tests/qemu-iotests/050.out      |   4 +-
 tests/qemu-iotests/051          |  32 +++++---
 tests/qemu-iotests/051.out      |  70 +++++-----------
 tests/qemu-iotests/051.pc.out   |  52 ++++++------
 tests/qemu-iotests/086          |   2 +-
 tests/qemu-iotests/095          |  10 +--
 tests/qemu-iotests/095.out      |   6 +-
 34 files changed, 456 insertions(+), 199 deletions(-)

-- 
2.6.4

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2016-01-08 11:24 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-07 22:57 [Qemu-devel] [PULL 00/21] Block layer patches Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 01/21] iotests: 086: Add raw format Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 02/21] qemu-iotests: make check-block.sh work on out-of-tree builds Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 03/21] block: use drained section in bdrv_close Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 04/21] block/qapi: Clear err for further error Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 05/21] iotests: 018: Use TEST_IMG override instead of "mv" Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 06/21] iotests: 019: " Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 07/21] iotests: 020: " Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 08/21] iotests: 024: " Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 09/21] iotests: 028: " Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 10/21] iotests: 034: " Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 11/21] iotests: 037: " Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 12/21] iotests: 038: " Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 13/21] iotests: 050: " Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 14/21] iotests: 095: " Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 15/21] iotests: 095: Filter _img_info output Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 16/21] qemu-iotests: s390x: fix test 051 Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 17/21] block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 18/21] block: Extract blockdev part of qmp_drive_mirror Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 19/21] block: Add check on mirror target Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 20/21] qmp: Add blockdev-mirror command Max Reitz
2016-01-07 22:57 ` [Qemu-devel] [PULL 21/21] iotests: Add test cases for blockdev-mirror Max Reitz
2016-01-08 11:24 ` [Qemu-devel] [PULL 00/21] Block layer patches Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).