On 4/22/2025 10:48 PM, Steven Sistare wrote:
On 4/22/2025 9:20 AM, Philippe Mathieu-Daudé wrote:
On 22/4/25 14:04, Xiaoyao Li wrote:
The @do_connect parameter of qtest_init_with_env() is not used. Fix it
by passing it down to qtest_init_with_env_and_capabilities() instead of
hard coding a true.
Fixes: 5357ef823a1f ("tests/qtest: defer connection")
Signed-off-by: Xiaoyao Li <xiaoyao...@intel.com>
---
tests/qtest/libqtest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>
This is the same bug that Vladimir fixed:
https://lore.kernel.org/qemu-devel/20250410162250.329941-1-
vsement...@yandex-team.ru/
Thanks for the info!
- Steve