Re: [Qemu-devel] [PATCH 03/19] block: Respect backing bs in bdrv_refresh_filename

2016-05-03 Thread Max Reitz
On 02.05.2016 17:36, Kevin Wolf wrote: > Am 26.04.2016 um 23:32 hat Max Reitz geschrieben: >> Basically, bdrv_refresh_filename() should respect all children of a >> BlockDriverState. However, generally those children are driver-specific, >> so this function cannot handle the general case. On the ot

Re: [Qemu-devel] [PATCH 03/19] block: Respect backing bs in bdrv_refresh_filename

2016-05-02 Thread Kevin Wolf
Am 26.04.2016 um 23:32 hat Max Reitz geschrieben: > Basically, bdrv_refresh_filename() should respect all children of a > BlockDriverState. However, generally those children are driver-specific, > so this function cannot handle the general case. On the other hand, > there are only few drivers which

[Qemu-devel] [PATCH 03/19] block: Respect backing bs in bdrv_refresh_filename

2016-04-26 Thread Max Reitz
Basically, bdrv_refresh_filename() should respect all children of a BlockDriverState. However, generally those children are driver-specific, so this function cannot handle the general case. On the other hand, there are only few drivers which use other children than @file and @backing (that being vm