Re: [Qemu-devel] [PATCH] scsi: prefer UUID to VM name for the initiator name

2013-09-23 Thread Stefan Hajnoczi
On Thu, Sep 12, 2013 at 10:51:48AM +0200, Paolo Bonzini wrote: > Il 12/09/2013 10:38, Stefan Hajnoczi ha scritto: > > On Tue, Sep 10, 2013 at 06:40:04PM +0200, Paolo Bonzini wrote: > >> The UUID is unique even across multiple hosts, thus it is > >> better than a VM name even if it is less user-frie

Re: [Qemu-devel] [PATCH] scsi: prefer UUID to VM name for the initiator name

2013-09-12 Thread Paolo Bonzini
Il 12/09/2013 10:38, Stefan Hajnoczi ha scritto: > On Tue, Sep 10, 2013 at 06:40:04PM +0200, Paolo Bonzini wrote: >> The UUID is unique even across multiple hosts, thus it is >> better than a VM name even if it is less user-friendly. >> >> Signed-off-by: Paolo Bonzini >> --- >> block/iscsi.c

Re: [Qemu-devel] [PATCH] scsi: prefer UUID to VM name for the initiator name

2013-09-12 Thread Stefan Hajnoczi
On Tue, Sep 10, 2013 at 06:40:04PM +0200, Paolo Bonzini wrote: > The UUID is unique even across multiple hosts, thus it is > better than a VM name even if it is less user-friendly. > > Signed-off-by: Paolo Bonzini > --- > block/iscsi.c | 23 --- > include/sysemu/sys

[Qemu-devel] [PATCH] scsi: prefer UUID to VM name for the initiator name

2013-09-10 Thread Paolo Bonzini
The UUID is unique even across multiple hosts, thus it is better than a VM name even if it is less user-friendly. Signed-off-by: Paolo Bonzini --- block/iscsi.c | 23 --- include/sysemu/sysemu.h | 2 ++ stubs/Makefile.objs | 1 + stubs/uuid.c| 12 +