Re: [Qemu-devel] [PATCH] pl061: implement input interrupt logic

2014-09-05 Thread Peter Maydell
On 30 August 2014 23:27, Colin Leitner wrote: > This patch adds the missing input interrupt logic to the pl061 GPIO device. To > keep the floating output pins to stay high, the old state variable had to be > split into two separate ones for input and output - which brings the vmstate > version to

[Qemu-devel] [PATCH] pl061: implement input interrupt logic

2014-08-31 Thread Colin Leitner
This patch adds the missing input interrupt logic to the pl061 GPIO device. To keep the floating output pins to stay high, the old state variable had to be split into two separate ones for input and output - which brings the vmstate version to 3. Edge level interrupts and I/O were tested under Lin