Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
10 lines
164 B
Meson
10 lines
164 B
Meson
qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c'))
|
|
|
|
system_ss.add(files(
|
|
'fds.c',
|
|
'hmp-cmds.c',
|
|
'hmp.c',
|
|
'qemu-config-qmp.c',
|
|
'qmp-cmds.c',
|
|
))
|