From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRNcc-0003uS-8A for qemu-devel@nongnu.org; Fri, 18 Nov 2011 07:32:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RRNca-0003az-35 for qemu-devel@nongnu.org; Fri, 18 Nov 2011 07:32:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:21577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRNcZ-0003as-PY for qemu-devel@nongnu.org; Fri, 18 Nov 2011 07:32:44 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pAICWgZm000571 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 18 Nov 2011 07:32:42 -0500 Message-ID: <4EC65126.9000206@redhat.com> Date: Fri, 18 Nov 2011 13:35:50 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1321363722-23687-1-git-send-email-pbonzini@redhat.com> <1321374998-18214-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1321374998-18214-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1.0 v2] scsi: fix fw path List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 15.11.2011 17:36, schrieb Paolo Bonzini: > The pre-1.0 firmware path for SCSI devices already included the LUN > using the suffix argument to add_boot_device_path. I missed that when > making channel and LUN customizable. Avoid that it is included twice, and > convert the colons to commas for consistency with other kinds of devices > > Signed-off-by: Paolo Bonzini > --- > v1->v2: include scsi-disk hunk too Thanks, applied to the block-stable branch (for 1.0) Kevin