summaryrefslogtreecommitdiffstats
path: root/include/exec
diff options
context:
space:
mode:
authorPeter Maydell2016-01-11 13:40:28 +0100
committerMark Cave-Ayland2016-01-16 13:01:23 +0100
commit6d5322442a6904fef51a409ec40f2945581220d6 (patch)
tree1d647ef147cb02a49940419cf9bbe2666f7d925f /include/exec
parenttarget-sparc: Use VMState arrays for SPARC64 TLB/MMU state (diff)
downloadqemu-6d5322442a6904fef51a409ec40f2945581220d6.tar.gz
qemu-6d5322442a6904fef51a409ec40f2945581220d6.tar.xz
qemu-6d5322442a6904fef51a409ec40f2945581220d6.zip
target-sparc: Migrate CWP and PIL for SPARC64
In SPARC32 the env->cwp and env->psrpil state is part of the PSR register, and gets migrated as part of that register. In SPARC64 this state is in separate CWP and PIL registers, but we were not doing anything to migrate those. Add the missing fields to the migration vmstate (which is a migration break, but without these fields migration is completely broken anyway). This change means that trying a save/load of a SPARC64 target at the boot rom prompt now produces a system which at least responds to keyboard input after the restore. Reported-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions