[Qemu-devel] [PULL 0/2] Block patches for 2.9-rc5

Fam Zheng posted 2 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170418150133.22436-1-famz@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
block/io.c            | 23 ++++++++++++++++++++---
include/block/block.h | 22 ++++++++++++++--------
2 files changed, 34 insertions(+), 11 deletions(-)
[Qemu-devel] [PULL 0/2] Block patches for 2.9-rc5
Posted by Fam Zheng 7 years ago
The following changes since commit 9c6b899f7a46893ab3b671e341a2234e9c0c060e:

  9pfs: local: set the path of the export root to "." (2017-04-18 14:01:43 +0100)

are available in the git repository at:

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

for you to fetch changes up to 91af091f92358c2ff828fa1def1a7bea9b701cdf:

  block: Drain BH in bdrv_drained_begin (2017-04-18 22:56:28 +0800)

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

Hi Peter,

This fixes the system_reset hanging issue when a block job is running reported
by Jeff Cody.

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

Fam Zheng (2):
  block: Walk bs->children carefully in bdrv_drain_recurse
  block: Drain BH in bdrv_drained_begin

 block/io.c            | 23 ++++++++++++++++++++---
 include/block/block.h | 22 ++++++++++++++--------
 2 files changed, 34 insertions(+), 11 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/2] Block patches for 2.9-rc5
Posted by Peter Maydell 6 years, 12 months ago
On 18 April 2017 at 16:01, Fam Zheng <famz@redhat.com> wrote:
> The following changes since commit 9c6b899f7a46893ab3b671e341a2234e9c0c060e:
>
>   9pfs: local: set the path of the export root to "." (2017-04-18 14:01:43 +0100)
>
> are available in the git repository at:
>
>   git://github.com/famz/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 91af091f92358c2ff828fa1def1a7bea9b701cdf:
>
>   block: Drain BH in bdrv_drained_begin (2017-04-18 22:56:28 +0800)
>
> ----------------------------------------------------------------
>
> Hi Peter,
>
> This fixes the system_reset hanging issue when a block job is running reported
> by Jeff Cody.
>
> ----------------------------------------------------------------
>
> Fam Zheng (2):
>   block: Walk bs->children carefully in bdrv_drain_recurse
>   block: Drain BH in bdrv_drained_begin

Applied to master on Tuesday, but I forgot to say so...

thanks
-- PMM