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

Max Reitz posted 2 patches 5 years, 2 months ago
Failed in applying to current master (apply log)
block/ssh.c                   | 73 ++++++++++++++++++++++++++++++++---
tests/qemu-iotests/207        | 10 ++---
tests/qemu-iotests/207.out    | 10 ++---
tests/qemu-iotests/common.rc  |  2 +-
tests/qemu-iotests/iotests.py |  2 +-
5 files changed, 80 insertions(+), 17 deletions(-)
[Qemu-devel] [PATCH v3 0/2] block/ssh: Implement .bdrv_refresh_filename()
Posted by Max Reitz 5 years, 2 months ago
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()
  block/ssh: Implement .bdrv_dirname()

 block/ssh.c                   | 73 ++++++++++++++++++++++++++++++++---
 tests/qemu-iotests/207        | 10 ++---
 tests/qemu-iotests/207.out    | 10 ++---
 tests/qemu-iotests/common.rc  |  2 +-
 tests/qemu-iotests/iotests.py |  2 +-
 5 files changed, 80 insertions(+), 17 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PATCH v3 0/2] block/ssh: Implement .bdrv_refresh_filename()
Posted by Max Reitz 5 years ago
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 Reitz (2):
>   block/ssh: Implement .bdrv_refresh_filename()
>   block/ssh: Implement .bdrv_dirname()
> 
>  block/ssh.c                   | 73 ++++++++++++++++++++++++++++++++---
>  tests/qemu-iotests/207        | 10 ++---
>  tests/qemu-iotests/207.out    | 10 ++---
>  tests/qemu-iotests/common.rc  |  2 +-
>  tests/qemu-iotests/iotests.py |  2 +-
>  5 files changed, 80 insertions(+), 17 deletions(-)
Applied to my block-next branch.

Max