[PULL 22/30] hw/ppc: Do not re-read the clock on pre_save if doing savevm

2020-12-13 Thread David Gibson
From: Greg Kurz A guest with enough RAM, eg. 128G, is likely to detect savevm downtime and to complain about stalled CPUs. This happens because we re-read the timebase just before migrating it and we thus don't account for all the time between VM stop and pre-save. A very similar situation was

[PULL 22/30] hw/ppc: Do not re-read the clock on pre_save if doing savevm

2020-12-10 Thread David Gibson
From: Greg Kurz A guest with enough RAM, eg. 128G, is likely to detect savevm downtime and to complain about stalled CPUs. This happens because we re-read the timebase just before migrating it and we thus don't account for all the time between VM stop and pre-save. A very similar situation was