Re: [PATCH v2 16/21] block/export: Add multi-threading interface

2025-06-09 Thread Stefan Hajnoczi
On Wed, Jun 04, 2025 at 03:28:08PM +0200, Hanna Czenczek wrote: > Make BlockExportType.iothread an alternate between a single-thread > variant 'str' and a multi-threading variant '[str]'. > > In contrast to the single-thread setting, the multi-threading setting > will not change the BDS's context

Re: [PATCH v2 16/21] block/export: Add multi-threading interface

2025-06-04 Thread Markus Armbruster
Hanna Czenczek writes: > Make BlockExportType.iothread an alternate between a single-thread > variant 'str' and a multi-threading variant '[str]'. > > In contrast to the single-thread setting, the multi-threading setting > will not change the BDS's context (and so is incompatible with the > fixed

[PATCH v2 16/21] block/export: Add multi-threading interface

2025-06-04 Thread Hanna Czenczek
Make BlockExportType.iothread an alternate between a single-thread variant 'str' and a multi-threading variant '[str]'. In contrast to the single-thread setting, the multi-threading setting will not change the BDS's context (and so is incompatible with the fixed-iothread setting), but instead just