meson.build (d038d2645acabf6f52fd61baeaa021c3ebe97714) | meson.build (c86422c5549c0983b4b4525b8f56a1c69dd67aa1) |
---|---|
1block_ss.add(genh) 2block_ss.add(files( 3 'accounting.c', 4 'aio_task.c', 5 'amend.c', 6 'backup.c', 7 'copy-before-write.c', 8 'blkdebug.c', --- 125 unchanged lines hidden (view full) --- 134block_ss.add(module_block_h) 135 136wrapper_py = find_program('../scripts/block-coroutine-wrapper.py') 137block_gen_c = custom_target('block-gen.c', 138 output: 'block-gen.c', 139 input: files( 140 '../include/block/block-io.h', 141 '../include/block/dirty-bitmap.h', | 1block_ss.add(genh) 2block_ss.add(files( 3 'accounting.c', 4 'aio_task.c', 5 'amend.c', 6 'backup.c', 7 'copy-before-write.c', 8 'blkdebug.c', --- 125 unchanged lines hidden (view full) --- 134block_ss.add(module_block_h) 135 136wrapper_py = find_program('../scripts/block-coroutine-wrapper.py') 137block_gen_c = custom_target('block-gen.c', 138 output: 'block-gen.c', 139 input: files( 140 '../include/block/block-io.h', 141 '../include/block/dirty-bitmap.h', |
142 '../include/block/block_int-io.h', |
|
142 '../include/block/block-global-state.h', 143 '../include/sysemu/block-backend-io.h', 144 'coroutines.h' 145 ), 146 command: [wrapper_py, '@OUTPUT@', '@INPUT@']) 147block_ss.add(block_gen_c) 148 149block_ss.add(files('stream.c')) 150 151softmmu_ss.add(files('qapi-sysemu.c')) 152 153subdir('export') 154subdir('monitor') 155 156modules += {'block': block_modules} | 143 '../include/block/block-global-state.h', 144 '../include/sysemu/block-backend-io.h', 145 'coroutines.h' 146 ), 147 command: [wrapper_py, '@OUTPUT@', '@INPUT@']) 148block_ss.add(block_gen_c) 149 150block_ss.add(files('stream.c')) 151 152softmmu_ss.add(files('qapi-sysemu.c')) 153 154subdir('export') 155subdir('monitor') 156 157modules += {'block': block_modules} |