Re: [PATCH 2/6] tests/qtest: Add qtest_probe_accel() method

2021-03-12 Thread Andrew Jones
On Fri, Mar 12, 2021 at 09:16:01AM +0100, Thomas Huth wrote: > On 12/03/2021 00.11, Philippe Mathieu-Daudé wrote: > > Introduce the qtest_probe_accel() method which allows > > to query at runtime if a QEMU instance has an accelerator > > built-in. > > > > Signed-off-by: Philippe Mathieu-Daudé > >

Re: [PATCH 2/6] tests/qtest: Add qtest_probe_accel() method

2021-03-12 Thread Thomas Huth
On 12/03/2021 00.11, Philippe Mathieu-Daudé wrote: Introduce the qtest_probe_accel() method which allows to query at runtime if a QEMU instance has an accelerator built-in. Signed-off-by: Philippe Mathieu-Daudé --- tests/qtest/libqos/libqtest.h | 9 + tests/qtest/libqtest.c|