|
From: | Thomas Huth |
Subject: | Re: [PATCH v1 1/5] tests/qtest: Add a helper to query the QEMU version |
Date: | Tue, 19 Dec 2023 15:32:16 +0100 |
User-agent: | Mozilla Thunderbird |
On 07/12/2023 16.58, Fabiano Rosas wrote:
Signed-off-by: Fabiano Rosas <farosas@suse.de> --- 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..7cee68a834 100644 --- a/tests/qtest/libqtest.c +++ b/tests/qtest/libqtest.c @@ -337,6 +337,30 @@ void qtest_remove_abrt_handler(void *data) } }+void qtest_query_version(QTestState *who, int *major, int *minor, int *micro)
I'd prefer "qts" instead of "who" ... but that's bikeshedding, so: Reviewed-by: Thomas Huth <thuth@redhat.com>
[Prev in Thread] | Current Thread | [Next in Thread] |