[Qemu-devel] [PULL for-v3.0 0/1] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180719142843.30230-1-stefanha@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
There is a newer version of this series
block/throttle-groups.c | 4 ++++
1 file changed, 4 insertions(+)
[Qemu-devel] [PULL for-v3.0 0/1] Block patches
Posted by Stefan Hajnoczi 5 years, 9 months ago
The following changes since commit ea6abffa8a08d832feb759d359d5b935e3087cf7:

  Update version for v3.0.0-rc1 release (2018-07-17 18:15:19 +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 6fccbb475bc6effc313ee9481726a1748b6dae57:

  throttle-groups: fix hang when group member leaves (2018-07-19 13:08:26 +0100)

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

This fix prevents hangs when a drive leaves a throttling group.

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

Stefan Hajnoczi (1):
  throttle-groups: fix hang when group member leaves

 block/throttle-groups.c | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.17.1


Re: [Qemu-devel] [PULL for-v3.0 0/1] Block patches
Posted by Peter Maydell 5 years, 9 months ago
On 19 July 2018 at 15:28, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit ea6abffa8a08d832feb759d359d5b935e3087cf7:
>
>   Update version for v3.0.0-rc1 release (2018-07-17 18:15:19 +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 6fccbb475bc6effc313ee9481726a1748b6dae57:
>
>   throttle-groups: fix hang when group member leaves (2018-07-19 13:08:26 +0100)
>
> ----------------------------------------------------------------
> Pull request
>
> This fix prevents hangs when a drive leaves a throttling group.
>
> ----------------------------------------------------------------
>
> Stefan Hajnoczi (1):
>   throttle-groups: fix hang when group member leaves
>
>  block/throttle-groups.c | 4 ++++
>  1 file changed, 4 insertions(+)

Applied, thanks.

-- PMM