Re: [Qemu-devel] [PATCH v1 0/1] qemu-img: add new function to remove bitmap in image

2018-09-11 Thread Eric Blake
On 9/11/18 3:37 AM, Ma Haocong wrote: Hello, In our scene, we need to delete dirty-bitmap created by using qmp command 'block-dirty-bitmap-add'. we can use qmp command 'block-dirty-bitmap-remove' to remove bitmap. Then I think that we should add a new function in qemu-img to do the same work. T

[Qemu-devel] [PATCH v1 0/1] qemu-img: add new function to remove bitmap in image

2018-09-11 Thread Ma Haocong
Hello, In our scene, we need to delete dirty-bitmap created by using qmp command 'block-dirty-bitmap-add'. we can use qmp command 'block-dirty-bitmap-remove' to remove bitmap. Then I think that we should add a new function in qemu-img to do the same work. The command format is: qemu-img removeb