Re: [Qemu-devel] [PATCH v2 5/6] Emulation of Leon3.

2011-01-17 Thread Blue Swirl
On Mon, Jan 17, 2011 at 4:01 PM, Fabien Chouteau wrote: > On 01/04/2011 07:56 PM, Blue Swirl wrote: >> >> On Mon, Jan 3, 2011 at 2:07 PM, Fabien Chouteau >>  wrote: >>> >>> diff --git a/hw/leon3.c b/hw/leon3.c >>> new file mode 100644 >>> index 000..d5fe863 >>> --- /dev/null >>> +++ b/hw/leon3

Re: [Qemu-devel] [PATCH v2 5/6] Emulation of Leon3.

2011-01-17 Thread Fabien Chouteau
On 01/04/2011 07:56 PM, Blue Swirl wrote: On Mon, Jan 3, 2011 at 2:07 PM, Fabien Chouteau wrote: diff --git a/hw/leon3.c b/hw/leon3.c new file mode 100644 index 000..d5fe863 --- /dev/null +++ b/hw/leon3.c @@ -0,0 +1,202 @@ +/* + * QEMU Leon3 System Emulator + * + * Copyright (c) 2010-2011 A

Re: [Qemu-devel] [PATCH v2 5/6] Emulation of Leon3.

2011-01-04 Thread Blue Swirl
On Mon, Jan 3, 2011 at 2:07 PM, Fabien Chouteau wrote: > > Signed-off-by: Fabien Chouteau > --- >  Makefile.target          |    5 +- >  hw/leon3.c               |  202 > ++ >  target-sparc/cpu.h       |   39 ++--- >  target-sparc/helper.c    |    

[Qemu-devel] [PATCH v2 5/6] Emulation of Leon3.

2011-01-03 Thread Fabien Chouteau
Signed-off-by: Fabien Chouteau --- Makefile.target |5 +- hw/leon3.c | 202 ++ target-sparc/cpu.h | 39 ++--- target-sparc/helper.c|7 +- target-sparc/helper.h|1 + target-sparc/op_helper.c | 151