Re: [Qemu-devel] [PATCH v11 01/31] block: Use bdrv_refresh_filename() to pull

2018-11-14 Thread Eric Blake
On 10/5/18 6:39 PM, Max Reitz wrote: Before this patch, bdrv_refresh_filename() is used in a pushing manner: Whenever the BDS graph is modified, the parents of the modified edges are supposed to be updated (recursively upwards). However, that is nonviable, considering that we want child changes

[Qemu-devel] [PATCH v11 01/31] block: Use bdrv_refresh_filename() to pull

2018-10-05 Thread Max Reitz
Before this patch, bdrv_refresh_filename() is used in a pushing manner: Whenever the BDS graph is modified, the parents of the modified edges are supposed to be updated (recursively upwards). However, that is nonviable, considering that we want child changes not to concern parents. Also, in the l