qemu-e2k/target-moxie
Peter Maydell 183543cdb6 target-moxie: Fix VMState registration
Register the CPU VMState in the correct way, via cpu_class_set_vmsd(),
rather than doing it in two different wrong ways (once by providing
cpu_save and cpu_load functions, and once by setting the vmsd field in
DeviceClass).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2013-04-12 14:30:39 +02:00
..
Makefile.objs Add moxie target code 2013-03-23 14:25:41 +00:00
cpu.c target-moxie: Fix VMState registration 2013-04-12 14:30:39 +02:00
cpu.h target-moxie: Fix VMState registration 2013-04-12 14:30:39 +02:00
helper.c target-moxie: set do_interrupt to a target-specific helper function 2013-03-31 18:26:31 +00:00
helper.h Add moxie target code 2013-03-23 14:25:41 +00:00
machine.c target-moxie: Fix VMState registration 2013-04-12 14:30:39 +02:00
machine.h Add moxie target code 2013-03-23 14:25:41 +00:00
mmu.c Add moxie target code 2013-03-23 14:25:41 +00:00
mmu.h Add moxie target code 2013-03-23 14:25:41 +00:00
translate.c target-moxie: Fix pointer-to-integer conversion (MinGW-w64) 2013-03-30 14:03:42 +00:00