Re: [PATCH v2 0/2] block/export: Conditionally ignore set-context error

2021-07-20 Thread Kevin Wolf
Am 24.06.2021 um 10:38 hat Max Reitz geschrieben: > Max Reitz (2): > block/export: Conditionally ignore set-context error > iotests/307: Test iothread conflict for exports Thanks, applied to the block branch. Kevin

[PATCH v2 0/2] block/export: Conditionally ignore set-context error

2021-06-24 Thread Max Reitz
Hi, I had this v2 lying around for quite some time but for some reason never sent it. I probably just forgot. Sorry. v1: https://lists.nongnu.org/archive/html/qemu-block/2021-04/msg00584.html Changes in v2: - Letting `bdrv_try_set_aio_context()` return an error and then just discarding it co