diff options
author | Markus Armbruster <armbru@redhat.com> | 2014-05-16 11:00:08 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-05-28 14:28:46 +0200 |
commit | e8817e7b0e0c355690d34bb499d50373137d240f (patch) | |
tree | b278309ecfe58168ee1d8455ccfc081580be51c0 /target-sparc/mmu_helper.c | |
parent | 6815bce5421ddb4987cd98d0146baf65200eabcd (diff) |
blockdev: Don't use qerror_report_err() in drive_init()
qerror_report_err() is a transitional interface to help with
converting existing HMP commands to QMP. It should not be used
elsewhere.
drive_init() is not meant to be used by QMP commands. It uses both
qerror_report_err() and error_report(). Convert the former to the
latter.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'target-sparc/mmu_helper.c')
0 files changed, 0 insertions, 0 deletions