Re: [Qemu-devel] [PATCH v3 0/2] block/ssh: Implement .bdrv_refresh_filename()

2019-04-13 Thread Max Reitz
On 25.02.19 20:08, Max Reitz wrote: > This series implements .bdrv_refresh_filename() for the ssh block > driver, along with an appropriate .bdrv_dirname() so we don't chop off > query strings for backing files with relative filenames. > > > v3: > - Keep iotests 104 and 207 working > > > Max Re

[Qemu-devel] [PATCH v3 0/2] block/ssh: Implement .bdrv_refresh_filename()

2019-02-25 Thread Max Reitz
This series implements .bdrv_refresh_filename() for the ssh block driver, along with an appropriate .bdrv_dirname() so we don't chop off query strings for backing files with relative filenames. v3: - Keep iotests 104 and 207 working Max Reitz (2): block/ssh: Implement .bdrv_refresh_filename()