[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH for-2.9 0/2] commit: Fix commit_top_bs problems
From: |
Kevin Wolf |
Subject: |
[Qemu-devel] [PATCH for-2.9 0/2] commit: Fix commit_top_bs problems |
Date: |
Thu, 6 Apr 2017 19:14:09 +0200 |
The same problem that Fam's patch "mirror: Fix aio context of
mirror_top_bs" fixes for the mirror block job also exists for the
commit block job and the 'commit' HMP command. While comparing the
respective places in mirror.c and commit.c, I also noticed that
commit neglects to set an image size.
This series fixes both problems.
Kevin Wolf (2):
commit: Set commit_top_bs->aio_context
commit: Set commit_top_bs->total_sectors
block/commit.c | 3 +++
1 file changed, 3 insertions(+)
--
1.8.3.1
- [Qemu-devel] [PATCH for-2.9 0/2] commit: Fix commit_top_bs problems,
Kevin Wolf <=