Re: [Qemu-devel] [PATCH 04/19] block: Add bdrv_default_refresh_format_filename

2016-06-20 Thread Alberto Garcia
On Tue 26 Apr 2016 11:32:03 PM CEST, Max Reitz wrote: > Split off the default code for format BDS from bdrv_refresh_filename() > into an own function, first because it is nicer this way, and second > because this will allow block drivers to reuse this function in their > own specific implementation

[Qemu-devel] [PATCH 04/19] block: Add bdrv_default_refresh_format_filename

2016-04-26 Thread Max Reitz
Split off the default code for format BDS from bdrv_refresh_filename() into an own function, first because it is nicer this way, and second because this will allow block drivers to reuse this function in their own specific implementation of bdrv_refresh_filename(). Signed-off-by: Max Reitz --- b