Re: [PATCH] test/qtest: Add an API function to capture IRQ toggling

2024-02-21 Thread Gustavo Romero
Hi Phil, Apologies, I missed this and I just found it when preparing now the v3 for ivshmem-flat. On 12/13/23 6:15 AM, Philippe Mathieu-Daudé wrote: On 13/11/23 18:33, Gustavo Romero wrote: Currently the QTest API does not provide a function to allow capturing when an IRQ line is toggled (rai

Re: [PATCH] test/qtest: Add an API function to capture IRQ toggling

2023-12-13 Thread Philippe Mathieu-Daudé
On 13/11/23 18:33, Gustavo Romero wrote: Currently the QTest API does not provide a function to allow capturing when an IRQ line is toggled (raised then lowered). Functions like qtest_get_irq() read the current state of the intercepted IRQ lines, which is already low when the function is called,

Re: [PATCH] test/qtest: Add an API function to capture IRQ toggling

2023-11-13 Thread Gustavo Romero
Hi Thomas and Phil, On 11/13/23 7:14 AM, Philippe Mathieu-Daudé wrote: On 13/11/23 07:59, Thomas Huth wrote: On 12/11/2023 02.38, Gustavo Romero wrote: Currently the QTest API does not provide a function to allow capturing when an IRQ line is toggled (raised then lowered). Functions like qtes

Re: [PATCH] test/qtest: Add an API function to capture IRQ toggling

2023-11-13 Thread Philippe Mathieu-Daudé
On 13/11/23 07:59, Thomas Huth wrote: On 12/11/2023 02.38, Gustavo Romero wrote: Currently the QTest API does not provide a function to allow capturing when an IRQ line is toggled (raised then lowered). Functions like qtest_get_irq() read the current state of the intercepted IRQ lines, which is

Re: [PATCH] test/qtest: Add an API function to capture IRQ toggling

2023-11-12 Thread Thomas Huth
On 12/11/2023 02.38, Gustavo Romero wrote: Currently the QTest API does not provide a function to allow capturing when an IRQ line is toggled (raised then lowered). Functions like qtest_get_irq() read the current state of the intercepted IRQ lines, which is already low when the function is called