]> Git Repo - qemu.git/commit
target-sparc: Convert to VMStateDescription
authorJuan Quintela <[email protected]>
Mon, 11 Jan 2016 12:40:26 +0000 (12:40 +0000)
committerMark Cave-Ayland <[email protected]>
Sat, 16 Jan 2016 12:01:23 +0000 (12:01 +0000)
commitdf32c8d436d4eb3f40b00647ca0df2bbc7f6bf6f
treeecb53689234f51955bdc5c83f121be2a37bbe98d
parent232afac113dab9880a5e3a002d63b61d554a4b89
target-sparc: Convert to VMStateDescription

Convert the SPARC CPU from cpu_load/save functions to VMStateDescription.
We preserve migration compatibility with the previous version
(required for SPARC32 but not necessarily for SPARC64).

Signed-off-by: Juan Quintela <[email protected]>
[PMM:
 * Rebase and update to apply to master
 * VMSTATE_STRUCT_POINTER now takes type, not pointer-to-type
 * QEMUTimer* are migrated via VMSTATE_TIMER_PTR
 * Put CPUTimer vmstate struct inside TARGET_SPARC64 ifdef
 * Convert handling of PSR to use a vmstate_psr, like Alpha and ARM
]
Signed-off-by: Peter Maydell <[email protected]>
Signed-off-by: Mark Cave-Ayland <[email protected]>
hw/sparc64/sun4u.c
target-sparc/cpu-qom.h
target-sparc/cpu.c
target-sparc/cpu.h
target-sparc/machine.c
This page took 0.024183 seconds and 4 git commands to generate.