Statistics
| Branch: | Revision:

root / target-moxie / machine.c @ feature-archipelago

History | View | Annotate | Download (561 Bytes)

# Date Author Comment
183543cd 04/12/2013 03:30 pm Peter Maydell

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)....

525bd324 03/23/2013 04:25 pm Anthony Green

Add moxie target code

Signed-off-by: Anthony Green <>
Signed-off-by: Blue Swirl <>