Re: [Qemu-devel] [PATCH v3 0/2] Fix slow startup with many disks

2015-06-18 Thread Stefan Hajnoczi
On Wed, Jun 17, 2015 at 01:37:18PM +0300, Alexander Yarygin wrote: > Changes in v3: >- Added aio_context_acquire/aio_context_release around blk_drain() in > "virtio-blk: Use blk_drain() to drain IO requests" + updated commit > description > > Please update Cc: qemu-stable@ if it nece

[Qemu-devel] [PATCH v3 0/2] Fix slow startup with many disks

2015-06-17 Thread Alexander Yarygin
Changes in v3: - Added aio_context_acquire/aio_context_release around blk_drain() in "virtio-blk: Use blk_drain() to drain IO requests" + updated commit description Please update Cc: qemu-stable@ if it necessarily. Changes in v2: - Patch "block-backend: Introduce blk_drain() and