]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
backends: move dbus-vmstate1.xml to backends/
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 5 Oct 2021 21:18:42 +0000 (01:18 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 21 Dec 2021 06:50:21 +0000 (10:50 +0400)
Although not used by the backend itself, use a common location for
documentation and sharing purposes.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
backends/dbus-vmstate1.xml [moved from tests/qtest/dbus-vmstate1.xml with 100% similarity]
tests/qtest/meson.build

index ebeac59b3f954f8e8167e7acfcf098770cbab4c7..913e987409d56f2ae1352d765828d25c3e8c0acd 100644 (file)
@@ -98,7 +98,7 @@ if dbus_daemon.found() and config_host.has_key('GDBUS_CODEGEN')
   #qtests_i386 += ['dbus-vmstate-test']
   dbus_vmstate1 = custom_target('dbus-vmstate description',
                                 output: ['dbus-vmstate1.h', 'dbus-vmstate1.c'],
-                                input: files('dbus-vmstate1.xml'),
+                                input: meson.source_root() / 'backends/dbus-vmstate1.xml',
                                 command: [config_host['GDBUS_CODEGEN'],
                                           '@INPUT@',
                                           '--interface-prefix', 'org.qemu',