Statistics
| Branch: | Revision:

root / target-moxie @ a22971f9

Name Size
Makefile.objs 87 Bytes
cpu.c 4.2 kB
cpu.h 4.2 kB
helper.c 4.2 kB
helper.h 259 Bytes
machine.c 812 Bytes
machine.h 51 Bytes
mmu.c 1.1 kB
mmu.h 427 Bytes
translate.c 28.6 kB

Latest revisions

# Date Author Comment
53574064 03/31/2013 09:26 pm Dunrong Huang

target-moxie: set do_interrupt to a target-specific helper function

The value of "do_interrupt" member of CPUClass shoule be set to a
target-specific function, or it will lead to a segfault like below:

$ moxie-softmmu/qemu-system-moxie -M moxiesim
Segmentation fault...

e06335b9 03/30/2013 04:03 pm Stefan Weil

target-moxie: Fix pointer-to-integer conversion (MinGW-w64)

The type cast must use tcg_target_long instead of long.
This makes a difference for hosts where sizeof(long) != sizeof(void *).

Cc: Anthony Green <>
Cc: Blue Swirl <>...

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

Add moxie target code

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

View revisions

Also available in: Atom