Re: [PATCH 1/1] qemu-img: add sub-command --remove-all to 'qemu-img bitmap'

2025-07-14 Thread Michael Tokarev
On 14.07.2025 11:01, Michael Tokarev wrote: I'd very much love to add more commands/options to qemu-img *after* my big patchset to it is either accepted or rejected.  It's been in the queue for over the years, and I have to rebase it painfully after each change (thankfully there weren't many).

Re: [PATCH 1/1] qemu-img: add sub-command --remove-all to 'qemu-img bitmap'

2025-07-14 Thread Michael Tokarev
On 07.07.2025 23:58, Denis V. Lunev via wrote: From time to time it is needed to remove all bitmaps from the image. Before this patch the process is not very convinient. One should perform qemu-img info and parse the output to obtain all names. After that one should sequentially call q

Re: [PATCH 1/1] qemu-img: add sub-command --remove-all to 'qemu-img bitmap'

2025-07-14 Thread Denis V. Lunev
On 7/7/25 22:58, Denis V. Lunev wrote: From time to time it is needed to remove all bitmaps from the image. Before this patch the process is not very convinient. One should perform qemu-img info and parse the output to obtain all names. After that one should sequentially call qemu-img

[PATCH 1/1] qemu-img: add sub-command --remove-all to 'qemu-img bitmap'

2025-07-07 Thread Denis V. Lunev
>From time to time it is needed to remove all bitmaps from the image. Before this patch the process is not very convinient. One should perform qemu-img info and parse the output to obtain all names. After that one should sequentially call qemu-img bitmap --remove for each present bitmap. T