Re: [PATCH v3 1/3] qtest/aspeed_gpio: Add input pin modification test

2022-07-12 Thread Cédric Le Goater
On 7/12/22 04:32, Peter Delevoryas wrote: Verify the current behavior, which is that input pins can be modified by guest OS register writes. Signed-off-by: Peter Delevoryas Reviewed-by: Cédric Le Goater Thanks, C. --- tests/qtest/aspeed_gpio-test.c | 27 +++ 1

[PATCH v3 1/3] qtest/aspeed_gpio: Add input pin modification test

2022-07-11 Thread Peter Delevoryas
Verify the current behavior, which is that input pins can be modified by guest OS register writes. Signed-off-by: Peter Delevoryas --- tests/qtest/aspeed_gpio-test.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/tests/qtest/aspeed_gpio-test.c b/tests/qtest/aspe