Re: [Qemu-devel] [PATCH] scsi: Fix migration of scsi sense data

2014-03-14 Thread Paolo Bonzini
Il 14/03/2014 06:58, Fam Zheng ha scritto: Ping. Should we take this in 2.0? Of course, I'll send it for 2.0-rc1. Paolo

Re: [Qemu-devel] [PATCH] scsi: Fix migration of scsi sense data

2014-03-13 Thread Fam Zheng
On Thu, 03/06 09:42, Paolo Bonzini wrote: > Il 06/03/2014 09:26, Fam Zheng ha scritto: > >c5f52875 changed the size of sense array in vmstate_scsi_device by > >mistake. This patch restores the old size, and add a subsection for the > >remaining part of the buffer size. So that migration is not brok

Re: [Qemu-devel] [PATCH] scsi: Fix migration of scsi sense data

2014-03-06 Thread Paolo Bonzini
Il 06/03/2014 09:26, Fam Zheng ha scritto: c5f52875 changed the size of sense array in vmstate_scsi_device by mistake. This patch restores the old size, and add a subsection for the remaining part of the buffer size. So that migration is not broken. Signed-off-by: Fam Zheng --- hw/scsi/scsi-bu

[Qemu-devel] [PATCH] scsi: Fix migration of scsi sense data

2014-03-06 Thread Fam Zheng
c5f52875 changed the size of sense array in vmstate_scsi_device by mistake. This patch restores the old size, and add a subsection for the remaining part of the buffer size. So that migration is not broken. Signed-off-by: Fam Zheng --- hw/scsi/scsi-bus.c | 30 +++