e22455664b
Target-independent hmp_gpa2hva(), hmp_gpa2hpa() move along to stay next to hmp_gva2gpa(). Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230124121946.1139465-29-armbru@redhat.com>
12 lines
279 B
Meson
12 lines
279 B
Meson
qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c'))
|
|
|
|
softmmu_ss.add(files(
|
|
'fds.c',
|
|
'hmp-cmds.c',
|
|
'hmp.c',
|
|
))
|
|
softmmu_ss.add([spice_headers, files('qmp-cmds.c')])
|
|
|
|
specific_ss.add(when: 'CONFIG_SOFTMMU',
|
|
if_true: [files( 'hmp-cmds-target.c', 'misc.c'), spice])
|