mbox

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

Message ID 20171114103721.13869-1-stefanha@redhat.com
State New
Headers show

Pull-request

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

Message

Stefan Hajnoczi Nov. 14, 2017, 10:37 a.m. UTC
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(-)

Comments

Peter Maydell Nov. 14, 2017, 4:52 p.m. UTC | #1
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