On Wed, 26 Jul 2023 at 04:32, Chris Laplante <ch...@laplante.io> wrote: > > This patch series implements the nRF51 DETECT signal > in the GPIO peripheral. A qtest is added exercising the signal. > > To implement the test, named out-GPIO IRQ interception had to be added > to the qtest framework. I also took the opportunity to improve IRQ > interception a bit by adding 'FAIL' responses when interception fails. > Otherwise, it is frustrating to troubleshoot why calls to > qtest_irq_intercept_out and friends appears to do nothing. > > v1: https://patchwork.kernel.org/project/qemu-devel/list/?series=766078 > > Testing > ======= > Passes 'make check'
There was a trivial typo in patch 2, and I think patch 3 needs some (not very big) changes to handle named GPIOs where there's more than 1 GPIO in the array, but other than that this is looking good. thanks -- PMM