mbox

[PULL,v2,0/3] Block patches

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

Pull-request

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

Message

Stefan Hajnoczi Feb. 15, 2018, 9:42 a.m. UTC
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(-)

Comments

Peter Maydell Feb. 15, 2018, 5:16 p.m. UTC | #1
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