mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07: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:
@@ -51,5 +51,11 @@ void hmp_info_local_apic(Monitor *mon, const QDict *qdict);
|
||||
void hmp_info_sev(Monitor *mon, const QDict *qdict);
|
||||
void hmp_info_sgx(Monitor *mon, const QDict *qdict);
|
||||
void hmp_info_via(Monitor *mon, const QDict *qdict);
|
||||
void hmp_memory_dump(Monitor *mon, const QDict *qdict);
|
||||
void hmp_physical_memory_dump(Monitor *mon, const QDict *qdict);
|
||||
void hmp_info_registers(Monitor *mon, const QDict *qdict);
|
||||
void hmp_gva2gpa(Monitor *mon, const QDict *qdict);
|
||||
void hmp_gpa2hva(Monitor *mon, const QDict *qdict);
|
||||
void hmp_gpa2hpa(Monitor *mon, const QDict *qdict);
|
||||
|
||||
#endif /* MONITOR_HMP_TARGET_H */
|
||||
|
||||
Reference in New Issue
Block a user