Re: [PATCH 03/13] qemu: blockjob: Store list of bitmaps disabled prior to commit

2020-03-10 Thread Peter Krempa
On Thu, Mar 05, 2020 at 10:43:15 +0100, Pavel Mores wrote: > On Wed, Mar 04, 2020 at 06:26:31PM +0100, Peter Krempa wrote: > > Starting a commit job will require disabling bitmaps in the base image > > so that they are not dirtied by the commit job. We need to store a list > > of the bitmaps so tha

Re: [PATCH 03/13] qemu: blockjob: Store list of bitmaps disabled prior to commit

2020-03-05 Thread Pavel Mores
On Wed, Mar 04, 2020 at 06:26:31PM +0100, Peter Krempa wrote: > Starting a commit job will require disabling bitmaps in the base image > so that they are not dirtied by the commit job. We need to store a list > of the bitmaps so that we can later re-enable them. > > Add a field and status XML hand

[PATCH 03/13] qemu: blockjob: Store list of bitmaps disabled prior to commit

2020-03-04 Thread Peter Krempa
Starting a commit job will require disabling bitmaps in the base image so that they are not dirtied by the commit job. We need to store a list of the bitmaps so that we can later re-enable them. Add a field and status XML handling code as well as a test. Signed-off-by: Peter Krempa --- src/qemu