[Qemu-devel] [PULL v2 0/3] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180215094210.27770-1-stefanha@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
There is a newer version of this series
include/qemu/ratelimit.h   | 11 +++++------
util/qemu-coroutine-lock.c |  2 +-
vl.c                       | 12 ++++++++++--
3 files changed, 16 insertions(+), 9 deletions(-)
[Qemu-devel] [PULL v2 0/3] Block patches
Posted by Stefan Hajnoczi 7 years, 2 months ago
The following changes since commit bec9c64ef7be8063f1192608b83877bc5c9ea217:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-02-13 18:24:08 +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 d2f668b74907cbd96d9df0774971768ed06de2f0:

  misc: fix spelling (2018-02-15 09:39:49 +0000)

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

v2:
 * Dropped Fam's git-publish series because there is still ongoing discussion

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

Marc-André Lureau (1):
  misc: fix spelling

Stefan Hajnoczi (1):
  vl: pause vcpus before stopping iothreads

Wolfgang Bumiller (1):
  ratelimit: don't align wait time with slices

 include/qemu/ratelimit.h   | 11 +++++------
 util/qemu-coroutine-lock.c |  2 +-
 vl.c                       | 12 ++++++++++--
 3 files changed, 16 insertions(+), 9 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL v2 0/3] Block patches
Posted by Peter Maydell 7 years, 2 months ago
On 15 February 2018 at 09:42, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit bec9c64ef7be8063f1192608b83877bc5c9ea217:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-02-13 18:24:08 +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 d2f668b74907cbd96d9df0774971768ed06de2f0:
>
>   misc: fix spelling (2018-02-15 09:39:49 +0000)
>
> ----------------------------------------------------------------
> Pull request
>
> v2:
>  * Dropped Fam's git-publish series because there is still ongoing discussion
>
> ----------------------------------------------------------------
>
> Marc-André Lureau (1):
>   misc: fix spelling
>
> Stefan Hajnoczi (1):
>   vl: pause vcpus before stopping iothreads
>
> Wolfgang Bumiller (1):
>   ratelimit: don't align wait time with slices
>
>  include/qemu/ratelimit.h   | 11 +++++------
>  util/qemu-coroutine-lock.c |  2 +-
>  vl.c                       | 12 ++++++++++--
>  3 files changed, 16 insertions(+), 9 deletions(-)

Applied, thanks.

-- PMM