Re: [Qemu-devel] [PATCH v9 1/4] Add moxie target code

2013-03-09 Thread Blue Swirl
On Sat, Mar 9, 2013 at 1:34 PM, Anthony Green wrote: > > Signed-off-by: Anthony Green > --- > target-moxie/Makefile.objs | 2 + > target-moxie/cpu.c | 172 + > target-moxie/cpu.h | 169 + > target-moxie/helper.c | 171 + > target-moxie/helper.h

[Qemu-devel] [PATCH v9 1/4] Add moxie target code

2013-03-09 Thread Anthony Green
Signed-off-by: Anthony Green --- target-moxie/Makefile.objs | 2 + target-moxie/cpu.c | 172 + target-moxie/cpu.h | 169 + target-moxie/helper.c | 171 + target-moxie/helper.h | 10 + target-moxie/machine.c | 28 ++ target-moxie/machine.h