From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dL7ne-0003x6-1L for qemu-devel@nongnu.org; Wed, 14 Jun 2017 08:53:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dL7nd-0006GR-BU for qemu-devel@nongnu.org; Wed, 14 Jun 2017 08:53:30 -0400 From: Jeff Cody Date: Wed, 14 Jun 2017 08:53:18 -0400 Message-Id: Subject: [Qemu-devel] [PATCH v2 0/2] Parse 'filename' option for RBD/iSCSI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-block@nongnu.org, kwolf@redhat.com, mreitz@redhat.com, rjones@redhat.com Change from v2: Add warning message that this is an unsupported option that may be deprecated in the future. We need to be able to parse the 'filename' option for rbd and iscsi, because there may exist images in the wild that have json backing files, that specify the filename argument. Jeff Cody (2): block/rbd: enable filename option and parsing block/iscsi: enable filename option and parsing block/iscsi.c | 22 +++++++++++++++++++++- block/rbd.c | 22 +++++++++++++++++++++- 2 files changed, 42 insertions(+), 2 deletions(-) -- 2.9.3