Re: [PATCH v1 1/5] tests/qtest: Add a helper to query the QEMU version

2023-12-19 Thread Fabiano Rosas
Thomas Huth writes: > On 07/12/2023 16.58, Fabiano Rosas wrote: >> Signed-off-by: Fabiano Rosas >> --- >> tests/qtest/libqtest.c | 24 >> tests/qtest/libqtest.h | 10 ++ >> 2 files changed, 34 insertions(+) >> >> diff --git a/tests/qtest/libqtest.c b/tests/q

Re: [PATCH v1 1/5] tests/qtest: Add a helper to query the QEMU version

2023-12-19 Thread Thomas Huth
On 07/12/2023 16.58, Fabiano Rosas wrote: Signed-off-by: Fabiano Rosas --- tests/qtest/libqtest.c | 24 tests/qtest/libqtest.h | 10 ++ 2 files changed, 34 insertions(+) diff --git a/tests/qtest/libqtest.c b/tests/qtest/libqtest.c index f33a210861..7cee68a83