Lines Matching +full:build +full:- +full:user +full:- +full:plugins
2 subdir('qemu-iotests')
5 'qapi-builtin-types.c',
6 'qapi-builtin-types.h',
7 'qapi-builtin-visit.c',
8 'qapi-builtin-visit.h',
9 'test-qapi-commands-sub-sub-module.c',
10 'test-qapi-commands-sub-sub-module.h',
11 'test-qapi-commands.c',
12 'test-qapi-commands.h',
13 'test-qapi-emit-events.c',
14 'test-qapi-emit-events.h',
15 'test-qapi-events-sub-sub-module.c',
16 'test-qapi-events-sub-sub-module.h',
17 'test-qapi-events.c',
18 'test-qapi-events.h',
19 'test-qapi-features.c',
20 'test-qapi-features.h',
21 'test-qapi-init-commands.c',
22 'test-qapi-init-commands.h',
23 'test-qapi-introspect.c',
24 'test-qapi-introspect.h',
25 'test-qapi-types-sub-sub-module.c',
26 'test-qapi-types-sub-sub-module.h',
27 'test-qapi-types.c',
28 'test-qapi-types.h',
29 'test-qapi-visit-sub-sub-module.c',
30 'test-qapi-visit-sub-sub-module.h',
31 'test-qapi-visit.c',
32 'test-qapi-visit.h',
35 # Problem: to generate trace events, we'd have to add the .trace-events
36 # file to qapi_trace_events like we do in qapi/meson.build. Since
37 # qapi_trace_events is used by trace/meson.build, we'd have to move
38 # subdir('tests') above subdir('trace') in the top-level meson.build.
44 input: files('qapi-schema/qapi-schema-test.json',
45 'qapi-schema/include/sub-module.json',
46 'qapi-schema/sub-sub-module.json'),
47 command: [ qapi_gen, '-o', meson.current_build_dir(),
48 '-b', '-p', 'test-', '@INPUT0@',
49 '--suppress-tracing' ],
70 'test-qht-par': qht_bench,
74 executable('vhost-user-bridge',
75 sources: files('vhost-user-bridge.c'),
83 subdir('tcg/plugins')
87 subdir('qapi-schema')
89 subdir('migration-stress')