Re: [Qemu-devel] [PATCH v2 0/7] iscsi: Add blockdev-add support

2017-02-17 Thread Jeff Cody
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

Re: [Qemu-devel] [PATCH v2 0/7] iscsi: Add blockdev-add support

2017-01-25 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH v2 0/7] iscsi: Add blockdev-add support Message-id: cover.1485365834.git.jc...@redhat.com === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git

[Qemu-devel] [PATCH v2 0/7] iscsi: Add blockdev-add support

2017-01-25 Thread Jeff Cody
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 *