Home
last modified time | relevance | path

Searched hist:df32c8d436d4eb3f40b00647ca0df2bbc7f6bf6f (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/sparc64/
H A Dsun4u.cdf32c8d436d4eb3f40b00647ca0df2bbc7f6bf6f Mon Jan 11 12:40:26 UTC 2016 Juan Quintela <quintela@redhat.com> 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 <quintela@redhat.com>
[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 <peter.maydell@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>