From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6Zz6-0002m4-NH for qemu-devel@nongnu.org; Mon, 14 Jul 2014 02:43:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X6Zyt-0005oS-La for qemu-devel@nongnu.org; Mon, 14 Jul 2014 02:43:36 -0400 Received: from mail-qc0-x233.google.com ([2607:f8b0:400d:c01::233]:39776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6Zyt-0005oO-HA for qemu-devel@nongnu.org; Mon, 14 Jul 2014 02:43:23 -0400 Received: by mail-qc0-f179.google.com with SMTP id r5so2323263qcx.24 for ; Sun, 13 Jul 2014 23:43:23 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53C37C05.80205@redhat.com> Date: Mon, 14 Jul 2014 08:43:17 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1402383358-24079-1-git-send-email-famz@redhat.com> <20140714024222.GA12498@T430.redhat.com> In-Reply-To: <20140714024222.GA12498@T430.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] scsi: Report error when lun number is in use List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: stefanha@redhat.com Il 14/07/2014 04:42, Fam Zheng ha scritto: > On Tue, 06/10 14:55, Fam Zheng wrote: >> > In the case that the lun number is taken by another scsi device, don't >> > release the existing device siliently, but report an error to user. >> > >> > Signed-off-by: Fam Zheng > Do we want this in 2.1? > > Fam > Yes, thanks! Paolo