From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtVb2-0002a5-Dz for qemu-devel@nongnu.org; Tue, 03 Nov 2015 02:01:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtVb1-00062n-M6 for qemu-devel@nongnu.org; Tue, 03 Nov 2015 02:01:32 -0500 From: Fam Zheng Date: Tue, 3 Nov 2015 15:01:16 +0800 Message-Id: <1446534078-11172-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] block: Introduce "json-file:" protocol List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , qemu-block@nongnu.org, Max Reitz This would be a safer channel when we want to provide block options that contain sensitive information, such as fields for authentication. Fam Zheng (2): block: Add "json-file:" pseudo protocol iotests: Add tests for "json-file:" pseudo protocol block.c | 58 +++++++++++++++++++++++++++++++++++++++++----- tests/qemu-iotests/089 | 27 +++++++++++++++++---- tests/qemu-iotests/089.out | 15 ++++++++++++ 3 files changed, 90 insertions(+), 10 deletions(-) -- 2.4.3