qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v2 0/9] Block patches
@ 2015-06-08 13:06 Stefan Hajnoczi
  2015-06-08 13:06 ` [Qemu-devel] [PULL v2 1/9] Revert "iothread: release iothread around aio_poll" Stefan Hajnoczi
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Stefan Hajnoczi @ 2015-06-08 13:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Peter Maydell, Stefan Hajnoczi

v2:
 * Add latest revision of Fam's mirror discard series [Fam]
 * Drop group throttling patch series due to Mac OS X test failure [Peter]

The following changes since commit 00967f4e0bab246679d0ddc32fd31a7179345baf:

  Merge remote-tracking branch 'remotes/agraf/tags/signed-s390-for-upstream' into staging (2015-06-05 12:04:42 +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 bc0036976efc03a5f70c90f3100b036ea0557790:

  iotests: Use event_wait in wait_ready (2015-06-08 11:27:35 +0100)

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

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

Fam Zheng (8):
  block: Add bdrv_get_block_status_above
  qmp: Add optional bool "unmap" to drive-mirror
  mirror: Do zero write on target if sectors not allocated
  block: Fix dirty bitmap in bdrv_co_discard
  block: Remove bdrv_reset_dirty
  qemu-iotests: Make block job methods common
  qemu-iotests: Add test case for mirror with unmap
  iotests: Use event_wait in wait_ready

Stefan Hajnoczi (1):
  Revert "iothread: release iothread around aio_poll"

 async.c                       |  8 +++++-
 block.c                       | 12 --------
 block/io.c                    | 60 ++++++++++++++++++++++++++++++---------
 block/mirror.c                | 28 +++++++++++++++---
 blockdev.c                    |  5 ++++
 hmp.c                         |  2 +-
 include/block/block.h         |  4 +++
 include/block/block_int.h     |  4 +--
 iothread.c                    | 11 ++++++--
 qapi/block-core.json          |  8 +++++-
 qmp-commands.hx               |  3 ++
 tests/qemu-iotests/041        | 66 ++++++++++---------------------------------
 tests/qemu-iotests/132        | 59 ++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/132.out    |  5 ++++
 tests/qemu-iotests/group      |  1 +
 tests/qemu-iotests/iotests.py | 23 +++++++++++++++
 tests/test-aio.c              | 19 ++++++-------
 17 files changed, 220 insertions(+), 98 deletions(-)
 create mode 100644 tests/qemu-iotests/132
 create mode 100644 tests/qemu-iotests/132.out

-- 
2.4.2

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

end of thread, other threads:[~2015-06-09 14:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-08 13:06 [Qemu-devel] [PULL v2 0/9] Block patches Stefan Hajnoczi
2015-06-08 13:06 ` [Qemu-devel] [PULL v2 1/9] Revert "iothread: release iothread around aio_poll" Stefan Hajnoczi
2015-06-08 13:06 ` [Qemu-devel] [PULL v2 2/9] block: Add bdrv_get_block_status_above Stefan Hajnoczi
2015-06-08 13:06 ` [Qemu-devel] [PULL v2 3/9] qmp: Add optional bool "unmap" to drive-mirror Stefan Hajnoczi
2015-06-08 13:06 ` [Qemu-devel] [PULL v2 4/9] mirror: Do zero write on target if sectors not allocated Stefan Hajnoczi
2015-06-08 13:06 ` [Qemu-devel] [PULL v2 5/9] block: Fix dirty bitmap in bdrv_co_discard Stefan Hajnoczi
2015-06-08 13:06 ` [Qemu-devel] [PULL v2 6/9] block: Remove bdrv_reset_dirty Stefan Hajnoczi
2015-06-08 13:06 ` [Qemu-devel] [PULL v2 7/9] qemu-iotests: Make block job methods common Stefan Hajnoczi
2015-06-08 13:06 ` [Qemu-devel] [PULL v2 8/9] qemu-iotests: Add test case for mirror with unmap Stefan Hajnoczi
2015-06-08 13:06 ` [Qemu-devel] [PULL v2 9/9] iotests: Use event_wait in wait_ready Stefan Hajnoczi
2015-06-08 16:13 ` [Qemu-devel] [PULL v2 0/9] Block patches Eric Blake
2015-06-08 17:07   ` Peter Maydell
2015-06-09 14:59   ` Stefan Hajnoczi

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).