]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
vl: Avoid qerror_report() outside QMP command handlers
authorMarkus Armbruster <armbru@redhat.com>
Fri, 27 Feb 2015 08:47:12 +0000 (09:47 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 22 Jun 2015 16:20:39 +0000 (18:20 +0200)
commit1459407e88632e6d66cd6b71326eaf78e0a80772
treeaabe13512064c6b1fb0610206b05acdf36b6fddb
parent70b9433109ed99217b812f19800de550e2e0ecd5
vl: Avoid qerror_report() outside QMP command handlers

qerror_report() is a transitional interface to help with converting
existing monitor commands to QMP.  It should not be used elsewhere.
Replace by error_report() in initial startup helpers parse_sandbox()
and parse_add_fd().

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
vl.c