]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests: rename the dbus-daemon helper script
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 16 Mar 2026 19:28:28 +0000 (23:28 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 22 Apr 2026 08:54:24 +0000 (12:54 +0400)
The following patches are going to use it for qemu-vnc.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
tests/dbus-daemon.sh [moved from tests/dbus-vmstate-daemon.sh with 100% similarity]
tests/qtest/meson.build

index be4fa627b5f81d474dc5e1f0d37a3d281e6245fc..b735f55fc40cb3ac220ea66267e2ddcbb5564c58 100644 (file)
@@ -435,7 +435,7 @@ foreach dir : target_dirs
     qtest_env.set('QTEST_QEMU_IMG', './qemu-img')
     test_deps += [qemu_img]
   endif
-  qtest_env.set('G_TEST_DBUS_DAEMON', meson.project_source_root() / 'tests/dbus-vmstate-daemon.sh')
+  qtest_env.set('G_TEST_DBUS_DAEMON', meson.project_source_root() / 'tests/dbus-daemon.sh')
   qtest_env.set('QTEST_QEMU_BINARY', './qemu-system-' + target_base)
   if have_tools and have_vhost_user_blk_server
     qtest_env.set('QTEST_QEMU_STORAGE_DAEMON_BINARY', './storage-daemon/qemu-storage-daemon')