Re: [PATCH 3/6] qtest: bail from irq_intercept_in if name is specified

2023-07-24 Thread Peter Maydell
On Sat, 15 Jul 2023 at 00:27, Chris Laplante wrote: > > Named interception of in-GPIOs is not supported yet. > > Signed-off-by: Chris Laplante Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 3/6] qtest: bail from irq_intercept_in if name is specified

2023-07-14 Thread Chris Laplante
Named interception of in-GPIOs is not supported yet. Signed-off-by: Chris Laplante --- softmmu/qtest.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/softmmu/qtest.c b/softmmu/qtest.c index 7c3dea5760..74482ce3cd 100644 --- a/softmmu/qtest.c +++ b/softmmu/qtest.c @@ -4