mirror of
https://github.com/qemu/qemu.git
synced 2026-02-04 02:24:38 +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'
|
||||
|
||||
Reference in New Issue
Block a user