mbox

[PULL,0/8] Block layer fixes for 2.9.0-rc1

Message ID 1489756546-27142-1-git-send-email-kwolf@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/kevin.git tags/for-upstream

Message

Kevin Wolf March 17, 2017, 1:15 p.m. UTC
The following changes since commit 272d7dee5951f926fad1911f2f072e5915cdcba0:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-cirrus-20170316-1' into staging (2017-03-16 16:40:44 +0000)

are available in the git repository at:


  git://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to 11f0f5e553cff93d5fc77d67b98c40adba12b729:

  Merge remote-tracking branch 'mreitz/tags/pull-block-2017-03-17' into queue-block (2017-03-17 13:03:44 +0100)

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

Block layer fixes for 2.9.0-rc1

----------------------------------------------------------------
Changlong Xie (1):
      replication: clarify permissions

Fam Zheng (3):
      file-posix: Don't leak fd in hdev_get_max_segments
      block: Always call bdrv_child_check_perm first
      block: Propagate error in bdrv_open_backing_file

John Snow (1):
      blockdev: fix bitmap clear undo

Kevin Wolf (1):
      Merge remote-tracking branch 'mreitz/tags/pull-block-2017-03-17' into queue-block

Paolo Bonzini (1):
      block: quiesce AioContext when detaching from it

Peter Lieven (1):
      thread-pool: add missing qemu_bh_cancel in completion function

Stefan Hajnoczi (1):
      file-posix: clean up max_segments buffer termination

 block.c                   | 21 +++++++++++++++++----
 block/file-posix.c        |  5 ++++-
 block/mirror.c            |  6 ++++--
 block/replication.c       | 14 +++++++++++++-
 blockdev.c                |  4 +++-
 include/block/block_int.h |  4 ----
 util/thread-pool.c        |  7 +++++++
 7 files changed, 48 insertions(+), 13 deletions(-)

Comments

Peter Maydell March 17, 2017, 2:03 p.m. UTC | #1
On 17 March 2017 at 13:15, Kevin Wolf <kwolf@redhat.com> wrote:
> The following changes since commit 272d7dee5951f926fad1911f2f072e5915cdcba0:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-cirrus-20170316-1' into staging (2017-03-16 16:40:44 +0000)
>
> are available in the git repository at:
>
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to 11f0f5e553cff93d5fc77d67b98c40adba12b729:
>
>   Merge remote-tracking branch 'mreitz/tags/pull-block-2017-03-17' into queue-block (2017-03-17 13:03:44 +0100)
>
> ----------------------------------------------------------------
>
> Block layer fixes for 2.9.0-rc1
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM