Re: [Qemu-devel] [PATCH] scsi-generic: fix debug print compiling error

2014-08-21 Thread Gonglei
> Subject: Re: [Qemu-devel] [PATCH] scsi-generic: fix debug print compiling > error > > Il 21/08/2014 14:19, arei.gong...@huawei.com ha scritto: > > From: Gonglei > > > > variables lun and tag had been eliminated, broke compiling > > when enable debug sw

Re: [Qemu-devel] [PATCH] scsi-generic: fix debug print compiling error

2014-08-21 Thread Paolo Bonzini
Il 21/08/2014 14:19, arei.gong...@huawei.com ha scritto: > From: Gonglei > > variables lun and tag had been eliminated, broke compiling > when enable debug switch. > > Signed-off-by: Gonglei > --- > hw/scsi/scsi-generic.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --gi

[Qemu-devel] [PATCH] scsi-generic: fix debug print compiling error

2014-08-21 Thread arei.gonglei
From: Gonglei variables lun and tag had been eliminated, broke compiling when enable debug switch. Signed-off-by: Gonglei --- hw/scsi/scsi-generic.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/scsi/scsi-generic.c b/hw/scsi/scsi-generic.c index 0b2ff90..3808694 1006