From: Marc-André Lureau Date: Tue, 5 Oct 2021 21:18:42 +0000 (+0400) Subject: backends: move dbus-vmstate1.xml to backends/ X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=61534882e796961b0723f2bb220bdc01388eb1ae;p=qemu.git backends: move dbus-vmstate1.xml to backends/ Although not used by the backend itself, use a common location for documentation and sharing purposes. Signed-off-by: Marc-André Lureau Acked-by: Gerd Hoffmann --- diff --git a/backends/dbus-vmstate1.xml b/backends/dbus-vmstate1.xml new file mode 100644 index 0000000000..cc8563be4c --- /dev/null +++ b/backends/dbus-vmstate1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/tests/qtest/dbus-vmstate1.xml b/tests/qtest/dbus-vmstate1.xml deleted file mode 100644 index cc8563be4c..0000000000 --- a/tests/qtest/dbus-vmstate1.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index ebeac59b3f..913e987409 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -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',