Re: [PATCH v5 03/11] tests/qtest: Add libqos function for testing msix interrupt status

2025-05-05 Thread Nicholas Piggin
On Mon May 5, 2025 at 3:37 PM AEST, Akihiko Odaki wrote: > On 2025/05/02 12:04, Nicholas Piggin wrote: >> This function is duplicated 3 times, with more potential future users. >> Factor it into libqos, using qtest_memset instead of qtest_writel to >> clear the message just because that looks nicer

Re: [PATCH v5 03/11] tests/qtest: Add libqos function for testing msix interrupt status

2025-05-04 Thread Akihiko Odaki
On 2025/05/02 12:04, Nicholas Piggin wrote: This function is duplicated 3 times, with more potential future users. Factor it into libqos, using qtest_memset instead of qtest_writel to clear the message just because that looks nicer with the qtest_memread used to read it. Reviewed-by: Philippe Ma

[PATCH v5 03/11] tests/qtest: Add libqos function for testing msix interrupt status

2025-05-01 Thread Nicholas Piggin
This function is duplicated 3 times, with more potential future users. Factor it into libqos, using qtest_memset instead of qtest_writel to clear the message just because that looks nicer with the qtest_memread used to read it. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Nicholas Piggin -