On 4/29/25 14:33, Vladimir Sementsov-Ogievskiy wrote:
...> block-job patches
- deprecate some old block-job- APIs
- on-cbw-error option for backup
- more efficient zero handling in block commit
----------------------------------------------------------------
Raman Dzehtsiar (1):
blockdev-backup: Add error handling option for copy-before-write jobs
Vincent Vanlaer (5):
block: get type of block allocation in commit_run
block: move commit_run loop to separate function
block: refactor error handling of commit_iteration
block: allow commit to unmap zero blocks
block: add test non-active commit with zeroed data
There's a bug report in debian, for 10.0.x series of qemu, here:
https://bugs.debian.org/1120389 . This looks like it's about
this very series, in particular, commit v10.0.0-369-g6f3199f996
"block: allow commit to unmap zero blocks". Does it look similar? :)
(I haven't yet verified if this commit actually fixed the issue
reported in the debian bug).
But if it it, it looks like it should be a good idea to pick this
series up for 10.0.x stable series too, what do you think?
(it all applies cleanly and seems to work too).
Thanks,
/mjt