[Qemu-devel] [PATCH 06/17] lm32: interrupt controller model

2011-02-17 Thread Michael Walle
This patch adds the interrupt controller of the lm32. Because the PIC is accessed through special control registers and opcodes, there are callbacks from the lm32 translation code to this model. Signed-off-by: Michael Walle --- Makefile.target |1 + hw/lm32_pic.c | 190 +++

Re: [Qemu-devel] [PATCH 06/17] lm32: interrupt controller model

2011-02-11 Thread Blue Swirl
On Fri, Feb 11, 2011 at 1:11 AM, Michael Walle wrote: > This patch adds the interrupt controller of the lm32. Because the PIC is > accessed through special control registers and opcodes, there are callbacks > from the lm32 translation code to this model. > > Signed-off-by: Michael Walle > --- >  

[Qemu-devel] [PATCH 06/17] lm32: interrupt controller model

2011-02-10 Thread Michael Walle
This patch adds the interrupt controller of the lm32. Because the PIC is accessed through special control registers and opcodes, there are callbacks from the lm32 translation code to this model. Signed-off-by: Michael Walle --- hw/lm32_pic.c | 191 +++

[Qemu-devel] [PATCH 06/17] lm32: interrupt controller model

2011-01-30 Thread Michael Walle
This patch adds the interrupt controller of the lm32. Because the PIC is accessed through special control registers and opcodes, there are callbacks from the lm32 translation code to this model. Signed-off-by: Michael Walle --- hw/lm32_pic.c | 191 +++