commit | 2828c4cd92b1c0590b959ec022888b1f6909949a | [log] [tgz] |
---|---|---|
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | Mon Feb 09 22:40:47 2015 +0000 |
committer | Alexander Graf <agraf@suse.de> | Mon Mar 09 15:00:05 2015 +0100 |
tree | afb1992112aad4329719489a8ea7ee1a2f75cf3f | |
parent | 6cb577dde5c2e19025f4f24fdff46c47ba8cd398 [diff] |
target-ppc: move sdr1 value change detection logic to helper_store_sdr1() Otherwise when cpu_post_load calls ppc_store_sdr1() when restoring a VM snapshot the value is deemed unchanged and so the internal env->htab* variables aren't set correctly. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Alexander Graf <agraf@suse.de>