1 # core qdev-related obj files, also used by *-user and unit tests
9 # irq.c needed for qdev GPIO handling:
25 common_ss.add(files('cpu-common.c'))
26 common_ss.add(files('machine-smp.c'))
27 system_ss.add(when: 'CONFIG_FITLOADER', if_true: files('loader-fit.c'))
28 system_ss.add(when: 'CONFIG_GENERIC_LOADER', if_true: files('generic-loader.c'))
29 system_ss.add(when: ['CONFIG_GUEST_LOADER', fdt], if_true: files('guest-loader.c'))
30 system_ss.add(when: 'CONFIG_OR_IRQ', if_true: files('or-irq.c'))
31 system_ss.add(when: 'CONFIG_PLATFORM_BUS', if_true: files('platform-bus.c'))
32 system_ss.add(when: 'CONFIG_PTIMER', if_true: files('ptimer.c'))
33 system_ss.add(when: 'CONFIG_REGISTER', if_true: files('register.c'))
34 system_ss.add(when: 'CONFIG_SPLIT_IRQ', if_true: files('split-irq.c'))
35 system_ss.add(when: 'CONFIG_XILINX_AXI', if_true: files('stream.c'))
36 system_ss.add(when: 'CONFIG_PLATFORM_BUS', if_true: files('sysbus-fdt.c'))
50 'qdev-properties-system.c',
52 'vm-change-state-handler.c',