[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 00/11] Block patches for 2.9-rc4
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PULL 00/11] Block patches for 2.9-rc4 |
Date: |
Tue, 11 Apr 2017 14:17:40 +0100 |
On 11 April 2017 at 13:26, Fam Zheng <address@hidden> wrote:
> The following changes since commit 17fa24b79ceaa8258e415822cf2e2cb23cf3facb:
>
> Merge remote-tracking branch 'remotes/kraxel/tags/pull-fixes-20170411-1'
> into staging (2017-04-11 10:03:51 +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 76296dff97864ebb15fa65cc56a6f890ee0c5a28:
>
> sheepdog: Use bdrv_coroutine_enter before BDRV_POLL_WHILE (2017-04-11
> 20:07:15 +0800)
>
> ----------------------------------------------------------------
>
> This fixes the known issue 'snapshot_blkdev is broken when using iothreads'.
>
> ----------------------------------------------------------------
>
> Fam Zheng (11):
> block: Make bdrv_parent_drained_begin/end public
> block: Quiesce old aio context during bdrv_set_aio_context
> tests/block-job-txn: Don't start block job before adding to txn
> coroutine: Extract qemu_aio_coroutine_enter
> async: Introduce aio_co_enter
> block: Introduce bdrv_coroutine_enter
> blockjob: Use bdrv_coroutine_enter to start coroutine
> qemu-io-cmds: Use bdrv_coroutine_enter
> block: Use bdrv_coroutine_enter to start I/O coroutines
> block: Fix bdrv_co_flush early return
> sheepdog: Use bdrv_coroutine_enter before BDRV_POLL_WHILE
Applied, thanks.
-- PMM
- [Qemu-devel] [PULL 04/11] coroutine: Extract qemu_aio_coroutine_enter, (continued)
- [Qemu-devel] [PULL 04/11] coroutine: Extract qemu_aio_coroutine_enter, Fam Zheng, 2017/04/11
- [Qemu-devel] [PULL 05/11] async: Introduce aio_co_enter, Fam Zheng, 2017/04/11
- [Qemu-devel] [PULL 06/11] block: Introduce bdrv_coroutine_enter, Fam Zheng, 2017/04/11
- [Qemu-devel] [PULL 07/11] blockjob: Use bdrv_coroutine_enter to start coroutine, Fam Zheng, 2017/04/11
- [Qemu-devel] [PULL 08/11] qemu-io-cmds: Use bdrv_coroutine_enter, Fam Zheng, 2017/04/11
- [Qemu-devel] [PULL 09/11] block: Use bdrv_coroutine_enter to start I/O coroutines, Fam Zheng, 2017/04/11
- [Qemu-devel] [PULL 11/11] sheepdog: Use bdrv_coroutine_enter before BDRV_POLL_WHILE, Fam Zheng, 2017/04/11
- [Qemu-devel] [PULL 10/11] block: Fix bdrv_co_flush early return, Fam Zheng, 2017/04/11
- Re: [Qemu-devel] [PULL 00/11] Block patches for 2.9-rc4,
Peter Maydell <=