block/ssh: Implement .bdrv_dirname()
commit21205c7c3bd0910d7b71274ddbede9c7001e1cb4
authorMax Reitz <mreitz@redhat.com>
Mon, 25 Feb 2019 19:08:28 +0000 (25 20:08 +0100)
committerMax Reitz <mreitz@redhat.com>
Tue, 7 May 2019 15:14:21 +0000 (7 17:14 +0200)
tree803f719a3a019876a4a45fc8929d4f24427ff26c
parentb8c1f90118ee81090ff9093790f88bf335132814
block/ssh: Implement .bdrv_dirname()

ssh_bdrv_dirname() is basically the generic bdrv_dirname(), except it
takes care not to silently chop off any query string (i.e.,
host_key_check).

Signed-off-by: Max Reitz <mreitz@redhat.com>
Tested-by: Richard W.M. Jones <rjones@redhat.com>
Message-id: 20190225190828.17726-3-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/ssh.c