[Qemu-devel] [PULL for-2.11-rc2 0/5] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171114103721.13869-1-stefanha@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
There is a newer version of this series
block/block-backend.c      | 36 ++++++++++++++++++---------
block/throttle-groups.c    |  6 +++++
tests/qemu-iotests/093     | 62 ++++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/093.out |  4 +--
4 files changed, 94 insertions(+), 14 deletions(-)
[Qemu-devel] [PULL for-2.11-rc2 0/5] Block patches
Posted by Stefan Hajnoczi 6 years, 5 months ago
The following changes since commit 508ba0f7e2092d3ca56e3f75e894d52d8b94818e:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171109' into staging (2017-11-13 11:41:47 +0000)

are available in the git repository at:

  git://github.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to 0761562687e0d8135310a94b1d3e08376387c027:

  qemu-iotests: Test I/O limits with removable media (2017-11-13 15:46:26 +0000)

----------------------------------------------------------------
Pull request

The following disk I/O throttling fixes solve recent bugs.

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

Alberto Garcia (3):
  block: Check for inserted BlockDriverState in blk_io_limits_disable()
  block: Leave valid throttle timers when removing a BDS from a backend
  qemu-iotests: Test I/O limits with removable media

Stefan Hajnoczi (1):
  throttle-groups: drain before detaching ThrottleState

Zhengui (1):
  block: all I/O should be completed before removing throttle timers.

 block/block-backend.c      | 36 ++++++++++++++++++---------
 block/throttle-groups.c    |  6 +++++
 tests/qemu-iotests/093     | 62 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/093.out |  4 +--
 4 files changed, 94 insertions(+), 14 deletions(-)

-- 
2.13.6


Re: [Qemu-devel] [PULL for-2.11-rc2 0/5] Block patches
Posted by Peter Maydell 6 years, 5 months ago
On 14 November 2017 at 10:37, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit 508ba0f7e2092d3ca56e3f75e894d52d8b94818e:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171109' into staging (2017-11-13 11:41:47 +0000)
>
> are available in the git repository at:
>
>   git://github.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 0761562687e0d8135310a94b1d3e08376387c027:
>
>   qemu-iotests: Test I/O limits with removable media (2017-11-13 15:46:26 +0000)
>
> ----------------------------------------------------------------
> Pull request
>
> The following disk I/O throttling fixes solve recent bugs.

Applied, thanks.

-- PMM