mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
audio: Move HMP commands from monitor/ to audio/
This moves these commands from MAINTAINERS sections "Human Monitor (HMP)" and "QMP" to "Overall Audio backends". Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230124121946.1139465-3-armbru@redhat.com>
This commit is contained in:
parent
15b7646c7d
commit
98b5362bdd
4 changed files with 87 additions and 56 deletions
|
@ -151,5 +151,8 @@ void hmp_human_readable_text_helper(Monitor *mon,
|
|||
HumanReadableText *(*qmp_handler)(Error **));
|
||||
void hmp_info_stats(Monitor *mon, const QDict *qdict);
|
||||
void hmp_pcie_aer_inject_error(Monitor *mon, const QDict *qdict);
|
||||
void hmp_info_capture(Monitor *mon, const QDict *qdict);
|
||||
void hmp_stopcapture(Monitor *mon, const QDict *qdict);
|
||||
void hmp_wavcapture(Monitor *mon, const QDict *qdict);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue