mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
monitor: Move target-dependent HMP commands to hmp-cmds-target.c
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>
This commit is contained in:
parent
dd00d7fa65
commit
e22455664b
4 changed files with 388 additions and 351 deletions
|
@ -7,4 +7,5 @@ softmmu_ss.add(files(
|
|||
))
|
||||
softmmu_ss.add([spice_headers, files('qmp-cmds.c')])
|
||||
|
||||
specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files('misc.c'), spice])
|
||||
specific_ss.add(when: 'CONFIG_SOFTMMU',
|
||||
if_true: [files( 'hmp-cmds-target.c', 'misc.c'), spice])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue