]> git.proxmox.com Git - mirror_qemu.git/commit
vl: Avoid qerror_report_err() outside QMP command handlers
authorMarkus Armbruster <armbru@redhat.com>
Tue, 10 Feb 2015 14:12:59 +0000 (15:12 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 18 Feb 2015 09:51:38 +0000 (10:51 +0100)
commita720a390b1b2260d245bcc96923bf17e186b4b7e
tree15e89577577de1f605a63779086795ce8e57b037
parentbc09a287d85505eabd1f548eae3a188ece902e49
vl: 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 initial startup helpers
machine_set_property() and object_create().

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