]> git.proxmox.com Git - mirror_qemu.git/commit - monitor.c
monitor: Avoid qerror_report_err() outside QMP command handlers
authorMarkus Armbruster <armbru@redhat.com>
Tue, 10 Feb 2015 14:15:43 +0000 (15:15 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 18 Feb 2015 09:51:35 +0000 (10:51 +0100)
commit091e38b7dc3255d780f0603b5b93c25078c39856
tree9d8e112c72d0338eeac52d4ae2f56d57d0314c4f
parent1677f4c66cf2228eb14f1b0571d0e3b38d0d6606
monitor: Avoid qerror_report_err() outside QMP command handlers

qerror_report_err() is a transitional interface to help with
converting existing monitor commands to QMP.  It should not be used
elsewhere.  Replace by error_report_err() in HMP command handler
hmp_trace_event().

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
monitor.c