[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH v2 0/7] iscsi: Add blockdev-add support
From: |
Jeff Cody |
Subject: |
Re: [Qemu-block] [PATCH v2 0/7] iscsi: Add blockdev-add support |
Date: |
Fri, 17 Feb 2017 16:12:30 -0500 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
On Wed, Jan 25, 2017 at 12:42:01PM -0500, Jeff Cody wrote:
> This adds blockdev-add support to the iscsi block driver.
>
> Picked this series up from Kevin. I've tested it on my local iscsi setup.
>
> There are only a few minor changes:
>
> * In patch 2, fixed the segfault pointed out by Daniel
> * In patch 6, placed the ':' after the command header as now required
> * New patch 7, to fix some out of date documentation in the qapi schema
>
>
> Jeff Cody (1):
> QAPI: Fix blockdev-add example documentation
>
> Kevin Wolf (6):
> iscsi: Split URL into individual options
> iscsi: Handle -iscsi user/password in bdrv_parse_filename()
> iscsi: Add initiator-name option
> iscsi: Add header-digest option
> iscsi: Add timeout option
> iscsi: Add blockdev-add support
>
> block/iscsi.c | 349
> +++++++++++++++++++++++++++++++--------------------
> qapi/block-core.json | 92 +++++++++++---
> 2 files changed, 288 insertions(+), 153 deletions(-)
>
> --
> 2.9.3
>
Fixed up the formatting issues pointed out by Fam & patchew, and applied to
my block branch:
git://github.com/codyprime/qemu-kvm-jtc.git block
-Jeff
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-block] [PATCH v2 0/7] iscsi: Add blockdev-add support,
Jeff Cody <=