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

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171116163614.24710-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/throttle-groups.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
[Qemu-devel] [PULL for-2.11 0/1] Block patches
Posted by Stefan Hajnoczi 6 years, 5 months ago
The following changes since commit 8048082f7a11040a366942a2de8abb4c3d0020c9:

  Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-11-15-1' into staging (2017-11-16 11:34:24 +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 341e0b5658681f46680024cdbfc998717d85cc35:

  throttle-groups: forget timer and schedule next TGM on detach (2017-11-16 14:12:57 +0000)

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

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

Stefan Hajnoczi (1):
  throttle-groups: forget timer and schedule next TGM on detach

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

-- 
2.13.6


Re: [Qemu-devel] [PULL for-2.11 0/1] Block patches
Posted by Peter Maydell 6 years, 5 months ago
On 16 November 2017 at 16:36, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit 8048082f7a11040a366942a2de8abb4c3d0020c9:
>
>   Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-11-15-1' into staging (2017-11-16 11:34:24 +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 341e0b5658681f46680024cdbfc998717d85cc35:
>
>   throttle-groups: forget timer and schedule next TGM on detach (2017-11-16 14:12:57 +0000)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Stefan Hajnoczi (1):
>   throttle-groups: forget timer and schedule next TGM on detach
>
>  block/throttle-groups.c | 12 ++++++++++++
>  1 file changed, 12 insertions(+)

Applied, thanks.

-- PMM