mbox

[PULL,0/3] Block patches for 2.9.0-rc4

Message ID 20170411134435.27271-1-mreitz@redhat.com
State New
Headers show

Pull-request

git://github.com/XanClic/qemu.git tags/pull-block-2017-04-11

Message

Max Reitz April 11, 2017, 1:44 p.m. UTC
The following changes since commit aa388ddc36e8032f41cd17bef88cc3ebaeba77c9:

  Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into staging (2017-04-11 13:27:05 +0100)

are available in the git repository at:

  git://github.com/XanClic/qemu.git tags/pull-block-2017-04-11

for you to fetch changes up to 2ec9a782d159e2bc6655fc0b783deda197bbe0b7:

  iscsi: Fix iscsi_create (2017-04-11 15:33:00 +0200)

----------------------------------------------------------------
Block patches for 2.9.0-rc4

----------------------------------------------------------------
Dong Jia Shi (1):
      block: pass the right options for BlockDriver.bdrv_open()

Eric Blake (1):
      throttle: Remove block from group on hot-unplug

Fam Zheng (1):
      iscsi: Fix iscsi_create

 block/block-backend.c |  3 +++
 block/iscsi.c         | 10 ++++++++--
 block/snapshot.c      | 26 +++++++++++++++++++++++---
 3 files changed, 34 insertions(+), 5 deletions(-)

Comments

Peter Maydell April 11, 2017, 3:46 p.m. UTC | #1
On 11 April 2017 at 14:44, Max Reitz <mreitz@redhat.com> wrote:
> The following changes since commit aa388ddc36e8032f41cd17bef88cc3ebaeba77c9:
>
>   Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into staging (2017-04-11 13:27:05 +0100)
>
> are available in the git repository at:
>
>   git://github.com/XanClic/qemu.git tags/pull-block-2017-04-11
>
> for you to fetch changes up to 2ec9a782d159e2bc6655fc0b783deda197bbe0b7:
>
>   iscsi: Fix iscsi_create (2017-04-11 15:33:00 +0200)
>
> ----------------------------------------------------------------
> Block patches for 2.9.0-rc4
>
> ----------------------------------------------------------------
> Dong Jia Shi (1):
>       block: pass the right options for BlockDriver.bdrv_open()
>
> Eric Blake (1):
>       throttle: Remove block from group on hot-unplug
>
> Fam Zheng (1):
>       iscsi: Fix iscsi_create
>
>  block/block-backend.c |  3 +++
>  block/iscsi.c         | 10 ++++++++--
>  block/snapshot.c      | 26 +++++++++++++++++++++++---
>  3 files changed, 34 insertions(+), 5 deletions(-)

Applied, thanks.

-- PMM