Re: [Qemu-devel] [PATCH v3 0/5][RFC] New SPARC machine: Leon3

2011-01-24 Thread Fabien Chouteau
On 01/21/2011 08:04 PM, Blue Swirl wrote: On Fri, Jan 21, 2011 at 5:00 PM, Fabien Chouteau wrote: Hello Qemu-devel, Here is the third version of Leon3 emulation patch-set. Modifications since v2: - Tracepoints - DEFINE_PROP_* macros - New interface to trigger interrupts on Leon3 (set_pi

Re: [Qemu-devel] [PATCH v3 0/5][RFC] New SPARC machine: Leon3

2011-01-21 Thread Blue Swirl
On Fri, Jan 21, 2011 at 5:00 PM, Fabien Chouteau wrote: > Hello Qemu-devel, > > Here is the third version of Leon3 emulation patch-set. > > Modifications since v2: >  - Tracepoints >  - DEFINE_PROP_* macros >  - New interface to trigger interrupts on Leon3 (set_pil_in:leon3.c) >  - Minor reformati

[Qemu-devel] [PATCH v3 0/5][RFC] New SPARC machine: Leon3

2011-01-21 Thread Fabien Chouteau
Hello Qemu-devel, Here is the third version of Leon3 emulation patch-set. Modifications since v2: - Tracepoints - DEFINE_PROP_* macros - New interface to trigger interrupts on Leon3 (set_pil_in:leon3.c) - Minor reformating Please feel free to comment. Regards, -