Re: [PATCH 08/10] hw/9pfs: Allow using hw/9pfs with emscripten

2025-04-13 Thread Kohei Tokunaga
Hi Christian, > > > > Emscripten's fiber does not support submitting coroutines to other > > > > threads. So this commit modifies hw/9pfs/coth.h to disable this behavior > > > > when compiled with Emscripten. > > > > > > The lack of being able to dispatch a coroutine to a worker thread is one > >

[PATCH v3] blockdev-backup: Add error handling option for copy-before-write jobs

2025-04-13 Thread Raman Dzehtsiar
This patch extends the blockdev-backup QMP command to allow users to specify how to behave when IO errors occur during copy-before-write operations. Previously, the behavior was fixed and could not be controlled by the user. The new 'on-cbw-error' option can be set to one of two values: - 'break-g

Re: [PATCH v2] blockdev-backup: Add error handling option for copy-before-write jobs

2025-04-13 Thread Raman Dzehtsiar
Hi Vladimir, Thank you for your review. > The patch looks good to me. Still, could you also provide a test for a new > option? > Probably the simplest would be add a test-case to > `tests/qemu-iotests/tests/copy-before-write`, where existing on-cbw-error > option is tested. Or you can make a se

Re: [PATCH v3] blockdev-backup: Add error handling option for copy-before-write jobs

2025-04-13 Thread Markus Armbruster
Raman Dzehtsiar writes: > This patch extends the blockdev-backup QMP command to allow users to specify > how to behave when IO errors occur during copy-before-write operations. > Previously, the behavior was fixed and could not be controlled by the user. > > The new 'on-cbw-error' option can be s