Re: [Qemu-devel] [PATCH 07/13] pckbd: handle A20 IRQ as GPIO

2016-06-17 Thread Paolo Bonzini
On 17/06/2016 15:11, Efimov Vasily wrote: > The i8042 device has outgouing IRQ line A20. Currently the IRQ is referenced > by a pointer which normally is set during machine initialization. The pointer > is never changed at runtime. So common GPIO model can be applied to A20 IRQ > line. Note that

[Qemu-devel] [PATCH 07/13] pckbd: handle A20 IRQ as GPIO

2016-06-17 Thread Efimov Vasily
The i8042 device has outgouing IRQ line A20. Currently the IRQ is referenced by a pointer which normally is set during machine initialization. The pointer is never changed at runtime. So common GPIO model can be applied to A20 IRQ line. Note that checking for IRQ to be connected as in previous vers