Re: [Qemu-devel] [PATCH] scsi: Report error when lun number is in use

2014-07-13 Thread Paolo Bonzini
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, than

Re: [Qemu-devel] [PATCH] scsi: Report error when lun number is in use

2014-07-13 Thread Fam Zheng
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 > --- > hw/scsi/scsi-bus.c | 3 ++- > 1 file changed, 2

Re: [Qemu-devel] [PATCH] scsi: Report error when lun number is in use

2014-06-10 Thread Fam Zheng
On Tue, 06/10 10:18, Paolo Bonzini wrote: > Il 10/06/2014 08:55, Fam Zheng ha scritto: > >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 > >--- > > hw/scsi/scsi-bus.c | 3

Re: [Qemu-devel] [PATCH] scsi: Report error when lun number is in use

2014-06-10 Thread Paolo Bonzini
Il 10/06/2014 08:55, Fam Zheng ha scritto: 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 --- hw/scsi/scsi-bus.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --

[Qemu-devel] [PATCH] scsi: Report error when lun number is in use

2014-06-09 Thread Fam Zheng
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 --- hw/scsi/scsi-bus.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/scsi/scsi-bus.c b/hw/scsi/scsi-bus.c