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

Max Reitz posted 3 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170411134435.27271-1-mreitz@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
block/block-backend.c |  3 +++
block/iscsi.c         | 10 ++++++++--
block/snapshot.c      | 26 +++++++++++++++++++++++---
3 files changed, 34 insertions(+), 5 deletions(-)
[Qemu-devel] [PULL 0/3] Block patches for 2.9.0-rc4
Posted by Max Reitz 7 years ago
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(-)

-- 
2.12.2


Re: [Qemu-devel] [PULL 0/3] Block patches for 2.9.0-rc4
Posted by Peter Maydell 7 years ago
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