Re: [PATCH v4 3/3] tests/qtest: Introduce tests for AMD/Xilinx Versal TRNG device

2023-10-30 Thread Peter Maydell
On Mon, 30 Oct 2023 at 06:25, Ho, Tong wrote: > > Hi Peter, > > This is in regard to your comment on the use of g_usleep() in waiting for > an event-bit update from the device under test. > > The TRNG device model presented in patch #1 does not have any asynchronous > behavior. > > So, do you mea

Re: [PATCH v4 3/3] tests/qtest: Introduce tests for AMD/Xilinx Versal TRNG device

2023-10-29 Thread Ho, Tong
, October 27, 2023 6:03 AM To: Ho, Tong Cc: qemu-...@nongnu.org ; qemu-devel@nongnu.org ; alist...@alistair23.me ; edgar.igles...@gmail.com ; richard.hender...@linaro.org ; frasse.igles...@gmail.com Subject: Re: [PATCH v4 3/3] tests/qtest: Introduce tests for AMD/Xilinx Versal TRNG device On

Re: [PATCH v4 3/3] tests/qtest: Introduce tests for AMD/Xilinx Versal TRNG device

2023-10-27 Thread Peter Maydell
On Tue, 17 Oct 2023 at 20:32, Tong Ho wrote: > > Signed-off-by: Tong Ho > --- > tests/qtest/meson.build | 2 +- > tests/qtest/xlnx-versal-trng-test.c | 486 > 2 files changed, 487 insertions(+), 1 deletion(-) > create mode 100644 tests/qtest/xlnx-versa

Re: [PATCH v4 3/3] tests/qtest: Introduce tests for AMD/Xilinx Versal TRNG device

2023-10-27 Thread Peter Maydell
On Tue, 17 Oct 2023 at 20:32, Tong Ho wrote: > > Signed-off-by: Tong Ho > --- > tests/qtest/meson.build | 2 +- > tests/qtest/xlnx-versal-trng-test.c | 486 > 2 files changed, 487 insertions(+), 1 deletion(-) > create mode 100644 tests/qtest/xlnx-versa

[PATCH v4 3/3] tests/qtest: Introduce tests for AMD/Xilinx Versal TRNG device

2023-10-17 Thread Tong Ho
Signed-off-by: Tong Ho --- tests/qtest/meson.build | 2 +- tests/qtest/xlnx-versal-trng-test.c | 486 2 files changed, 487 insertions(+), 1 deletion(-) create mode 100644 tests/qtest/xlnx-versal-trng-test.c diff --git a/tests/qtest/meson.build b/tests/