]> Git Repo - qemu.git/commit
tpm: Avoid qerror_report() outside QMP command handlers
authorMarkus Armbruster <[email protected]>
Tue, 17 Mar 2015 11:09:02 +0000 (12:09 +0100)
committerMarkus Armbruster <[email protected]>
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 <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Luiz Capitulino <[email protected]>
tpm.c
This page took 0.022726 seconds and 4 git commands to generate.