qemu/target/openrisc
Stafford Horne acf57591c0 target/openrisc: Implement full vmstate serialization
Previously serialization did not persist the tlb, timer, pic and other
key state items.  This meant snapshotting and restoring a running os
would crash. After adding these I am able to take snapshots of a
running linux os and restore at a later time.

I am currently not trying to maintain capatibility with older versions
as I do not believe this really worked before or anyone used it.

Signed-off-by: Stafford Horne <shorne@gmail.com>
2017-05-04 09:39:14 +09:00
..
Makefile.objs
cpu.c target/openrisc: implement shadow registers 2017-05-04 09:39:01 +09:00
cpu.h target/openrisc: implement shadow registers 2017-05-04 09:39:01 +09:00
exception.c
exception.h
exception_helper.c
fpu_helper.c
gdbstub.c target/openrisc: implement shadow registers 2017-05-04 09:39:01 +09:00
helper.h
interrupt.c
interrupt_helper.c
machine.c target/openrisc: Implement full vmstate serialization 2017-05-04 09:39:14 +09:00
mmu.c
mmu_helper.c
sys_helper.c target/openrisc: implement shadow registers 2017-05-04 09:39:01 +09:00
translate.c target/openrisc: implement shadow registers 2017-05-04 09:39:01 +09:00