mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 03:59:52 +00:00
qapi/meson: Restrict system-mode specific modules
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20210122204441.2145197-12-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1935e0e4e0
commit
7fdb383d04
@ -18,8 +18,6 @@ if have_system or have_tools
|
||||
endif
|
||||
|
||||
qapi_all_modules = [
|
||||
'acpi',
|
||||
'audio',
|
||||
'authz',
|
||||
'block',
|
||||
'block-core',
|
||||
@ -39,14 +37,10 @@ qapi_all_modules = [
|
||||
'misc-target',
|
||||
'net',
|
||||
'pragma',
|
||||
'pci',
|
||||
'qom',
|
||||
'rdma',
|
||||
'replay',
|
||||
'rocker',
|
||||
'run-state',
|
||||
'sockets',
|
||||
'tpm',
|
||||
'trace',
|
||||
'transaction',
|
||||
'ui',
|
||||
@ -54,7 +48,13 @@ qapi_all_modules = [
|
||||
]
|
||||
if have_system
|
||||
qapi_all_modules += [
|
||||
'acpi',
|
||||
'audio',
|
||||
'qdev',
|
||||
'pci',
|
||||
'rdma',
|
||||
'rocker',
|
||||
'tpm',
|
||||
]
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user