qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH v4 06/15] tests/qtest: Add qtest_get_machine_args


From: Richard Henderson
Subject: Re: [RFC PATCH v4 06/15] tests/qtest: Add qtest_get_machine_args
Date: Thu, 19 Jan 2023 08:55:58 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 1/19/23 03:54, Fabiano Rosas wrote:
QEMU machines might not have a default value defined for the -cpu
option. Add a custom init function that takes care of selecting the
default cpu in case the test did not specify one. For the machines
that do not have a default, the value MUST be provided by the test.

Signed-off-by: Fabiano Rosas<farosas@suse.de>
---
  tests/qtest/libqtest.c | 99 ++++++++++++++++++++++++++++++++++++++++++
  tests/qtest/libqtest.h | 11 +++++
  2 files changed, 110 insertions(+)

Looks plausible.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]