summary refs log tree commit diff stats
path: root/scripts/qapi.py
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2014-05-16 11:00:08 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2014-05-28 14:28:46 +0200
commite8817e7b0e0c355690d34bb499d50373137d240f (patch)
treeb278309ecfe58168ee1d8455ccfc081580be51c0 /scripts/qapi.py
parent6815bce5421ddb4987cd98d0146baf65200eabcd (diff)
downloadfocaccia-qemu-e8817e7b0e0c355690d34bb499d50373137d240f.tar.gz
focaccia-qemu-e8817e7b0e0c355690d34bb499d50373137d240f.zip
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 'scripts/qapi.py')
0 files changed, 0 insertions, 0 deletions