mirror of
https://github.com/qemu/qemu.git
synced 2026-02-04 02:24:51 +00:00
plugins: reduce source conflicts in plugins list
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Link: https://lore.kernel.org/qemu-devel/87cy2uat5e.fsf@draig.linaro.org Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
This commit is contained in:
@@ -1,6 +1,19 @@
|
||||
contrib_plugins = ['bbv.c', 'cache.c', 'cflow.c', 'drcov.c', 'execlog.c',
|
||||
'hotblocks.c', 'hotpages.c', 'howvec.c', 'hwprofile.c',
|
||||
'ips.c', 'stoptrigger.c', 'traps.c', 'uftrace.c']
|
||||
contrib_plugins = [
|
||||
'bbv.c',
|
||||
'cache.c',
|
||||
'cflow.c',
|
||||
'drcov.c',
|
||||
'execlog.c',
|
||||
'hotblocks.c',
|
||||
'hotpages.c',
|
||||
'howvec.c',
|
||||
'hwprofile.c',
|
||||
'ips.c',
|
||||
'stoptrigger.c',
|
||||
'traps.c',
|
||||
'uftrace.c',
|
||||
]
|
||||
|
||||
if host_os != 'windows'
|
||||
# lockstep uses socket.h
|
||||
contrib_plugins += 'lockstep.c'
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
test_plugins = ['bb.c', 'discons.c', 'empty.c', 'inline.c', 'insn.c', 'mem.c',
|
||||
'reset.c', 'syscall.c', 'patch.c']
|
||||
test_plugins = [
|
||||
'bb.c',
|
||||
'discons.c',
|
||||
'empty.c',
|
||||
'inline.c',
|
||||
'insn.c',
|
||||
'mem.c',
|
||||
'patch.c',
|
||||
'reset.c',
|
||||
'syscall.c',
|
||||
]
|
||||
|
||||
t = []
|
||||
if get_option('plugins')
|
||||
|
||||
Reference in New Issue
Block a user