]> git.proxmox.com Git - mirror_qemu.git/commit - target/mips/machine.c
target-mips: replace cpu_save/cpu_load with VMStateDescription
authorLeon Alrae <leon.alrae@imgtec.com>
Fri, 20 Feb 2015 13:07:44 +0000 (13:07 +0000)
committerLeon Alrae <leon.alrae@imgtec.com>
Wed, 11 Mar 2015 14:13:57 +0000 (14:13 +0000)
commit04cd79625fa4103c5839ba36ad476dd22f7f7557
tree2424cb76fe47517fb7eeff6ea5b81d2908ce5969
parent48412371415a260d00fc7fdcdb400da55f268828
target-mips: replace cpu_save/cpu_load with VMStateDescription

Create VMStateDescription for MIPS CPU. The new structure contains exactly the
same fields as before, therefore leaving existing version_id.

Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/cpu-qom.h
target-mips/cpu.c
target-mips/cpu.h
target-mips/machine.c