Re: [Qemu-devel] [PATCH] iscsi: allow "initiator-name" as block option

2016-08-29 Thread Max Reitz
On 12.04.2016 16:57, Pino Toscano wrote: > Allow the "initiator-name" for both the -iscsi and the block options: > this way it is possible to set it directly as option in the -drive > specification. > The current way to specify the initiator name for a certain iSCSI > target is: > -iscsi id=TARGE

[Qemu-devel] [PATCH] iscsi: allow "initiator-name" as block option

2016-04-12 Thread Pino Toscano
Allow the "initiator-name" for both the -iscsi and the block options: this way it is possible to set it directly as option in the -drive specification. The current way to specify the initiator name for a certain iSCSI target is: -iscsi id=TARGET,initiator-name=IQN which cannot be actually done wh