Statistics
| Branch: | Revision:

root / target-moxie @ f487b677

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

Latest revisions

# Date Author Comment
c643bed9 06/28/2013 02:25 pm Andreas Färber

cpu: Change qemu_init_vcpu() argument to CPUState

This allows to move the call into CPUState's realizefn.
Therefore move the stub into libqemustub.a.

Reviewed-by: Richard Henderson <>
Signed-off-by: Andreas Färber <>

878096ee 06/28/2013 02:25 pm Andreas Färber

cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks

Make cpustats monitor command available unconditionally.

Prepares for changing kvm_handle_internal_error() and kvm_cpu_exec()
arguments to CPUState.

Signed-off-by: Andreas Färber <>

d2ad5021 05/18/2013 03:35 pm Hu Tao

target-moxie: replace target_phys_addr_t with hwaddr

target_phys_addr_t has been already replaced by hwaddr, but this
one is introduced after.

Signed-off-by: Hu Tao <>
Reviewed-by: Peter Maydell <>
Signed-off-by: Michael Tokarev <>

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

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