Re: [Qemu-devel] [PATCH] hw/9118.c: Implement active-low interrupt support

2011-06-15 Thread andrzej zaborowski
Hi, On 26 May 2011 18:34, Peter Maydell wrote: > The 9118 ethernet controller interrupt line is active low unless > the IRQ config register is programmed to set both the IRQ_POL > (polarity: active-high) and IRQ_TYPE (type: push-pull) bits: > implement support for inverting the irq output in othe

Re: [Qemu-devel] [PATCH] hw/9118.c: Implement active-low interrupt support

2011-06-13 Thread Peter Maydell
Ping? On 26 May 2011 17:34, Peter Maydell wrote: > The 9118 ethernet controller interrupt line is active low unless > the IRQ config register is programmed to set both the IRQ_POL > (polarity: active-high) and IRQ_TYPE (type: push-pull) bits: > implement support for inverting the irq output in ot

[Qemu-devel] [PATCH] hw/9118.c: Implement active-low interrupt support

2011-05-26 Thread Peter Maydell
The 9118 ethernet controller interrupt line is active low unless the IRQ config register is programmed to set both the IRQ_POL (polarity: active-high) and IRQ_TYPE (type: push-pull) bits: implement support for inverting the irq output in other configurations. This also requires that we support sett