Re: [PATCH 2/2] qemuBlockJobProcessEventCompletedPull: Add backingStore terminators if base is NULL

2021-04-12 Thread Pavel Hrdina
On Mon, Apr 12, 2021 at 05:57:46PM +0200, Peter Krempa wrote: > When doing a blockpull with NULL base the full contents of the disk are > pulled into the topmost image which then becomes fullu self-contained. s/fullu/fully/ > qemuBlockJobProcessEventCompletedPull doesn't install the backing chain

[PATCH 2/2] qemuBlockJobProcessEventCompletedPull: Add backingStore terminators if base is NULL

2021-04-12 Thread Peter Krempa
When doing a blockpull with NULL base the full contents of the disk are pulled into the topmost image which then becomes fullu self-contained. qemuBlockJobProcessEventCompletedPull doesn't install the backing chain terminators though, although it's guaranteed that there will be no backing chain be