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',
|
contrib_plugins = [
|
||||||
'hotblocks.c', 'hotpages.c', 'howvec.c', 'hwprofile.c',
|
'bbv.c',
|
||||||
'ips.c', 'stoptrigger.c', 'traps.c', 'uftrace.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'
|
if host_os != 'windows'
|
||||||
# lockstep uses socket.h
|
# lockstep uses socket.h
|
||||||
contrib_plugins += 'lockstep.c'
|
contrib_plugins += 'lockstep.c'
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
test_plugins = ['bb.c', 'discons.c', 'empty.c', 'inline.c', 'insn.c', 'mem.c',
|
test_plugins = [
|
||||||
'reset.c', 'syscall.c', 'patch.c']
|
'bb.c',
|
||||||
|
'discons.c',
|
||||||
|
'empty.c',
|
||||||
|
'inline.c',
|
||||||
|
'insn.c',
|
||||||
|
'mem.c',
|
||||||
|
'patch.c',
|
||||||
|
'reset.c',
|
||||||
|
'syscall.c',
|
||||||
|
]
|
||||||
|
|
||||||
t = []
|
t = []
|
||||||
if get_option('plugins')
|
if get_option('plugins')
|
||||||
|
|||||||
Reference in New Issue
Block a user