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).
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
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
>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