Re: [PATCH v2 3/3] tests/qtest: Add testcase for BCM2835 BSC

2024-02-20 Thread Thomas Huth
On 20/02/2024 11.30, Rayhan Faizel wrote: Hi Thomas, Do you want me to add an SPDX line to the other two commits or will just this one suffice? I think it wouldn't hurt to add them to the new files there, too, but there's no rule in the QEMU development process that you have to do it, so

Re: [PATCH v2 3/3] tests/qtest: Add testcase for BCM2835 BSC

2024-02-20 Thread Rayhan Faizel
Hi Thomas, Do you want me to add an SPDX line to the other two commits or will just this one suffice? On Tue, Feb 20, 2024 at 9:45 AM Thomas Huth wrote: > On 19/02/2024 23.59, Rayhan Faizel wrote: > > Simple testcase for validating proper operation of read and write for all > > three BSC

Re: [PATCH v2 3/3] tests/qtest: Add testcase for BCM2835 BSC

2024-02-19 Thread Thomas Huth
On 19/02/2024 23.59, Rayhan Faizel wrote: Simple testcase for validating proper operation of read and write for all three BSC controllers. Signed-off-by: Rayhan Faizel --- tests/qtest/bcm2835-i2c-test.c | 105 + tests/qtest/meson.build| 2 +- 2

[PATCH v2 3/3] tests/qtest: Add testcase for BCM2835 BSC

2024-02-19 Thread Rayhan Faizel
Simple testcase for validating proper operation of read and write for all three BSC controllers. Signed-off-by: Rayhan Faizel --- tests/qtest/bcm2835-i2c-test.c | 105 + tests/qtest/meson.build| 2 +- 2 files changed, 106 insertions(+), 1 deletion(-)