diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2021-10-06 01:18:42 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2021-12-21 10:50:21 +0400 |
commit | 61534882e796961b0723f2bb220bdc01388eb1ae (patch) | |
tree | 5fc0a64d1c744b6c3acc97256a095d78e5c49880 | |
parent | 2668dc7b5d9f56d8c3e6d2876c526fddc7068eca (diff) | |
download | qemu-61534882e796961b0723f2bb220bdc01388eb1ae.zip |
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 <marcandre.lureau@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
-rw-r--r-- | backends/dbus-vmstate1.xml (renamed from tests/qtest/dbus-vmstate1.xml) | 0 | ||||
-rw-r--r-- | tests/qtest/meson.build | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/dbus-vmstate1.xml b/backends/dbus-vmstate1.xml index cc8563be4c..cc8563be4c 100644 --- a/tests/qtest/dbus-vmstate1.xml +++ b/backends/dbus-vmstate1.xml 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', |