Re: [Qemu-devel] [PATCH v3 4/7] qtest: Support named interrupts

2016-12-14 Thread Alastair D'Silva
On Wed, 2016-12-14 at 18:29 +, Peter Maydell wrote: > On 2 December 2016 at 05:46, Alastair D'Silva > wrote: > > From: Alastair D'Silva > > > > The QTest framework cannot work with named interrupts. This patch > > adds support for them, as well as the ability to manipulate them > > from wit

Re: [Qemu-devel] [PATCH v3 4/7] qtest: Support named interrupts

2016-12-14 Thread Peter Maydell
On 2 December 2016 at 05:46, Alastair D'Silva wrote: > From: Alastair D'Silva > > The QTest framework cannot work with named interrupts. This patch > adds support for them, as well as the ability to manipulate them > from within a test. > > Read actions are via callbacks, which allows for pulsed

[Qemu-devel] [PATCH v3 4/7] qtest: Support named interrupts

2016-12-01 Thread Alastair D'Silva
From: Alastair D'Silva The QTest framework cannot work with named interrupts. This patch adds support for them, as well as the ability to manipulate them from within a test. Read actions are via callbacks, which allows for pulsed interrupts to be read (the polled method used for the unnamed inte