Re: [Qemu-devel] [PATCH v2 00/12] block: Fixes for concurrent block jobs

2019-07-15 Thread Max Reitz
On 03.07.19 19:28, Max Reitz wrote: > This is a v2 to “block: Add BDS.never_freeze”. > > It depends on my “block: Delay poll when ending drained sections” > series: > > Depends-on: <20190619152603.5937-1-mre...@redhat.com> > > > It turned out that if you run 030 (or just the new test_overlappin

Re: [Qemu-devel] [PATCH v2 00/12] block: Fixes for concurrent block jobs

2019-07-10 Thread Max Reitz
Ping I suppose I’ll apply the patches I had in v1 if I don’t get reviews for the new patches, because some fixes are better than none. (And probably patch 2, because it’s obvious.) Max On 03.07.19 19:28, Max Reitz wrote: > This is a v2 to “block: Add BDS.never_freeze”. > > It depends on my “bl

[Qemu-devel] [PATCH v2 00/12] block: Fixes for concurrent block jobs

2019-07-03 Thread Max Reitz
This is a v2 to “block: Add BDS.never_freeze”. It depends on my “block: Delay poll when ending drained sections” series: Depends-on: <20190619152603.5937-1-mre...@redhat.com> It turned out that if you run 030 (or just the new test_overlapping_5 case) sufficiently often, it breaks; which is why