On Fri, Feb 15, 2019 at 10:36:53AM +0100, Paolo Bonzini wrote: > > HP-UX checks this register after sending data to the target. If there's no > > valid > > information present, it assumes the client disconnected because the kernel > > sent > > to much data. Implement at least some of the SBCL functionality that is > > possible > > without having a real SCSI bus. > > > > Signed-off-by: Sven Schnelle <sv...@stackframe.org> > [..] > > This breaks live migration. You need to bump the version number higher > in vmstate_lsi_scsi and use "VMSTATE_UINT8_V(sbcl, LSIState, 1)" so that > the field is only marshalled/unmarshalled for version 1 of the migration > state.
Thanks, i wasn't aware of that. I'll send a revised v2. Regards Sven