]> git.proxmox.com Git - mirror_qemu.git/commit
tpm: Avoid qerror_report_err() outside QMP command handlers
authorMarkus Armbruster <armbru@redhat.com>
Tue, 10 Feb 2015 14:11:17 +0000 (15:11 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 18 Feb 2015 09:51:37 +0000 (10:51 +0100)
commitbc09a287d85505eabd1f548eae3a188ece902e49
tree6f01fb78da28c9cc5cfcd36f16592745e37f04e5
parent29b762f5f0efdb6a0cb693be6df2988c195523db
tpm: 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 helper
configure_tpm().

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