https://github.com/qemu/qemu
Raw File
Tip revision: c25df57ae8f9fe1c72eee2dab37d76d904ac382e authored by Peter Maydell on 23 April 2024, 13:19:21 UTC
Update version for 9.0.0 release
Tip revision: c25df57
meson.build
qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c'))

system_ss.add(files(
  'fds.c',
  'hmp-cmds.c',
  'hmp.c',
))
system_ss.add([spice_headers, files('qmp-cmds.c')])

specific_ss.add(when: 'CONFIG_SYSTEM_ONLY',
		if_true: [files( 'hmp-cmds-target.c', 'hmp-target.c'), spice])
back to top