From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Suv8s-0004wT-14 for qemu-devel@nongnu.org; Fri, 27 Jul 2012 20:44:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Suv8r-0007J1-3u for qemu-devel@nongnu.org; Fri, 27 Jul 2012 20:44:25 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:55549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Suv8q-0007Ip-Tn for qemu-devel@nongnu.org; Fri, 27 Jul 2012 20:44:25 -0400 Received: by pbbro12 with SMTP id ro12so5641710pbb.4 for ; Fri, 27 Jul 2012 17:44:23 -0700 (PDT) From: Ronnie Sahlberg Date: Sat, 28 Jul 2012 10:44:07 +1000 Message-Id: <1343436248-10646-1-git-send-email-ronniesahlberg@gmail.com> Subject: [Qemu-devel] [PATCH] iSCSI: generate default initiator-name from vm-name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, pbonzini@redhat.com List, Please find a patch that updates the iSCSI block driver to automatically generate a 'unique' initiator-name based on the name given to the virtual machine. Normally users will always have to set the initiator-name properly since LUN masking on the iscsi targets would almost always require this in common environments, but for test environments it can often be convenient to have the name set automatically and still have the name semi-unique across different VMs. regards ronnie sahlberg