From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvmA4-0007S8-Bb for qemu-devel@nongnu.org; Mon, 30 Jul 2012 05:21:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Svm9y-0001Ag-Lw for qemu-devel@nongnu.org; Mon, 30 Jul 2012 05:21:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Svm9y-0001AW-EY for qemu-devel@nongnu.org; Mon, 30 Jul 2012 05:21:06 -0400 Message-ID: <501651FD.9030406@redhat.com> Date: Mon, 30 Jul 2012 11:21:01 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1343638983-22383-1-git-send-email-ronniesahlberg@gmail.com> <1343638983-22383-2-git-send-email-ronniesahlberg@gmail.com> In-Reply-To: <1343638983-22383-2-git-send-email-ronniesahlberg@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ISCSI: Pick default initiator-name based on the name of the VM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ronnie Sahlberg Cc: qemu-devel@nongnu.org Il 30/07/2012 11:03, Ronnie Sahlberg ha scritto: > Version 2 based on suggestions from Paolo B. This text goes after "---" so it doesn't become part of the commit message. > Save the -name of the vm so that we can use it in the default iscsi name. > > Add a new variable that holds the name for the vm as specified by -name > and assign this name to the iscsi_name pointer gtom block/iscsi.c This text is obsolete, and what is "gtom"? :) Paolo