On 19 December 2014 at 16:15, Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> wrote: > It looks like after restoring the CPU state with loadvm env->htab_base > is still at 0x0 rather than its pre-migration value of 0x7e000000.
Odd -- there is code that is at least trying to do that: machine.c calls ppc_store_sdr1() which should set htab_base/mask according to the migrated value of the register... -- PMM