blob: f67e0291a42ae32fe609a2b7a76900e07bb6525b [file]
qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c'))
system_ss.add(files(
'fds.c',
'qemu-config-qmp.c',
'qmp-cmds.c',
))
if have_hmp
system_ss.add(files(
'hmp-cmds.c',
'hmp.c',
))
endif