]> git.proxmox.com Git - mirror_qemu.git/commit - tpm.c
tpm: Avoid qerror_report() outside QMP command handlers
authorMarkus Armbruster <armbru@redhat.com>
Tue, 17 Mar 2015 11:09:02 +0000 (12:09 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 22 Jun 2015 16:20:40 +0000 (18:20 +0200)
commit8b53a19675d2329695179e47aa3797692fb0d9ba
tree66a14e70992008ca15dba2ac82f9de812fefbb67
parentc6bd8c706a799eb0fece99f468aaa22b818036f3
tpm: 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().

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