Re: [RFC PATCH v4 07/15] tests/qtest: Adjust qom-test to always set a -cpu option

2023-01-19 Thread Fabiano Rosas
Richard Henderson writes: > On 1/19/23 03:54, Fabiano Rosas wrote: >> Start using the qtest_get_machine_args function, which explicitly >> sets the -cpu option according to the machine default. >> >> Signed-off-by: Fabiano Rosas >> --- >> tests/qtest/qom-test.c | 19 +-- >>

Re: [RFC PATCH v4 07/15] tests/qtest: Adjust qom-test to always set a -cpu option

2023-01-19 Thread Richard Henderson
On 1/19/23 03:54, Fabiano Rosas wrote: Start using the qtest_get_machine_args function, which explicitly sets the -cpu option according to the machine default. Signed-off-by: Fabiano Rosas --- tests/qtest/qom-test.c | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-)