From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1einHl-0004m8-V9 for qemu-devel@nongnu.org; Mon, 05 Feb 2018 15:22:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1einHl-0006xk-6u for qemu-devel@nongnu.org; Mon, 05 Feb 2018 15:22:41 -0500 From: Max Reitz Date: Mon, 5 Feb 2018 21:22:30 +0100 Message-Id: <20180205202232.19254-1-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/2] block/ssh: Implement .bdrv_refresh_filename() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: qemu-devel@nongnu.org, Max Reitz , "Richard W . M . Jones" , Jeff Cody , Kevin Wolf 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. This series depends on my =E2=80=9Cblock: Fix some filename generation is= sues=E2=80=9D series and on Pino's =E2=80=9Cssh: switch from libssh2 to libssh=E2=80=9D= patch. Based-on: 20180205151835.20812-1-mreitz@redhat.com Based-on: 20180118164439.2120-1-ptoscano@redhat.com Max Reitz (2): block/ssh: Implement .bdrv_refresh_filename() block/ssh: Implement .bdrv_dirname() block/ssh.c | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++= ------ 1 file changed, 65 insertions(+), 7 deletions(-) --=20 2.14.3