target-sparc: Use VMState arrays for SPARC64 TLB/MMU state
commit0e88d45a33928445aa3031ee76af354b4f6b3088
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 11 Jan 2016 12:40:27 +0000 (11 12:40 +0000)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sat, 16 Jan 2016 12:01:23 +0000 (16 12:01 +0000)
tree68482cefc0459237db1f0c1ab211f535e8743b89
parentdf32c8d436d4eb3f40b00647ca0df2bbc7f6bf6f
target-sparc: Use VMState arrays for SPARC64 TLB/MMU state

Use VMState arrays for SPARC64 TLB/MMU state. This is
a migration-break for SPARC64 (but not for SPARC32),
which is acceptable because currently migration does not
work for any SPARC64 machines due to the lack of any migration
of interrupt controller state.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
target-sparc/machine.c