diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-01-24 13:19:16 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-02-04 07:56:54 +0100 |
commit | 98b5362bdd53188d0bf1754267f49580cde9dde1 (patch) | |
tree | 1a70bb2e967af34a142da8216c86ef4f808dbf5f /include/monitor/hmp.h | |
parent | 15b7646c7d0d17f41b78f3af5adb21a2e4e45a93 (diff) | |
download | qemu-98b5362bdd53188d0bf1754267f49580cde9dde1.zip qemu-98b5362bdd53188d0bf1754267f49580cde9dde1.tar.gz qemu-98b5362bdd53188d0bf1754267f49580cde9dde1.tar.bz2 |
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>
Diffstat (limited to 'include/monitor/hmp.h')
-rw-r--r-- | include/monitor/hmp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/monitor/hmp.h b/include/monitor/hmp.h index 1b3bdcb..c25bec1 100644 --- a/include/monitor/hmp.h +++ b/include/monitor/hmp.h @@ -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 |