Re: [Qemu-devel] [PATCH 02/10] pxa2xx_pic: update to use qdev and arm-pic

2011-03-03 Thread andrzej zaborowski
On 25 February 2011 14:50, Dmitry Eremin-Solenikov wrote: > On 2/25/11, andrzej zaborowski wrote: >> Hi Dmitry, >> >> On 20 February 2011 14:50, Dmitry Eremin-Solenikov >> wrote: >>> Use qdev/sysbus framework to handle pxa2xx-pic. Instead of exposing IRQs >>> via array, reference them via qdev_g

Re: [Qemu-devel] [PATCH 02/10] pxa2xx_pic: update to use qdev and arm-pic

2011-02-25 Thread Dmitry Eremin-Solenikov
On 2/25/11, andrzej zaborowski wrote: > Hi Dmitry, > > On 20 February 2011 14:50, Dmitry Eremin-Solenikov > wrote: >> Use qdev/sysbus framework to handle pxa2xx-pic. Instead of exposing IRQs >> via array, reference them via qdev_get_gpio_in(). Also pxa2xx_pic >> duplicated >> some code from arm-p

Re: [Qemu-devel] [PATCH 02/10] pxa2xx_pic: update to use qdev and arm-pic

2011-02-25 Thread andrzej zaborowski
Hi Dmitry, On 20 February 2011 14:50, Dmitry Eremin-Solenikov wrote: > Use qdev/sysbus framework to handle pxa2xx-pic. Instead of exposing IRQs > via array, reference them via qdev_get_gpio_in(). Also pxa2xx_pic duplicated > some code from arm-pic. Drop it, replacing with references to arm-pic, >

[Qemu-devel] [PATCH 02/10] pxa2xx_pic: update to use qdev and arm-pic

2011-02-20 Thread Dmitry Eremin-Solenikov
Use qdev/sysbus framework to handle pxa2xx-pic. Instead of exposing IRQs via array, reference them via qdev_get_gpio_in(). Also pxa2xx_pic duplicated some code from arm-pic. Drop it, replacing with references to arm-pic, as all other ARM SoCs do for their PIC code. Signed-off-by: Dmitry Eremin-Sol