[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 21/36] backends: move dbus-vmstate1.xml to backends/
From: |
marcandre . lureau |
Subject: |
[PULL 21/36] backends: move dbus-vmstate1.xml to backends/ |
Date: |
Fri, 17 Dec 2021 18:37:41 +0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
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>
---
{tests/qtest => backends}/dbus-vmstate1.xml | 0
tests/qtest/meson.build | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename {tests/qtest => backends}/dbus-vmstate1.xml (100%)
diff --git a/tests/qtest/dbus-vmstate1.xml b/backends/dbus-vmstate1.xml
similarity index 100%
rename from tests/qtest/dbus-vmstate1.xml
rename to backends/dbus-vmstate1.xml
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index ebeac59b3f95..913e987409d5 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',
--
2.34.1.8.g35151cf07204
- [PULL 11/36] ui: associate GL context outside of display listener registration, (continued)
- [PULL 11/36] ui: associate GL context outside of display listener registration, marcandre . lureau, 2021/12/17
- [PULL 12/36] ui: make gl_block use a counter, marcandre . lureau, 2021/12/17
- [PULL 13/36] ui: add a gl-unblock warning timer, marcandre . lureau, 2021/12/17
- [PULL 15/36] ui: dispatch GL events to all listeners, marcandre . lureau, 2021/12/17
- [PULL 14/36] ui: simplify gl unblock & flush, marcandre . lureau, 2021/12/17
- [PULL 16/36] ui: split the GL context in a different object, marcandre . lureau, 2021/12/17
- [PULL 17/36] ui: move qemu_spice_fill_device_address to ui/util.c, marcandre . lureau, 2021/12/17
- [PULL 18/36] console: save current scanout details, marcandre . lureau, 2021/12/17
- [PULL 19/36] scripts: teach modinfo to skip non-C sources, marcandre . lureau, 2021/12/17
- [PULL 20/36] docs/sphinx: add sphinx modules to include D-Bus documentation, marcandre . lureau, 2021/12/17
- [PULL 21/36] backends: move dbus-vmstate1.xml to backends/,
marcandre . lureau <=
- [PULL 22/36] docs: move D-Bus VMState documentation to source XML, marcandre . lureau, 2021/12/17
- [PULL 23/36] docs: add dbus-display documentation, marcandre . lureau, 2021/12/17
- [PULL 24/36] build-sys: set glib dependency version, marcandre . lureau, 2021/12/17
- [PULL 25/36] ui: add a D-Bus display backend, marcandre . lureau, 2021/12/17
- [PULL 26/36] ui/dbus: add p2p=on/off option, marcandre . lureau, 2021/12/17
- [PULL 27/36] tests/qtests: add qtest_qmp_add_client(), marcandre . lureau, 2021/12/17
- [PULL 28/36] tests: start dbus-display-test, marcandre . lureau, 2021/12/17
- [PULL 29/36] audio: add "dbus" audio backend, marcandre . lureau, 2021/12/17
- [PULL 30/36] ui/dbus: add clipboard interface, marcandre . lureau, 2021/12/17
- [PULL 31/36] chardev: teach socket to accept no addresses, marcandre . lureau, 2021/12/17