]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/qtest: qtest_qemu_spawn_func
authorSteve Sistare <steven.sistare@oracle.com>
Wed, 1 Oct 2025 15:34:04 +0000 (08:34 -0700)
committerFabiano Rosas <farosas@suse.de>
Wed, 1 Oct 2025 20:09:22 +0000 (17:09 -0300)
commite9fbd9e6b15a054f2b7eee757f6c9b11d4132044
treef42f62eb10a716924acd44b6b9564d2a3a57d248
parentbf64633510b2a13268425a3eb78500bc88898bb8
tests/qtest: qtest_qemu_spawn_func

Allow the qtest_qemu_spawn caller to pass the function to be called
to perform the spawn.  The opaque argument is needed by a new spawn
function in a subsequent patch.

Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/qemu-devel/1759332851-370353-13-git-send-email-steven.sistare@oracle.com
Signed-off-by: Fabiano Rosas <farosas@suse.de>
tests/qtest/libqtest.c