Re: [Qemu-devel] [PATCH] iSCSI: start moving options also for -drive

2016-08-17 Thread Paolo Bonzini
On 17/08/2016 14:13, Pino Toscano wrote: > On Tuesday, 12 April 2016 16:57:42 CEST Pino Toscano wrote: >> to overcome the limitations of the options handling [1], I'm planning >> to move more options for iSCSI also as block options, so it is possible >> to specify them with -drive. >> >> The only

Re: [Qemu-devel] [PATCH] iSCSI: start moving options also for -drive

2016-08-17 Thread Pino Toscano
On Tuesday, 12 April 2016 16:57:42 CEST Pino Toscano wrote: > to overcome the limitations of the options handling [1], I'm planning > to move more options for iSCSI also as block options, so it is possible > to specify them with -drive. > > The only patch in this series is for initiator-target, as

Re: [Qemu-devel] [PATCH] iSCSI: start moving options also for -drive

2016-04-13 Thread Daniel P. Berrange
On Tue, Apr 12, 2016 at 04:57:42PM +0200, Pino Toscano wrote: > Hi, > > to overcome the limitations of the options handling [1], I'm planning > to move more options for iSCSI also as block options, so it is possible > to specify them with -drive. > > The only patch in this series is for initiator

[Qemu-devel] [PATCH] iSCSI: start moving options also for -drive

2016-04-12 Thread Pino Toscano
Hi, to overcome the limitations of the options handling [1], I'm planning to move more options for iSCSI also as block options, so it is possible to specify them with -drive. The only patch in this series is for initiator-target, as I want to be sure the approach is correct, and wanted. [1] http