qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] target-mips: port MIPS CPU to VMState


From: Leon Alrae
Subject: [Qemu-devel] [PATCH 0/2] target-mips: port MIPS CPU to VMState
Date: Wed, 18 Feb 2015 14:51:53 +0000

Hi,

This small patchset converts MIPS CPU to use VMStateDescription:
[1/2]: ports all the MIPS CPU fields to new VMStateDescription structure
[2/2]: adds MSA and corrects FP state. These changes include ported Maciej's
       updates made for old cpu_load/cpu_save sent some time ago.

I tested them by just checking whether the restored guest system still works
after savevm/loadvm and migrate commands.

This series applies on top of the pending mips-next pull request:
http://patchwork.ozlabs.org/patch/439769/

Comments and suggestions are welcome.

Thanks,
Leon

Leon Alrae (2):
  target-mips: replace cpu_save/cpu_load with VMStateDescription
  target-mips: add missing MSA and correct FP in VMState

 target-mips/cpu-qom.h |   4 +
 target-mips/cpu.c     |   1 +
 target-mips/cpu.h     |   2 -
 target-mips/machine.c | 570 +++++++++++++++++++++++---------------------------
 4 files changed, 265 insertions(+), 312 deletions(-)

-- 
2.1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]